comparison trunk/src/Support/SignalBank.h @ 420:733a11a65f3d

- Allow processing without re-initialization.
author tom@acousticscale.org
date Tue, 26 Oct 2010 04:48:56 +0000
parents 7a573750b186
children f2dd5788e1d8
comparison
equal deleted inserted replaced
419:31d2b3f2c13b 420:733a11a65f3d
97 void set_start_time(int start_time); 97 void set_start_time(int start_time);
98 float centre_frequency(int i) const; 98 float centre_frequency(int i) const;
99 void set_centre_frequency(int i, float cf); 99 void set_centre_frequency(int i, float cf);
100 bool initialized() const; 100 bool initialized() const;
101 int channel_count() const; 101 int channel_count() const;
102 void Clear();
102 private: 103 private:
103 int channel_count_; 104 int channel_count_;
104 int buffer_length_; 105 int buffer_length_;
105 vector<vector<float> > signals_; 106 vector<vector<float> > signals_;
106 vector<vector<int> > strobes_; 107 vector<vector<int> > strobes_;