/* pl.h - Used on the target compiler for the MSP430 This file is generated, DO NO MODIFY HERE! */ ;struct PL_PARAMS { uint16_t freq; //the target frequency times 10 uint16_t n_size; //samples in window, adjusted for target frequency int16_t coeff; //the filtering parameter uint16_t power_factor; //weight of power, adjust through the band }; static PL_PARAMS PL_XZ= { 670,208,18254,404 }; static PL_PARAMS PL_WZ= { 693,216,18134,411 }; static PL_PARAMS PL_XA= { 719,208,17994,381 }; static PL_PARAMS PL_WA= { 744,215,17854,381 }; static PL_PARAMS PL_XB= { 770,207,17705,356 }; static PL_PARAMS PL_WB= { 797,213,17544,357 }; static PL_PARAMS PL_YZ= { 825,218,17373,354 }; static PL_PARAMS PL_YA= { 854,210,17189,331 }; static PL_PARAMS PL_YB= { 885,214,16987,327 }; static PL_PARAMS PL_ZZ= { 915,218,16785,322 }; static PL_PARAMS PL_ZA= { 948,210,16556,297 }; static PL_PARAMS PL_ZB= { 974,215,16370,290 }; static PL_PARAMS PL_1Z= { 1000,220,16180,300 }; static PL_PARAMS PL_1A= { 1035,212,15918,277 }; static PL_PARAMS PL_1B= { 1072,214,15632,275 }; static PL_PARAMS PL_2Z= { 1109,216,15338,270 }; static PL_PARAMS PL_2A= { 1148,217,15019,253 }; static PL_PARAMS PL_2B= { 1188,218,14682,249 }; static PL_PARAMS PL_3Z= { 1230,219,14319,237 }; static PL_PARAMS PL_3A= { 1273,219,13936,246 }; static PL_PARAMS PL_3B= { 1318,212,13525,223 }; static PL_PARAMS PL_4Z= { 1365,219,13084,232 }; static PL_PARAMS PL_4A= { 1413,219,12622,224 }; static PL_PARAMS PL_4B= { 1462,218,12139,213 }; static PL_PARAMS PL_5Z= { 1514,217,11613,207 }; static PL_PARAMS PL_5A= { 1567,216,11064,203 }; static PL_PARAMS PL_5B= { 1622,215,10482,193 }; static PL_PARAMS PL_6Z= { 1679,214,9865,179 }; static PL_PARAMS PL_6A= { 1738,218,9214,192 }; static PL_PARAMS PL_6B= { 1799,216,8527,192 }; static PL_PARAMS PL_7Z= { 1862,214,7804,184 }; static PL_PARAMS PL_7A= { 1928,217,7034,181 }; static PL_PARAMS PL_M1= { 2035,216,5761,173 }; static PL_PARAMS PL_8Z= { 2065,217,5399,176 }; static PL_PARAMS PL_M2= { 2107,218,4889,179 }; static PL_PARAMS PL_M3= { 2181,215,3982,170 }; static PL_PARAMS PL_M4= { 2257,217,3042,173 }; static PL_PARAMS PL_9Z= { 2291,218,2619,175 }; static PL_PARAMS PL_M5= { 2336,218,2057,171 }; static PL_PARAMS PL_M6= { 2418,219,1030,172 }; static PL_PARAMS PL_M7= { 2503,219,-37,161 }; static PL_PARAMS PL_0Z= { 2541,216,-514,151 }; #define PLS_SIZE 42 #define SCALE_INT 10000 #define SAMPLE_RATE 1000