Owning Palette: Signal Manipulation Express VIs
Requires: Full Development System
Performs an alignment of signals by changing the start time or performs a resampling of signals by changing the time delta. This Express VI returns the adjusted signals.
Dialog Box Options |
Block Diagram Inputs |
Block Diagram Outputs |
Add to the block diagram | Find on the palette |
Parameter | Description |
---|---|
Acquisition Type | Contains the following options:
|
Align | Aligns the signals to have the same start time. |
Alignment Interval | Contains the following options:
|
Resample | Resamples the signals to have the same sampling interval. |
Resampling Interval | Contains the following options:
|
Interpolation Mode | When resampling, you might need to add points to the signal. Interpolation Mode controls how LabVIEW calculates the amplitude of the new points. Interpolation Mode contains the following options:
|
FIR Filter Parameters | Contains the following options:
|
Open interval | Defines whether an input signal is an open or closed interval. The default is TRUE, which selects an open interval. For example, assume an input signal has t0 = 0, dt = 1, and Y = {0, 1, 2}. An open interval returns a final time value of 2. A closed interval returns a final time value of 3. |
Sample Input Data | Displays sample input signals you can use as a reference to determine how the configuration options you select affect the actual input signals. If you wire data to the Express VI and run it, Sample Input Data displays real data. If you close and reopen the Express VI, Sample Input Data displays sample data until you run the VI again. |
Result Preview | Displays a preview of the measurement. The Result Preview plot indicates the value of the selected measurement with a dotted line. If you wire data to the Express VI and run the VI, Result Preview displays real data. If you close and reopen the Express VI, Result Preview displays sample data until you run the VI again. If the cutoff frequency values are invalid, Result Preview does not display valid data. |
Parameter | Description |
---|---|
dt | Specifies a sampling interval you define. If you wire a value to this input, the wired value overrides the value you set in the configuration dialog box. |
Reference Signal | Contains a reference signal whose sampling interval is used as the rate at which this Express VI resamples the input signals. If you wire a value to this input, the wired value overrides the value you set in the configuration dialog box. |
Reset | Controls the initialization of the internal state of the VI. The default is FALSE. |
Signals | Contains the input signal or signals. |
Signals 2 | Contains the input signal(s). |
error in | Describes error conditions that occur before this node runs. |
Parameter | Description |
---|---|
Resampled Signals | Returns the resampled signals. |
Resampled Signals 2 | Returns the resampled signals. |
error out | Contains error information. This output provides standard error out functionality. |
This Express VI operates similarly to the following VIs and functions:
Align Waveforms (continuous)
Align Waveforms (single shot)
Resample Waveforms (single shot)
Resample Waveforms (continuous)