Istft#
- class ansys.sound.core.spectrogram_processing.Istft(stft=None)#
Computes the inverse short-time Fourier transform (ISTFT) of a signal.
Class instantiation takes the following parameters.
- Parameters:
- stft
FieldsContainer, default:None DPF fields container containing a short-time Fourier transform (STFT) computed with the
Stftclass.
- stft
Methods
Convert a DPF fields container to a NumPy array.
Get the ISTFT resulting signal as a DPF field.
Get the ISTFT resulting signal as a NumPy array.
Plot signals.
Compute the ISTFT.
Attributes
Input short-time Fourier transform.