Mercurial > hg > beaglert
comparison examples/filter_FIR/render.cpp @ 372:db2fe4e1b88e prerelease
Doxygen content added to each example render.cpp.
References to AnalogReadFrame etc. removed from doxygen content.
author | Robert Jack <robert.h.jack@gmail.com> |
---|---|
date | Thu, 09 Jun 2016 18:16:05 +0100 |
parents | 421a69d42943 |
children | 3bed6b09223c |
comparison
equal
deleted
inserted
replaced
371:361d0c2335cf | 372:db2fe4e1b88e |
---|---|
1 /* | |
2 ____ _____ _ _ | |
3 | __ )| ____| | / \ | |
4 | _ \| _| | | / _ \ | |
5 | |_) | |___| |___ / ___ \ | |
6 |____/|_____|_____/_/ \_\.io | |
7 | |
8 */ | |
9 | |
1 /* | 10 /* |
2 * render.cpp | 11 * render.cpp |
3 * | 12 * |
4 * Created on: Oct 24, 2014 | 13 * Created on: Oct 24, 2014 |
5 * Author: Andrew McPherson and Victor Zappi | 14 * Author: Andrew McPherson and Victor Zappi |
6 */ | 15 */ |
7 | 16 |
17 /** | |
18 \example 4_filter_FIR | |
19 | |
20 Finite Impulse Response Filter | |
21 ------------------------------ | |
22 | |
23 This is an example of a finite impulse response filter implementation. | |
24 */ | |
8 | 25 |
9 #include <Bela.h> | 26 #include <Bela.h> |
10 #include <cmath> | 27 #include <cmath> |
11 #include <NE10.h> // neon library | 28 #include <NE10.h> // neon library |
12 #include "SampleData.h" | 29 #include "SampleData.h" |