CAPDEVILLE Marc

Results 7 comments of CAPDEVILLE Marc

Hi, thanks for your comments. I have updated RTTY decoder to improve sensitivity by normalizing power. the asynchronous decoder now have moving threshold helping getting bits when selectives fadings are...

Hi, what's news : - Fax and rtty decoders now save their settings to default configuration file. - In rtty decoder, fsk demodulator is now using two simple BPF made...

Hi, I have follow your request, so there is no more boost::circular_buffer dependencies. I've also corrected the float to double promotion warning and the uninitialized variable in fsk_demod_impl.cpp and async_rx_impl.cpp....

Sorry, It seems that M_PIf is not define on all platform. It is on debian 12 with libc6-dev:amd64 version 2.36-9+deb12u2. I add a conditional define then i re-push.

There was other float to double implicit promotion that i've corrected in this last push.

It seems that all these error are due to my implementation of circular buffer. I replace it by std::queue in this rewrite.

And more float to double conversion that trigger warning on MacOs CI only.