Impedance calculation from experimental data

36 ビュー (過去 30 日間)
Gisela
Gisela 2016 年 4 月 11 日
I have some experimental data (V and I) that I want to use to calculate the impedance Z using matlab. So far I've calculated the Fourier transform for both voltage and current and to calculate the impedance I want to determine the ratio between the two of them. This however gives a vector for each frequency and in order to obtain the Nyquist plot I need to use only one of the values of the vector. Yet I don't know which of the values I have to choose.

採用された回答

Star Strider
Star Strider 2016 年 4 月 11 日
I do not understand what your data are. Do you have a vector or matrix?
Ideally, you would either have the voltage and current measured at each frequency, or the impulse response of which you took the fft. Impedance Z(jω) is by definition a complex quantity, so you would simply calculate Z=V./I to get the complex impedance.
  3 件のコメント
Star Strider
Star Strider 2016 年 4 月 11 日
Without knowing more about your experimental set-up, I would just take the means of the complex voltage and current data at each frequency. That would work to begin with. If it produces acceptable results, go with it. If not, experiment (for example a different plot for each run, then compare them). To do the mean, the frequencies have to be exactly the same (or as close as your instrumentation allows).
Ruben Díaz Granero
Ruben Díaz Granero 2021 年 5 月 13 日
Hi! Have you solved your problem? I've exactly the same problem. An Input current data with a voltage response from a modeling circuit. I(t) --> H(s) --> V(t). The teorical solution is applying the FFT to each temporal sine wave and you will obtain I(w) and V(w). Then the ratio V(w)/I(w) it is supposed to be the impedance Z(jw) but I can't reach this point.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

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

Community Treasure Hunt

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

Start Hunting!

Translated by