Minor changes
This commit is contained in:
parent
d705228b48
commit
b04174fde9
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ Hence, all :math:`X_k` such that :math:`k > \frac{N}{2}` corresponds to negative
|
|||
&=X_{-1}
|
||||
|
||||
This explanation is extracted from `here <https://dsp.stackexchange.com/questions/50505/why-is-the-second-half-of-the-fft-negative-frequencies>`__.
|
||||
Note that, the frequency corresponding to :math:`\frac{N}{2}` is called `Nyquist_rate <https://en.wikipedia.org/wiki/Nyquist_rate>`__.
|
||||
As frequencies above :math:`\frac{N}{2}` cannot be captured by the signal due to the `Nyquist-Shannon <https://en.wikipedia.org/wiki/Nyquist%E2%80%93Shannon_sampling_theorem>`__, a reasoning phenomenon starts to arise.
|
||||
This leads to a capturing effect of the negative frequencies.
|
||||
See `here <https://www.youtube.com/watch?v=nOLuVNhBIg0>`__ for a visual explanation.
|
||||
|
||||
Inverse DFT
|
||||
===========
|
||||
|
|
Loading…
Add table
Reference in a new issue