mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 06:54:39 -04:00
FT8: implement Gray decoding when decoding from magnitudes
This commit is contained in:
@@ -322,7 +322,8 @@ void TestFT8Protocols::testSoftDecode(const QStringList& argElements)
|
||||
}
|
||||
|
||||
symbol = symbol % symbolSize;
|
||||
magSymbols[symbol] += 0.01;
|
||||
symbol = symbol ^(symbol >> 1); // Gray code
|
||||
magSymbols[symbol] += 0.015;
|
||||
mags.push_back(magSymbols);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user