//Sine160.h Sine table generated with Matlab, Fs=16kHz, 33 cycles, 160 points #ifndef NSINE #define NSINE 160 short sine160[]={3942,2140,-2780,-3650,799,4083,1418,-3314,-3217,1567, 4068,641,-3720,-2660,2276,3896,-161,-3983,-2001,2896,3574,-956,-4093, -1266,3406,3115,-1715,-4046,-481,3784,2536,-2408,-3843,321,4017,1860, -3008,-3492,1112,4096,1112,-3492,-3008,1860,4017,321,-3843,-2408,2536, 3784,-481,-4046,-1715,3115,3406,-1266,-4093,-956,3574,2896,-2001, -3983,-161,3896,2276,-2660,-3720,641,4068,1567,-3217,-3314,1418,4083, 799,-3650,-2780,2140,3942,0,-3942,-2140,2780,3650,-799,-4083,-1418, 3314,3217,-1567,-4068,-641,3720,2660,-2276,-3896,161,3983,2001,-2896, -3574,956,4093,1266,-3406,-3115,1715,4046,481,-3784,-2536,2408,3843, -321,-4017,-1860,3008,3492,-1112,-4096,-1112,3492,3008,-1860,-4017, -321,3843,2408,-2536,-3784,481,4046,1715,-3115,-3406,1266,4093,956, -3574,-2896,2001,3983,161,-3896,-2276,2660,3720,-641,-4068,-1567, 3217,3314,-1418,-4083,-799,3650,2780,-2140,-3942}; #endif