Logo
MSP DSP Library
msp_fir_iq31_params Struct Reference

Parameter structure for FIR filter. More...

#include <DSPLib_filter.h>

Data Fields

uint16_t length
 
uint16_t tapLength
 
const _iq31coeffs
 
bool enableCircularBuffer
 

Detailed Description

Parameter structure for FIR filter.

Examples:
filter_ex2_fir_iq31.c.

Field Documentation

const _iq31* msp_fir_iq31_params::coeffs

Pointer to real FIR filter coefficients.

Examples:
filter_ex2_fir_iq31.c.
bool msp_fir_iq31_params::enableCircularBuffer

Enable circular buffer.

Examples:
filter_ex2_fir_iq31.c.
uint16_t msp_fir_iq31_params::length

Length of the output, must be a multiple of two.

Examples:
filter_ex2_fir_iq31.c.
uint16_t msp_fir_iq31_params::tapLength

Length of FIR coefficients, must be a multiple of two.

Examples:
filter_ex2_fir_iq31.c.

The documentation for this struct was generated from the following file: