Skip to content

istft

istft(D, hop_length?, win_length?, window?, center?, length?): Float32Array<ArrayBufferLike>

Defined in: packages/pleco-xa/src/scripts/xa-fft.js:447

Inverse Short-Time Fourier Transform

any[]

STFT matrix [freq, time]

number = null

Hop length (default: n_fft/4)

number = null

Window length (default: n_fft)

string = 'hann'

Window type

boolean = true

Whether signal was centered

number = null

Expected output length (optional)

Float32Array<ArrayBufferLike>

Reconstructed signal