Multirate Utilities VIs

Digital Filter Design VIs and Functions

Multirate Utilities VIs

Owning Palette: Digital Filter Design VIs and Functions

Installed With: Digital Filter Design Toolkit. This topic might not match its corresponding palette in LabVIEW depending on your operating system, licensed product(s), and target.

Use the Multirate Utilities VIs to retrieve the multirate filter coefficients and parameters and to create multirate filters from the filter coefficients.

The VIs on this palette can return general LabVIEW error codes or specific digital filter design error codes.

Palette ObjectDescription
DFD Build CIC FilterCreates a cascaded integrator comb (CIC) filter.
DFD Build MRate FilterCreates a multirate filter. You must manually select the polymorphic instance you want to use.
DFD Get MRate CIC ParametersRetrieves the transfer function coefficients, sampling frequency conversion factor, filtering mode, and filter parameters of a cascaded integrator comb (CIC) filter.
DFD Get MRate Filter ParametersRetrieves the transfer function, sampling frequency conversion factor, and filtering mode of a multirate filter.
DFD Get MRate Filter StructureRetrieves the structure of a multirate filter. A multirate filter can have either a finite impulse response (FIR) or cascaded integrator comb (CIC) structure.
DFD Load from FileRetrieves a filter from a file. You must manually select the polymorphic instance you want to use.
DFD Save MRate to Text FileSaves a multirate filter to a text file in XML format.
DFD Save to FileSaves a filter into a file. Wire data to the filter in input to determine the polymorphic instance to use or manually select the instance. Use the DFD Load from File VI to load the filter from the file.