How do ı calculate the harmonics by inspecting the signal in matlab?
Show older comments
such as this signal gf=cos(2*pi*10*t)+ 0.5*sin(2*pi*20*t)+4*cos(2*pi*30*t-pi/3)
Answers (1)
Rick Rosson
on 12 Oct 2014
dt = t(2) - t(1);
Fs = 1/dt;
pwelch(gf,[],[],[],Fs);
Categories
Find more on Fourier Analysis and Filtering in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!