comparison examples/filter_FIR/FIRfilter.h @ 379:24c3a0663d54 prerelease

Added Ne10 headers within include directory
author andrewm
date Sun, 12 Jun 2016 18:16:20 +0100
parents dbeed520b014
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 11
12 #include <NE10.h> 12 #include <ne10/NE10.h>
13 13
14 #define FILTER_TAP_NUM 31 14 #define FILTER_TAP_NUM 31
15 15
16 // Coefficients for FIR High Pass Filter at 3 KHz 16 // Coefficients for FIR High Pass Filter at 3 KHz
17 ne10_float32_t filterTaps[FILTER_TAP_NUM] = { 17 ne10_float32_t filterTaps[FILTER_TAP_NUM] = {