Owning Palette: Frequency-Domain Measurements Express VIs
Installed With: Sound and Vibration Measurement Suite
Computes the averaged zoom magnitude spectrum or zoom power spectrum. This measurement can return the spectrum in root-mean-square, peak, and peak-to-peak units. Data accumulates each time you pass new data. However, zoom analysis returns a new spectrum only when sufficient data accumulates.
| Dialog Box Options |
| Block Diagram Inputs |
| Block Diagram Outputs |
| Parameter | Description |
|---|---|
| View | Specifies the display that appears in the Signals graph. |
| Spectrum | Displays the baseband power spectrum and the zoom power spectrum if enough data has accumulated. Use the Zoom button to zoom in and out of the display. If you select Frequency spectra from the View pull-down menu, you can use the Cursor button to move the cursors. You can use these two cursors on the Frequency spectra graph to set the Start frequency and the Stop frequency. |
| Autoscale | Automatically adjusts the scales of the graph to display the data. |
| Input | Specifies whether to operate on a single channel or on N channels. This option is available only with the NI Sound and Vibration Assistant.
|
| Configuration | Specifies the configuration parameters.
|
| Zoom Settings | Specifies the zoom setting parameters.
|
| Averaging | Contains the following options:
|
| Parameter | Description |
|---|---|
| input signal | Specifies the input signals. |
| error in | Describes error conditions that occur before this Express VI runs. The default is no error. If an error occurred before this VI or function runs, the VI or function passes the error in value to error out. If an error occurs while this VI or function runs, it runs normally and sets its own error status in error out. Use the Simple Error Handler or General Error Handler VIs to display the description of the error code. Use error in and error out to check errors and to specify execution order by wiring error out from one node to error in of the next node. |
| frequency range | Specifies the frequency range of the zoom power spectrum.
|
| number of averages | Specifies the number of averages used by the selected Weighting mode when Averaging mode is RMS averaging. |
| number of lines | Specifies the number of spectral lines to compute between start frequency and stop frequency. The default is 400. |
| restart averaging | Specifies whether to restart the selected averaging process. The default is FALSE. When you call this Express VI for the first time, the averaging process restarts automatically. |
| Parameter | Description |
|---|---|
| zoom spectrum | Returns the zoom power spectrum. |
| spectrum info | Returns spectrum information. This information is needed by the Peak Search Express VI and the Power in Band Express VI. |
| unit label | Returns the unit label for the input signal. |
| averages completed | Returns the number of averages completed by the Express VI. |
| averaging done | Returns TRUE when the number of averages completed equals or exceeds the number of averages specified in averaging parameters. Otherwise, averaging done returns FALSE. |
| error out | Contains error information. This output provides standard error out functionality. |
| new spectrum | If TRUE, new spectrum indicates that zoom spectrum contains a new measurement and is not empty. When you wire the output value to the selector terminal of a Case structure, you can perform subsequent measurements or display the results in the TRUE case of the Case structure. |