comparison examples/filter_FIR/render.cpp @ 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 db2fe4e1b88e
children 24c3a0663d54
comparison
equal deleted inserted replaced
372:db2fe4e1b88e 373:3bed6b09223c
20 Finite Impulse Response Filter 20 Finite Impulse Response Filter
21 ------------------------------ 21 ------------------------------
22 22
23 This is an example of a finite impulse response filter implementation. 23 This is an example of a finite impulse response filter implementation.
24 */ 24 */
25
26 #define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library
25 27
26 #include <Bela.h> 28 #include <Bela.h>
27 #include <cmath> 29 #include <cmath>
28 #include <NE10.h> // neon library 30 #include <NE10.h> // neon library
29 #include "SampleData.h" 31 #include "SampleData.h"