comparison examples/04-Audio/filter-FIR/render.cpp @ 500:b935f890e512 prerelease

Updated Doxy to 1.8.11 Amended example titles in render.cpp and file locations in Doxy file.
author Robert Jack <robert.h.jack@gmail.com>
date Wed, 22 Jun 2016 00:27:13 +0100
parents 8fcfbfb32aa0
children 1cec96845a23
comparison
equal deleted inserted replaced
499:a15a116f6904 500:b935f890e512
161 } 161 }
162 162
163 /* ------------ Project Explantation ------------ */ 163 /* ------------ Project Explantation ------------ */
164 164
165 /** 165 /**
166 \example 04-filter-FIR 166 \example filter-FIR/render.cpp
167 167
168 Finite Impulse Response Filter 168 Finite Impulse Response Filter
169 ------------------------------ 169 ------------------------------
170 170
171 This is an example of a finite impulse response filter implementation. 171 This is an example of a finite impulse response filter implementation.