just noticed that it would be convenient to have the demodulate_bits functions declared as const, since they don't change the state of the object (essentially the modulator state may be fixed for all the simulation, and passed as constant reference in some function)
Thanks!
Best regards,
Eduardo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi!
just noticed that it would be convenient to have the demodulate_bits functions declared as const, since they don't change the state of the object (essentially the modulator state may be fixed for all the simulation, and passed as constant reference in some function)
Thanks!
Best regards,
Eduardo