My resonant frequency in simulation is different like resonant frequency calculated by Thompson formula, what is wrong?

1 次查看(过去 30 天)
Hello, I have a question, about paralell resonant circuit, I have to compare impedance characteristics of this circuit:
</matlabcentral/answers/uploaded_files/107966/chko%20paralelna.png> I calculated frequency characteristics by this equation in P1: fr=1/2*pi*sqrt((Lt+Lf)*Cf) I have parallel resonant on frequency 187 Hz (187/50=3,742), impedance on this frequency is 41,3 ohm, like we see in tab, but in simulation in simulink I have only 0,12 ohm, I dont know what is wrong
<<
>>
  1 个评论
David Goodmanson
David Goodmanson 2018-3-10
Hi Tomas,
I of course don't know if that line is copied verbatim from your code, but if it is, it certainly isn't helping things that you have
fr=1/2*pi*sqrt((Lt+Lf)*Cf)
instead of
fr=1/(2*pi*sqrt((Lt+Lf)*Cf))

请先登录,再进行评论。

回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Sources 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by