FFT coefficients question

前端 未结 2 1706
渐次进展
渐次进展 2021-02-20 18:30

I\'m a software engineer working on DSP for the first time.

I\'m successfully using an FFT library that produces frequency spectrums. I also understand how the FFT works

2条回答
  •  余生分开走
    2021-02-20 19:06

    1. You are correct. FFT coefficients are the signal values in the frequency domain.
    2. "Energy" is the square modulus of the coefficients. The total energy (sum of square modulus of all values) in either time or frequency domain is the same (see Parseval's Theorem).

提交回复
热议问题