Owning Palette: Waveform Conditioning VIs
Requires: Full Development System
Filters signals in either single or multiple waveforms. If you are filtering multiple waveforms, the VI maintains separate filter states for each waveform. The data types you wire to the signal in and FIR filter specifications inputs determine the polymorphic instance to use.
Note Do not use the single-channel instance of this VI for continuous multiple-channel processing. |
Use the pull-down menu to select an instance of this VI.
Add to the block diagram | Find on the palette |
reset filter forces the filter coefficients to be redesigned and the internal filter states to be reset to zero when it is TRUE. | |||||||||||||||||||||||||||||||
signal in is the waveform to be filtered. | |||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||
FIR filter specifications are the minimum values needed to specify the FIR filter.
| |||||||||||||||||||||||||||||||
optional FIR filter specifications is a cluster of additional parameters that can be used when specifying an FIR filter.
| |||||||||||||||||||||||||||||||
signal out is the filtered waveform. | |||||||||||||||||||||||||||||||
filter information contains the magnitude and phase responses of the filter in a cluster that is ready to graph. filter information also contains the order of the filter.
| |||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
reset filters forces the filter coefficients to be redesigned and the internal filter states to be reset to zero for each input waveform when it is TRUE. | |||||||||||||||||||||||||||||||
signal(s) in is an array of waveforms containing the signals to filter. | |||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||
FIR filter specifications are the minimum values needed to specify the FIR filter.
| |||||||||||||||||||||||||||||||
optional FIR filter specifications is a cluster of additional parameters that can be used when specifying an FIR filter.
| |||||||||||||||||||||||||||||||
signal(s) out is an array of signals that have been filtered according to the filter specifications controls. | |||||||||||||||||||||||||||||||
filter information contains the magnitude and phase responses of the filter in a cluster that is ready to graph. filter information also contains the order of the filter.
| |||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
reset filters forces the filter coefficients to be redesigned and the internal filter states to be reset to zero for each input waveform when it is TRUE. | |||||||||||||||||||||||||||||||||
signal(s) in is an array of waveforms containing the signals to filter. | |||||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||||
FIR filter specifications is an array of filter specifications. This array must have the same size as the signal(s) in array of waveforms.
| |||||||||||||||||||||||||||||||||
optional FIR filter specifications is an array of optional filter specifications. This array may be empty or must have the same size as the FIR filter specifications array.
| |||||||||||||||||||||||||||||||||
signal(s) out is an array of signals that have been filtered according to the filter specifications controls. | |||||||||||||||||||||||||||||||||
filter information is an array of clusters containing information about each of the designed filters.
| |||||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
reset filter forces the filter coefficients to be redesigned and the internal filter states to be reset to zero when it is TRUE. | |||||||||||||||||||||||||||||||
signal in is the waveform to be filtered. | |||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||
FIR filter specifications are the minimum values needed to specify the FIR filter.
| |||||||||||||||||||||||||||||||
optional FIR filter specifications is a cluster of additional parameters that can be used when specifying an FIR filter.
| |||||||||||||||||||||||||||||||
signal out is the filtered waveform. | |||||||||||||||||||||||||||||||
filter information contains the magnitude and phase responses of the filter in a cluster that is ready to graph. filter information also contains the order of the filter.
| |||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
reset filters forces the filter coefficients to be redesigned and the internal filter states to be reset to zero for each input waveform when it is TRUE. | |||||||||||||||||||||||||||||||
signal(s) in is an array of waveforms containing the signals to filter. | |||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||
FIR filter specifications are the minimum values needed to specify the FIR filter.
| |||||||||||||||||||||||||||||||
optional FIR filter specifications is a cluster of additional parameters that can be used when specifying an FIR filter.
| |||||||||||||||||||||||||||||||
signal(s) out is an array of signals that have been filtered according to the filter specifications controls. | |||||||||||||||||||||||||||||||
filter information contains the magnitude and phase responses of the filter in a cluster that is ready to graph. filter information also contains the order of the filter.
| |||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
reset filters forces the filter coefficients to be redesigned and the internal filter states to be reset to zero for each input waveform when it is TRUE. | |||||||||||||||||||||||||||||||||
signal(s) in is an array of waveforms containing the signals to filter. | |||||||||||||||||||||||||||||||||
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | |||||||||||||||||||||||||||||||||
FIR filter specifications is an array of filter specifications. This array must have the same size as the signal(s) in array of waveforms.
| |||||||||||||||||||||||||||||||||
optional FIR filter specifications is an array of optional filter specifications. This array may be empty or must have the same size as the FIR filter specifications array.
| |||||||||||||||||||||||||||||||||
signal(s) out is an array of signals that have been filtered according to the filter specifications controls. | |||||||||||||||||||||||||||||||||
filter information is an array of clusters containing information about each of the designed filters.
| |||||||||||||||||||||||||||||||||
error out contains error information. This output provides standard error out functionality. |
This VI filters the signal(s) in a waveform array according to the FIR filter specifications and optional FIR filter specifications arrays. If you are filtering multiple waveforms, the VI applies a different filter to each of the input waveforms and maintains a separate filter state for each waveform. The VI uses the optional FIR filter specifications only if Filter topology is FIR by Specification or Windowed FIR. You do not need to wire reset filter. This VI resets itself the first time it is called.
The Digital FIR Filter VI can perform single-channel measurements in both one-shot mode (single call) and continuous mode (multiple calls with history). It can perform multi-channel measurements only in one-shot mode. If you want to make multiple-channel measurements in continuous mode, either use the multichannel instance of this VI or use one instance of this VI per channel.
The single-channel instance of this VI is intended primarily for continuous processing of a single channel. Do not generalize this behavior to the multi-channel case, typically by using this single-channel VI in a For Loop to continuously process multiple channels by indexing an array of waveforms.
The single-channel instance of this VI maintains internal state information for a single channel only. Calling this VI to process another channel without clearing the history using the reset filter control results in an unexpected behavior of this VI because the internal state information is passed from one channel to another.
Passband Ripple and Stopband Attenuation
Refer to the following VIs for examples of using the Digital FIR Filter VI: