diff options
| author | Jeff Epler <jepler@gmail.com> | 2020-03-17 16:37:16 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-17 16:37:16 -0500 |
| commit | aaf07ce72f1d3ac8d78fb002a68138e281c8f92c (patch) | |
| tree | b637e130e818e96d4d378fb1fbfdc297185ba5e5 /shared-bindings | |
| parent | 96f2288b8403073075267bc058abca0a01606b80 (diff) | |
Update shared-bindings/ulab/__init__.rst
Co-Authored-By: Scott Shawcroft <scott@tannewt.org>
Diffstat (limited to 'shared-bindings')
| -rw-r--r-- | shared-bindings/ulab/__init__.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared-bindings/ulab/__init__.rst b/shared-bindings/ulab/__init__.rst index b2f3d5681..1379e56f3 100644 --- a/shared-bindings/ulab/__init__.rst +++ b/shared-bindings/ulab/__init__.rst @@ -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) |
