spectrogram
Calculates the spectrogram of the signal using short-time Fourier transform.Second argument options (type of window to use):'rectangular', 'hanning', 'welch', 'parzen', 'bartlett', 'hamming','exponential', 'riemann', 'blackmanharris', 'nuttall'.
Arguments
- Input signal vector x.
- String, window type.
- Positive integer value higher than 4, result vector size.
- Positive integer value, segment length.
- Positive integer value, number of overlapped samples.
Output
Result matrix
Examples