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

Function stft_norm

transform.py:277–335  ·  view source on GitHub ↗

X = stft_norm(data,window=sinebell(2048),hopsize=1024.0, nfft=2048.0,fs=44100) Computes the short time Fourier transform (STFT) of data. Inputs: data : one-dimensional time-series to be analyzed window=sinebell(2048) :

(data, window=sinebell(2048),
         hopsize=256.0, nfft=2048.0, fs=44100.0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

compute_fileMethod · 0.70

Calls 1

sinebellFunction · 0.70

Tested by

no test coverage detected