comparison src/PeakProcessor.h @ 1:5a94f002e5ef

some changes
author Andrew N Robertson <andrew.robertson@eecs.qmul.ac.uk>
date Sat, 22 Sep 2012 01:11:31 +0100
parents 3dcbd77efc94
children 7ec1ed0b2eb0
comparison
equal deleted inserted replaced
0:3dcbd77efc94 1:5a94f002e5ef
9 9
10 #ifndef PEAK_PROCESSOR 10 #ifndef PEAK_PROCESSOR
11 #define PEAK_PROCESSOR 11 #define PEAK_PROCESSOR
12 12
13 #include <vector.h> 13 #include <vector.h>
14 #include "math.h"
14 15
15 class PeakProcessor{ 16 class PeakProcessor{
16 public: 17 public:
17 18
18 PeakProcessor(); 19 PeakProcessor();