 |
initialize, when TRUE, initializes the internal state of the VI.
|
 |
input data is the time waveform.
|
 |
sample length is the length of each set of incoming data. The VI performs computation on each set of data. The default is 100.
sample length must be greater than zero.
|
 |
time increment is the number of samples needed to shift the sliding window. The default is 1.
When you increase time increment, you decrease computation time and reduce memory requirements, but you reduce time-domain resolution. When you decrease time increment, you improve time-domain resolution, but you increase computation time and memory requirements.
|
 |
window length is the actual length of the selected window. The default is 50.
It corresponds to the number of samples used in calculating the Fourier transform.
|
 |
window selector determines the type of analysis window the VI uses to compute the spectrogram.
0 | Hanning (default) | 1 | Hamming | 2 | Blackman | 3 | Extra Blackman | 4 | Blackman Harris |
|
 |
STFT Spectrogram {X} is a 2D array that describes the time waveform energy distribution in the joint time-frequency domain.
The number of rows, time axis, in STFT Spectrogram {X} is equal to the number of elements in the time waveform divided by time increment and then rounded up. The number of columns, frequency axis, in STFT Spectrogram {X} is equal to (window length/2) + 1.
|
 |
error returns any error or warning condition from the VI.
Refer to Point By Point Error Codes for more information about these conditions.
|