How to find frequency of the signal coming from an inverter output, simulink?
7 ビュー (過去 30 日間)
古いコメントを表示
I need to find the frequency of the signal coming out from the inverter at AC+ port line as shown below. There is no direct simulink tool to do this and for some reason, I couldn't attach even a scope at the AC+ terminal?
0 件のコメント
回答 (1 件)
Joel Van Sickel
2022 年 6 月 28 日
you attatch the scope to voltage and current measurement outputs. You have a voltage measurement right there that you could attatch a scope to. You can use various signal processing blocks in simulink to analyze the frequency content of the signal. You can use something like a phase locked loop: https://www.mathworks.com/help/physmod/sps/powersys/ref/positivesequenceplldriven.html
or you can use the spectrum analyzer, one ships with simscape electrical if you have a newer version. https://www.mathworks.com/help/dsp/ref/spectrumanalyzer.html
Regards,
Joel
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!