Minor changes

This commit is contained in:
Loic Guegan 2023-11-02 07:19:24 +01:00
parent d705228b48
commit b04174fde9

View file

@ -27,6 +27,10 @@ Hence, all :math:`X_k` such that :math:`k > \frac{N}{2}` corresponds to negative
&=X_{-1} &=X_{-1}
This explanation is extracted from `here <https://dsp.stackexchange.com/questions/50505/why-is-the-second-half-of-the-fft-negative-frequencies>`__. 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 Inverse DFT
=========== ===========