Generate LabVIEW FPGA Code for Moving Average Filter Dialog Box
- Updated2024-07-30
- 2 minute(s) read
Requires: Digital Filter Design Toolkit
Right-click an FPGA target in the Project Explorer window and select Start IP Generator from the shortcut menu to display the Start IP Generator dialog box. Select Moving Average Filter and click the OK button to display the Generate LabVIEW FPGA Code for Moving Average Filter dialog box.
Note The Start IP Generator dialog box is available only if you install the LabVIEW FPGA Module and NI-RIO driver software on the host computer.
Use the Generate LabVIEW FPGA Code for Moving Average Filter dialog box to generate LabVIEW FPGA code for fixed-point moving average filters. You can implement the resulting LabVIEW FPGA code on NI FPGA targets to perform fixed-point filtering.
This dialog box includes the following options:
- FilesContains the following options:
- Filter file to loadSpecifies the filter file from which you want to generate LabVIEW FPGA code. You can obtain the filter file by using the DFD Save to File VI. Note If you did not quantize the filter, LabVIEW quantizes it by using the default settings of the DFD FXP MRate Quantization VI.
- Filter VI to generateSpecifies the full path to the filter VI that LabVIEW generates, including the filename.
- Filter file to loadSpecifies the filter file from which you want to generate LabVIEW FPGA code. You can obtain the filter file by using the DFD Save to File VI.
- Fixed-Point ModelingSpecifies the settings for modeling the filter. If you already modeled the filter, LabVIEW loads the modeling settings from the filter file. You can choose from the following options:
- Input Data TypeSpecifies the input word length and input integer word length of the filter.
- Word lengthSpecifies the word length, in number of bits, that LabVIEW uses to represent the input signal. The valid range is [1, 32].
- Integer word lengthSpecifies the integer word length, in number of bits, that LabVIEW uses to represent the input signal. The valid range is [2048, 2047].
- Output Data TypeSpecifies the output word length and output integer word length of the filter.
- Adapt to sourceSpecifies whether LabVIEW decides the word length and integer word length of the output signal.
- Word lengthSpecifies the word length, in number of bits, that LabVIEW uses to represent the output signal. The valid range is [1, 32].
- Integer word lengthSpecifies the integer word length, in number of bits, that LabVIEW uses to represent the output signal. The valid range is [2048, 2047].
- Rounding modeSpecifies the rounding mode that LabVIEW uses in the output quantizer.
- Input Data TypeSpecifies the input word length and input integer word length of the filter.
- Magnitude ResponsesDisplays the plot of the magnitude responses of the reference floating-point filter and the fixed-point filter.
- ImplementationSpecifies the settings for implementing the filter. You can choose from the following options:
- Number of channelsSpecifies the number of channels that you want the generated code to process. The valid range is [1, 32]. The default is 1.
- ThroughputSpecifies the minimum number of cycles between two successive values of valid input data.
- FeedbackDisplays information about the filter type and LabVIEW FPGA code generation, such as the maximum input sampling frequency per channel.