Mercurial > hg > beaglert
comparison examples/d-box/FIRfilter.h @ 373:3bed6b09223c prerelease
Updated NE10 library to the latest version; needs a corresponding update to the /usr/include/ne10 header files on the SD image. Updated examples to compile against new version, and reordered D-Box channels to account for new PRU-based DAC channel reordering.
author | andrewm |
---|---|
date | Thu, 09 Jun 2016 20:03:09 +0100 |
parents | dbeed520b014 |
children | 24c3a0663d54 |
comparison
equal
deleted
inserted
replaced
372:db2fe4e1b88e | 373:3bed6b09223c |
---|---|
6 */ | 6 */ |
7 | 7 |
8 #ifndef FIRFILTER_H_ | 8 #ifndef FIRFILTER_H_ |
9 #define FIRFILTER_H_ | 9 #define FIRFILTER_H_ |
10 | 10 |
11 | 11 #define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library |
12 #include <NE10.h> | 12 #include <NE10.h> |
13 | 13 |
14 //#define FILTER_TAP_NUM 21 | 14 //#define FILTER_TAP_NUM 21 |
15 //ne10_float32_t filterTaps[FILTER_TAP_NUM] = { | 15 //ne10_float32_t filterTaps[FILTER_TAP_NUM] = { |
16 // 0.000350, | 16 // 0.000350, |