1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-19 19:16:34 +00:00

Introduces an SConstruct file and corrects those errors and warnings that arise in Ubuntu.

This commit is contained in:
Thomas Harte
2017-11-08 22:36:41 -05:00
parent 9fd33bdfde
commit c45d4831ec
9 changed files with 34 additions and 12 deletions
-5
View File
@@ -31,11 +31,6 @@ using namespace SignalProcessing;
"DIGITAL SIGNAL PROCESSING, II", IEEE Press, pages 123126.
*/
// our little fixed point scheme
#define kCSKaiserBesselFilterFixedMultiplier 32767.0f
#define kCSKaiserBesselFilterFixedShift 15
/*! Evaluates the 0th order Bessel function at @c a. */
float FIRFilter::ino(float a) {
float d = 0.0f;