comparison projects/filter_IIR/main.cpp @ 4:f34c63568523

_new FFT example [still noisy]
author Victor Zappi <victor.zappi@qmul.ac.uk>
date Thu, 06 Nov 2014 19:02:48 +0000
parents 6810f166482f
children 09f03ac40fcc
comparison
equal deleted inserted replaced
3:6810f166482f 4:f34c63568523
140 140
141 // Set verbose logging information (optional by using value > 0; default is 0) 141 // Set verbose logging information (optional by using value > 0; default is 0)
142 setVerboseLevel(verbose); 142 setVerboseLevel(verbose);
143 143
144 if(verbose) { 144 if(verbose) {
145 cout << "Starting with period size " << periodSize << endl; 145 cout << "Starting with period size " << periodSize << " and cut-off frequency" << gCutFreq << endl;
146 if(useMatrix) 146 if(useMatrix)
147 cout << "Matrix enabled\n"; 147 cout << "Matrix enabled\n";
148 else 148 else
149 cout << "Matrix disabled\n"; 149 cout << "Matrix disabled\n";
150 cout << "Loading file " << fileName << endl; 150 cout << "Loading file " << fileName << endl;