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 Indicates the x[n] coefficient.
n1 Indicates the x[n-1] coefficient.
n2 Indicates the x[n-2] coefficient.
d1 Indicates the y[n-1] coefficient.
d2 Indicates the y[n-2] coefficient.

Revision History

2010/08/16
Initial version.

CONFIDENTIAL