nnAudio.Spectrogram¶
Module containing all the spectrogram classes
Classes
An abbreviation for |
|
This alogrithm uses the method proposed in [1]. |
|
This function is to calculate the CQT of the input signal. |
|
This algorithm is using the resampling method proposed in [1]. |
|
This function is to calculate the CQT of the input signal. |
|
Experimental feature before torch.fft was made avaliable. |
|
Converting Magnitude spectrograms back to waveforms based on the “fast Griffin-Lim”[1]. |
|
This function is to calculate the Mel-frequency cepstral coefficients (MFCCs) of the input signal. |
|
This function is to calculate the Melspectrogram of the input signal. |
|
This function is to calculate the short-time Fourier transform (STFT) of the input signal. |
|
This class is to convert spectrograms back to waveforms. |