Find period of a signal out of the FFT

后端 未结 3 1057
感情败类
感情败类 2021-01-06 16:03

I have a periodic signal I would like to find the period.

Since there is border effect, I first cut out the border and keep N periods by looking at the first and la

3条回答
  •  日久生厌
    2021-01-06 16:37

    The peak in an FFT magnitude result represents frequency, which is the reciprocal of the period. Multiply the frequency index reciprocal by the FFT window length to get the period result in the same units at the window length.

提交回复
热议问题