Mercurial > hg > beaglert
diff examples/filter_FIR/render.cpp @ 375:768acdeea362 prerelease
Merge
author | Giulio Moro <giuliomoro@yahoo.it> |
---|---|
date | Fri, 10 Jun 2016 00:35:18 +0100 |
parents | 3bed6b09223c |
children | 24c3a0663d54 |
line wrap: on
line diff
--- a/examples/filter_FIR/render.cpp Fri Jun 10 00:02:48 2016 +0100 +++ b/examples/filter_FIR/render.cpp Fri Jun 10 00:35:18 2016 +0100 @@ -1,3 +1,12 @@ +/* + ____ _____ _ _ +| __ )| ____| | / \ +| _ \| _| | | / _ \ +| |_) | |___| |___ / ___ \ +|____/|_____|_____/_/ \_\.io + +*/ + /* * render.cpp * @@ -5,6 +14,16 @@ * Author: Andrew McPherson and Victor Zappi */ +/** +\example 4_filter_FIR + +Finite Impulse Response Filter +------------------------------ + +This is an example of a finite impulse response filter implementation. +*/ + +#define ENABLE_NE10_FIR_FLOAT_NEON // Define needed for Ne10 library #include <Bela.h> #include <cmath>