STFTSpectrogramΒΆ

Computes the Short-Time Fourier Transform (STFT) spectrogram.

Abstract Signature:

STFTSpectrogram(frame_length: int = 256, frame_step: int, fft_length: int)

PyTorch

API: torchaudio.transforms.Spectrogram
Strategy: Direct Mapping

Keras

API: keras.layers.STFTSpectrogram
Strategy: Direct Mapping

TensorFlow

API: keras.layers.STFTSpectrogram
Strategy: Direct Mapping