Mercurial > hg > beaglert
comparison examples/d-box/FIRfilter.h @ 375:768acdeea362 prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 10 Jun 2016 00:35:18 +0100 |
parents | 3bed6b09223c |
children | 24c3a0663d54 |
comparison
equal
deleted
inserted
replaced
374:ecad1ea0382a | 375:768acdeea362 |
---|---|
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, |