Reorder methods in source file to indicate call order.

This commit is contained in:
Jared Boone 2015-12-11 17:17:12 -08:00
parent 088f60f2bc
commit d1637db2fc
2 changed files with 26 additions and 26 deletions

View file

@ -38,14 +38,14 @@ public:
{
}
void update();
void feed(
const buffer_c16_t& channel,
const uint32_t filter_pass_frequency,
const uint32_t filter_stop_frequency
);
void update();
private:
BlockDecimator<256> channel_spectrum_decimator;