comparison examples/04-Audio/filter-FIR/render.cpp @ 507:1cec96845a23 prerelease

Explanted explantation
author Giulio Moro <giuliomoro@yahoo.it>
date Wed, 22 Jun 2016 01:51:17 +0100
parents b935f890e512
children cdabbaf3a252
comparison
equal deleted inserted replaced
506:2a8afa6fa118 507:1cec96845a23
158 NE10_FREE(gFIRfilterState); 158 NE10_FREE(gFIRfilterState);
159 NE10_FREE(gFIRfilterIn); 159 NE10_FREE(gFIRfilterIn);
160 NE10_FREE(gFIRfilterOut); 160 NE10_FREE(gFIRfilterOut);
161 } 161 }
162 162
163 /* ------------ Project Explantation ------------ */
164 163
165 /** 164 /**
166 \example filter-FIR/render.cpp 165 \example filter-FIR/render.cpp
167 166
168 Finite Impulse Response Filter 167 Finite Impulse Response Filter