nnAudio.Spectrogram¶
Module containing all the spectrogram classes
Functions
Classes
This is the modified version of |
|
An abbreviation for |
|
This alogrithm uses the method proposed in [1], which would run extremely slow if low frequencies (below 220Hz) are included in the frequency bins. |
|
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. |
|
Vectorized version of the code in https://github.com/leo-so/VocalMelodyExtPatchCNN/blob/master/MelodyExt.py. |
|
Experimental feature before torch.fft was made avaliable. |
|
This function is to calculate the Gammatonegram of the input signal. |
|
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. |
|
STFT and iSTFT share the same inverse_stft function |
|
This class is to convert spectrograms back to waveforms. |