Peaks between harmonics in a signal

조회 수: 3 (최근 30일)
Bran
Bran 2015년 1월 7일
답변: Image Analyst 2015년 1월 7일
I am hoping someone is used to signal processing to explain why I have a problem. I am trying to reconstruct a signal using a fourier synthesis but I have noticed that my original signal has peaks between the harmonics having compketed a fft I was wondering why this would be but also how would I deal with his when reconstructing my signal. Would I include them in my synthesis or disregard them and only use the harmonics
  댓글 수: 1
Star Strider
Star Strider 2015년 1월 7일
A bit more detail would help.
What did you do?
How did you deconstruct the signal you now want to reconstruct?
Did you do anything to it (like filter it) in the interim?
How are you reconstructing the signal? Are you using the ifft function or your own code?
An image of the original signal and your reconstructed signal would help also.

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

답변 (1개)

Image Analyst
Image Analyst 2015년 1월 7일
Why do you find it confusing that a waveform would have frequencies other than integer multiples of its harmonic frequency (if there even is one that's dominant, which there may not be)? A signal can be comprised of frequencies of any value.
If you see spikes in your Fourier transform then it means that there is a lot of energy in that/those particular frequencies. But of course there can be energy at other frequencies too. In general if you try to reproduce a signal with only the "main" frequencies, it will be close to the original but not quite exact. The more "other" frequencies you include, the better the summation will approach your original signal.

카테고리

Help CenterFile Exchange에서 Smoothing and Denoising에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by