Hello , I am new to Matlab and I want Compute the harmonic contents and THD for the voltage waveform shown in the attached file with The sample rate of the signal is 32 /cycle
3 ビュー (過去 30 日間)
古いコメントを表示
Hello , I am new to Matlab and I want Compute the harmonic contents and THD for the voltage waveform shown in the attached file with The sample rate of the signal is 32 /cycle consider fundamental frequency = 60 HZ
0 件のコメント
回答 (1 件)
Anagha Mittal
2022 年 5 月 10 日
Hi!
MATLAB provides a direct function named thd to compute the total harmonic distortion of any signal.
You may create a vector of entries mentioned in Signal.xlsx and pass it as an argument to the thd function.
Here is the documentation link for reference: https://www.mathworks.com/help/signal/ref/thd.html
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Spectral Measurements についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!