MCPcopy Create free account
hub / github.com/MTG/DeepConvSep / istft_norm

Function istft_norm

transform.py:337–396  ·  view source on GitHub ↗

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 from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compute_inverseMethod · 0.70

Calls 1

sinebellFunction · 0.70

Tested by

no test coverage detected