Mercurial > hg > aimc
comparison src/Support/SignalBank.h @ 135:0c492eada814
- Allow processing without re-initialization.
author | tom@acousticscale.org |
---|---|
date | Tue, 26 Oct 2010 04:48:56 +0000 |
parents | 47b009f2c936 |
children | 48e5fc566441 |
comparison
equal
deleted
inserted
replaced
134:5d4b269b67d2 | 135:0c492eada814 |
---|---|
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_; |