nnsndBiquadFilterCoefficients

nnsndBiquadFilterCoefficients Structure

Syntax

struct nnsndBiquadFilterCoefficients
{
s16 n0;
s16 n1;
s16 n2;
s16 d1;
s16 d2;
};

Description

Structure that stores biquad filter coefficients.

Member Variables

n0 s16 Indicates the x[n] coefficient.
n1 s16 Indicates the x[n-1] coefficient.
n2 s16 Indicates the x[n-2] coefficient.
d1 s16 Indicates the y[n-1] coefficient.
d2 s16 Indicates the y[n-2] coefficient.

Revision History

2011/10/27
Initial version.

CONFIDENTIAL