#define ONE_SECOND (snd_rate / cw->blocksize) // sample rate / decimation rate / block size #define CW_ONE_BIT_SAMPLE_COUNT (ONE_SECOND / 58.3) // = 6.4 works ! standard word PARIS has 14 pulses & 14 ...
This is a web-based, real-time Morse code (CW) decoder powered by a CRNN (Convolutional Recurrent Neural Network) model with a CTC Loss function. A key feature of this application is its client-side ...