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
 

Detailed Description

Parameter structure for FIR filter.

Field Documentation

const _iq31* msp_fir_iq31_params::coeffs

Pointer to real FIR filter coefficients.

uint16_t msp_fir_iq31_params::length

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

uint16_t msp_fir_iq31_params::tapLength

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


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