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 not stored for this graph (policy: none)
no test coverage detected