フィルターのクリア

Impedance calculation from instantaneous voltage and current signals

3 ビュー (過去 30 日間)
Peter Balazovic
Peter Balazovic 2022 年 3 月 9 日
回答済み: Vaibhav 2023 年 12 月 29 日
I would like to calculate the circuit impedance from measured instantaneous voltage and current signals.
Z = Voltage divided by Current = V/I
z = u(t)/i(t)
I would expect some constant value calculated from instantaneous voltage and current, and unfortunately I am getting some "mismatched" value of impedance - how to correctly calculate impedance under Simulink?

回答 (1 件)

Vaibhav
Vaibhav 2023 年 12 月 29 日
Hi Peter
It is my understanding that you are facing issue of "mismatched" value of impedance for a circuit in Simulink.
Mismatched value of impedance could be due to several reasons such as incorrect scaling of the signals, incorrect units, or incorrect wiring.
Below are the troubleshooting steps that can be considered to resolve it:
  1. Please make sure that the voltage and current signals are correctly scaled and have the proper units.
  2. Ensure the voltage and current signals are properly aligned in time.
  3. Utilize the "Divide" block in Simulink to divide the instantaneous voltage signal u(t) by the instantaneous current signal i(t).
  4. Verify that the output of the "Divide" block is appropriately scaled and has the correct units.
You can refer to the following MathWorks documentation link to know more about "Divide" block:
Hope this helps!

カテゴリ

Help Center および File ExchangeElectrical Sensors についてさらに検索

タグ

製品


リリース

R2021b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by