Mercurial > hg > beaglert
comparison examples/d-box/FIRfilter.h @ 379:24c3a0663d54 prerelease
Added Ne10 headers within include directory
author | andrewm |
---|---|
date | Sun, 12 Jun 2016 18:16:20 +0100 |
parents | 3bed6b09223c |
children |
comparison
equal
deleted
inserted
replaced
378:8db03611ee76 | 379:24c3a0663d54 |
---|---|
7 | 7 |
8 #ifndef FIRFILTER_H_ | 8 #ifndef FIRFILTER_H_ |
9 #define FIRFILTER_H_ | 9 #define FIRFILTER_H_ |
10 | 10 |
11 #define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library | 11 #define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library |
12 #include <NE10.h> | 12 #include <ne10/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, |
17 // 0.001133, | 17 // 0.001133, |