FT8 support: code reformatting

This commit is contained in:
f4exb 2023-01-30 23:58:10 +01:00
parent 15b2a3e33c
commit 33156b9f66
2 changed files with 488 additions and 431 deletions

File diff suppressed because it is too large Load Diff

View File

@ -332,6 +332,10 @@ public:
// blocks. returns a vector of candidate positions. // blocks. returns a vector of candidate positions.
// //
std::vector<Strength> coarse(const FFTEngine::ffts_t &bins, int si0, int si1); std::vector<Strength> coarse(const FFTEngine::ffts_t &bins, int si0, int si1);
FT8Params& getParams() { return params; }
private:
// //
// reduce the sample rate from arate to brate. // reduce the sample rate from arate to brate.
// center hz0..hz1 in the new nyquist range. // center hz0..hz1 in the new nyquist range.
@ -653,7 +657,6 @@ public:
float hz1_for_cb float hz1_for_cb
); );
FT8Params& getParams() { return params; }
signals: signals:
void finished(); void finished();
private: private: