Obtaining fundamental frequency wave from a PWM signal
13 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Hi, Is there a way to get harmonic waves extracted from a signal. Say if I have a square wave I want to extract and plot 3 sin waves.
Similarly if a a PWM signal (ie a square wave), is it possible to plot the 1st fundamental sine wave.
Thank you
0 Kommentare
Akzeptierte Antwort
laurie
am 21 Aug. 2013
it seems you want to do a Fourier transform of your signal. See http://www.mathworks.fr/fr/help/matlab/ref/fft.html
once you get the Fourier transform results, you can delete all frequencies except for the fundamental one, do a reverse Fourier transform and plot the result.
0 Kommentare
Weitere Antworten (0)
Communitys
Weitere Antworten in Power Electronics Control
Siehe auch
Kategorien
Mehr zu Fourier Analysis and Filtering finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!