Clear Filters
Clear Filters

Phase angle between fundamental and harmonics

9 views (last 30 days)
Glenn
Glenn on 31 Dec 2012
I have a signal which has a fundamental frequency and harmonics. I need to calculate the phase angle between the fundamental and harmonics. How would I accomplish this?

Answers (1)

Rick Rosson
Rick Rosson on 1 Jan 2013
Use the fft function to transform the signal to the frequency domain, then compare the phase angle of each overtone to the fundamental.

Community Treasure Hunt

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

Start Hunting!