Commit 79489496 authored by Sakthivel Velumani's avatar Sakthivel Velumani

Smoothing the frequency response

parent 2a644209
...@@ -239,3 +239,24 @@ short filt8_dcll2[8] = { ...@@ -239,3 +239,24 @@ short filt8_dcll2[8] = {
short filt8_dclh2[8] = { short filt8_dclh2[8] = {
0,0,0,0,1489,2979,4468,5958}; 0,0,0,0,1489,2979,4468,5958};
short filt8_avlip0[8] = {
16384,16384,16384,16384,16384,16384,16384,15019};
short filt8_avlip1[8] = {
13653,12288,10923,9557,8192,6827,5461,4096};
short filt8_avlip2[8] = {
2731,1365,0,0,0,0,0,0};
short filt8_avlip3[8] = {
2731,4096,5461,6827,8192,9557,10923,12288};
short filt8_avlip4[8] = {
13653,15019,16384,15019,13653,12288,10923,9557};
short filt8_avlip5[8] = {
8192,6827,5461,4096,2731,1365,0,0};
short filt8_avlip6[8] = {
13653,15019,16384,16384,16384,16384,16384,16384};
...@@ -169,4 +169,17 @@ extern short filt8_dcll2[8]; ...@@ -169,4 +169,17 @@ extern short filt8_dcll2[8];
extern short filt8_dclh2[8]; extern short filt8_dclh2[8];
extern short filt8_avlip0[8];
extern short filt8_avlip1[8];
extern short filt8_avlip2[8];
extern short filt8_avlip3[8];
extern short filt8_avlip4[8];
extern short filt8_avlip5[8];
extern short filt8_avlip6[8];
#endif #endif
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment