Mercurial > hg > beaglert
comparison projects/filter_IIR/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_IIR | |
19 | |
20 Infinite Impulse Response Filter | |
21 ------------------------------ | |
22 | |
23 This is an example of a infinite impulse response filter implementation. | |
24 | |
25 */ | |
7 | 26 |
8 | 27 |
9 #include <BeagleRT.h> // to schedule lower prio parallel process | 28 #include <BeagleRT.h> // to schedule lower prio parallel process |
10 #include <rtdk.h> | 29 #include <rtdk.h> |
11 #include <cmath> | 30 #include <cmath> |