#include "math_helper.h"
#define TEST_LENGTH_SAMPLES 1536
#define NUMTAPS 32
#define BLOCKSIZE 32
#define DELTA_ERROR 0.000001f
#define DELTA_COEFF 0.0001f
#define MU 0.5f
#define NUMFRAMES (TEST_LENGTH_SAMPLES / BLOCKSIZE)
uint32_t fr_cnt,
{
uint32_t i;
uint32_t index;
{
}
{
}
{
}
{
while(1);
}
while(1);
}