Filter löschen
Filter löschen

How to calculate total harmonic distortion for a given signal?

30 Ansichten (letzte 30 Tage)
How to calculate total harmonic distortion for a given signal?
I have used 'spectrum analyzer block' in Simulink and it gives me about 13 percent THD, whereas when I use thd() function in MATLAB script I get around 3.3492e-06 percent.
(Signal is output of a LCL filter which has been fed with output of a sine-PWM inverter.)
  3 Kommentare
Millo Dacha
Millo Dacha am 16 Nov. 2020
How to get THD of signal using codes in script?
Millo Dacha
Millo Dacha am 16 Nov. 2020
Following is the signal:
thd() function gives me 3.3422e-06 % THD whereas SIMULINK's 'spectrum analyzer' block gives me about 13% THD.
I require a function to get THD in MATLAB code.

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Joel Van Sickel
Joel Van Sickel am 17 Nov. 2020
Hello Millo,
when you used the function, did you only provide the signal data, or did you provide attitional parameters? It is likely you should specificy additonal parameters to get the THD that you want. Please look at the doc page carefully to see what else you can specify: Also, please take into account, that the spectrum analyzer is doing a lot of extra work behind the scenes. This matlab function does not return the value in percent, but in dbc, so you need to convert to percent.
However, I find that using fft, while a bit more work, is also more intuitive to understand what is going on. There are numerous examples of calculating THD in the file exchange. Here is one of them.
Regards,
Joel

Weitere Antworten (1)

Rahul Kumar
Rahul Kumar am 15 Nov. 2020
click on powergui block then select FTT analysis after that you find your THD spectra for perticular signal.

Communitys

Weitere Antworten in  Power Electronics Control

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by