Fast Fouriet Transformation and Total Harmonic Distortion
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
I would like to ask for help regarding the fast Fouriet Transformation and the Total Harmonic Distortion of a signal I have saved in the Matlab workspace from a simulink running. I have a current signal "Ira" and the corresponding "time" array. I have extracted a single period data from the vectors and I used the command :
"THD_db = thd(Ira);"
Of course it gave me a meaningless result.
I have tried to analyze the spectrum of the signal by using the following commands: "Ira_fft = abs(fft(Ira_fft));"
There is something I did not understand about how to use this function for the purpuose I want to achieve.
Could anyone tell me how to use them properly?
Ps. I could not use PowerGui for the signal analysis because I have the basic version of Matlab which does not include PowerGui block.
Thanks in advance
0 Kommentare
Antworten (0)
Siehe auch
Kategorien
Mehr zu Spectral Measurements finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!