mne.time_frequency.
stft
(x, wsize, tstep=None, verbose=None)[source]¶STFT Short-Term Fourier Transform using a sine window.
The transformation is designed to be a tight frame that can be perfectly inverted. It only returns the positive frequencies.
Parameters: |
|
---|---|
Returns: |
|
Examples
X = stft(x, wsize) X = stft(x, wsize, tstep)