Logo
MSP DSP Library
msp_cmplx_fir_q15_params Struct Reference

Parameter structure for complex FIR filter. More...

#include <DSPLib_filter.h>

Data Fields

uint16_t length
 
uint16_t tapLength
 
const _q15coeffs
 
bool enableCircularBuffer
 

Detailed Description

Parameter structure for complex FIR filter.

Field Documentation

const _q15* msp_cmplx_fir_q15_params::coeffs

Pointer to complex FIR filter coefficients.

bool msp_cmplx_fir_q15_params::enableCircularBuffer

Enable circular buffer.

uint16_t msp_cmplx_fir_q15_params::length

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

uint16_t msp_cmplx_fir_q15_params::tapLength

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


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