data = istft_norm(X,window=sinebell(2048),hopsize=1024.0,nfft=2048.0,fs=44100) Computes an inverse of the short time Fourier transform (STFT), here, the overlap-add procedure is implemented. Inputs: X : STFT of the signal, to be \"inverted\"
(X, window=sinebell(2048),
analysisWindow=None,
hopsize=256.0, nfft=2048.0)
source not stored for this graph (policy: none)
no test coverage detected