Corrected probe data formation, added 4800 bps case in interleaver and EOM generator
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user