comparison projects/filter_FIR/render.cpp @ 285:5433c83ce04e Doxy prerelease

Doxygen content added to more project render.cpp files and amended in others.
author Robert Jack <robert.h.jack@gmail.com>
date Tue, 17 May 2016 18:46:55 +0100
parents 3c3a1357657d
children
comparison
equal deleted inserted replaced
284:7bfb25a2e158 285:5433c83ce04e
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 */
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
25 */
7 26
8 27
9 #include <BeagleRT.h> 28 #include <BeagleRT.h>
10 #include <cmath> 29 #include <cmath>
11 #include <NE10.h> // neon library 30 #include <NE10.h> // neon library