Fix typo of name from spectrum to spectrogram

This commit is contained in:
Alec Delaney 2022-04-22 11:30:49 -04:00 committed by GitHub
parent 8c2cd49ffa
commit 8da81e123e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@
//|
//| Perform a Fast Fourier Transform from the time domain into the frequency domain
//|
//| See also `~ulab.utils.spectrum`, which computes the magnitude of the fft,
//| See also `~ulab.utils.spectrogram`, which computes the magnitude of the fft,
//| rather than separately returning its real and imaginary parts."""
//| ...
//|