Update shared-bindings/ulab/__init__.rst

Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
This commit is contained in:
Jeff Epler 2020-03-17 16:37:16 -05:00 committed by GitHub
parent 96f2288b84
commit aaf07ce72f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -383,7 +383,7 @@ much more efficient than expressing the same operation as a Python loop.
Perform a Fast Fourier Transform from the time domain into the frequency domain
See also ~ulab.extras.spectrogram, which computes the magnitude of the fft,
See also ~ulab.extras.spectrum, which computes the magnitude of the fft,
rather than separately returning its real and imaginary parts.
.. method:: ifft(r, c=None)