diff options
author | endolith <endolith@gmail.com> | 2012-11-25 12:30:46 -0500 |
---|---|---|
committer | endolith <endolith@gmail.com> | 2012-11-25 12:30:46 -0500 |
commit | b6ea9f411b77cdd6e6013d8b4e329671c5032e62 (patch) | |
tree | fdc1e5bd2596b435f1033f99d68fa32d863e321f /numpy/fft/info.py | |
parent | 625b426e77b159c2f7036de05fb3184f40e51bc1 (diff) | |
download | numpy-b6ea9f411b77cdd6e6013d8b4e329671c5032e62.tar.gz |
DOC: Add rfftfreq to Helper routines in fft module's docstring
Diffstat (limited to 'numpy/fft/info.py')
-rw-r--r-- | numpy/fft/info.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/numpy/fft/info.py b/numpy/fft/info.py index f36a07ebf..7bd2f0e92 100644 --- a/numpy/fft/info.py +++ b/numpy/fft/info.py @@ -46,6 +46,7 @@ Helper routines :toctree: generated/ fftfreq Discrete Fourier Transform sample frequencies. + rfftfreq DFT sample frequencies (for usage with rfft, irfft). fftshift Shift zero-frequency component to center of spectrum. ifftshift Inverse of fftshift. |