Logo
MSP DSP Library
msp_biquad_df2_ext_q15_states Struct Reference

States for extended direct form 2 biquad filter. More...

#include <DSPLib_filter.h>

Data Fields

_q15 q1
 
_q15 q2
 
_q15 minEven
 
_q15 minOdd
 
_q15 maxEven
 
_q15 maxOdd
 
_q15 min
 
_q15 max
 

Detailed Description

States for extended direct form 2 biquad filter.

Examples:
filter_ex5_biquad_cascade_df2_ext_q15.c.

Field Documentation

_q15 msp_biquad_df2_ext_q15_states::max

Maximum intermediate state

_q15 msp_biquad_df2_ext_q15_states::maxEven

Maximum of even states

_q15 msp_biquad_df2_ext_q15_states::maxOdd

Maximum of odd states

_q15 msp_biquad_df2_ext_q15_states::min

Minimum intermediate state

_q15 msp_biquad_df2_ext_q15_states::minEven

Minimum of even states

_q15 msp_biquad_df2_ext_q15_states::minOdd

Minimum of odd states

_q15 msp_biquad_df2_ext_q15_states::q1

State Q1

_q15 msp_biquad_df2_ext_q15_states::q2

State Q2


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