sipxmedialib  Version 3.3
Classes
HandsetFilterBank.h File Reference
#include "mp/dsplib.h"
Include dependency graph for HandsetFilterBank.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  HandsetFilterBank
 

Macros

Creators
#define HS_M   8 /* decimation ratio */
 
#define HS_TWOM   (2*HS_M)
 
#define HS_FRAME_SIZE   (80)
 
#define HS_NUM_FRAMES_PER_10MS   10
 
#define HS_WINDOWSIZE   (HS_M*6)
 
#define HS_MAX_NUM_TAPS   8
 
#define HS_LOW_BAND   0
 
#define HS_HIGH_BAND   HS_M
 
#define HS_NUM_BANDS_PROCESSED   ((HS_HIGH_BAND - HS_LOW_BAND) + 1)
 
#define HS_ECDL_SIZE   ((HS_NUM_BANDS_PROCESSED+2)*(HS_MAX_NUM_TAPS+HS_NUM_FRAMES_PER_10MS-1))
 

Macro Definition Documentation

#define HS_M   8 /* decimation ratio */
#define HS_TWOM   (2*HS_M)
#define HS_FRAME_SIZE   (80)
#define HS_NUM_FRAMES_PER_10MS   10
#define HS_WINDOWSIZE   (HS_M*6)
#define HS_MAX_NUM_TAPS   8
#define HS_LOW_BAND   0
#define HS_HIGH_BAND   HS_M
#define HS_NUM_BANDS_PROCESSED   ((HS_HIGH_BAND - HS_LOW_BAND) + 1)
#define HS_ECDL_SIZE   ((HS_NUM_BANDS_PROCESSED+2)*(HS_MAX_NUM_TAPS+HS_NUM_FRAMES_PER_10MS-1))