天天看點

語音信号處理:torchaudio庫【STFT、Spectrogram、MelSpectrogram、MFCC、LFCC】一、torch.stft(短時傅裡葉變換)

一、torch.stft(短時傅裡葉變換)

output = torch.stft(input, 
					n_fft, 
					hop_length=None, 
					win_length=None, 
					window=None, 
					center=True, 
					pad_mode=
           

繼續閱讀