Corrected probe data formation, added 4800 bps case in interleaver and EOM generator

This commit is contained in:
2024-10-11 20:46:34 -04:00
parent b9502ebe86
commit 9f2d79617e
5 changed files with 81 additions and 68 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
class PSKModulator {
public:
PSKModulator(double baud_rate, double sample_rate, double energy_per_bit, bool is_frequency_hopping)
PSKModulator(double baud_rate, double sample_rate, bool is_frequency_hopping)
: sample_rate(sample_rate), carrier_freq(1800), phase(0.0) {
initializeSymbolMap();
symbol_rate = 2400; // Fixed symbol rate as per specification (2400 symbols per second)