Owning Palette: Digital Filter Design VIs and Functions
Use the Multirate Processing VIs to filter signals with multirate digital filters.
The VIs on this palette can return general LabVIEW error codes or specific digital filter design error codes.
| Palette Object | Description |
|---|---|
| DFD MRate Filtering for Single Block | Filters a single-block signal with a multirate filter. The data type you wire to the signal in input determines the polymorphic instance to use. |
| DFD MRate Filtering with State | Filters a signal with a multirate filter. You must specify the initial internal states in state in to filter samples accurately. The data type you wire to the signal in input determines the polymorphic instance to use. |
| DFD MRate Filtering | Filters a signal continuously with a multirate filter. The data type you wire to the signal in input determines the polymorphic instance to use. |
| DFD NStage MRate Filtering for Single Block | Filters a single-block signal with a multistage multirate filter. The data type you wire to the signal in input determines the polymorphic instance to use. |
| DFD NStage MRate Filtering with State | Filters a signal with a multistage multirate filter. You must specify the initial internal states in state in to filter the samples accurately. The data type you wire to the signal in input determines the polymorphic instance to use. |
| DFD NStage MRate Filtering | Filters a signal continuously with a multistage multirate filter. The data type you wire to the signal in input determines the polymorphic instance to use. |