mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-21 23:55:13 -05:00
FT8 support: code reformatting
This commit is contained in:
parent
15b2a3e33c
commit
33156b9f66
914
ft8/ft8.cpp
914
ft8/ft8.cpp
File diff suppressed because it is too large
Load Diff
@ -332,6 +332,10 @@ public:
|
||||
// blocks. returns a vector of candidate positions.
|
||||
//
|
||||
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.
|
||||
// center hz0..hz1 in the new nyquist range.
|
||||
@ -653,7 +657,6 @@ public:
|
||||
float hz1_for_cb
|
||||
);
|
||||
|
||||
FT8Params& getParams() { return params; }
|
||||
signals:
|
||||
void finished();
|
||||
private:
|
||||
|
Loading…
Reference in New Issue
Block a user