필터 지우기
필터 지우기

Confusing THD value for a Signal without Harmonics

조회 수: 6 (최근 30일)
weinan
weinan 2024년 3월 5일
댓글: weinan 2024년 3월 6일
When I use the offical example 'Determine THD for a Signal with Two Harmonics', I change the reference signal without harmonics and change the fundamental frequency from 100Hz to 8Hz, shown as follows:
t = 0:0.001:1-0.001;
x = 2*cos(2*pi*8*t);
Next, obtain the total harmonic distortion explicitly and using thd
r = thd(x,1000,10)
which yields r = -58.9845 dB, almost 11% THD rate!
Why a simple sinusoidal wave can cause such a THD rate using thd function?

채택된 답변

David Goodmanson
David Goodmanson 2024년 3월 5일
편집: David Goodmanson 2024년 3월 5일
Hi weinan,
MODIFIED
The thd process widens the peaks, as shown by the plot produced when you invoke thd. When the frequency is as small as 8 Hz, the left hand side of the peak is cut off a 0 frequency (first plot) and the code picks the second peak at the nonpeak spot that you see. If you raise the frequency to, say, 20 Hz (second plot), all the peak is included in the plot and and the resulting thd is -296.41 dB which is small by any standard.
  댓글 수: 3
David Goodmanson
David Goodmanson 2024년 3월 5일
Hi weinan, after I understood the issue I went back and modified the answer.
weinan
weinan 2024년 3월 6일
Thx, David. From your point of view, it is due to the fact that the thd func somehow cuts off the fundamental and picks the wrong second harmonics when the fundamental frequency is selected small, which, in result, causing a relatively big thd rate.
Thx again!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Spectral Measurements에 대해 자세히 알아보기

태그

제품


릴리스

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by