FSK demodulation

Is there any existing 4FSK transceiver system in gnuradio ?

Yes. The OP25 project has an implementation of FSK4 for use in P25,
where FSK4 is sometimes known as “C4FM”.

Both modulation and demodulation is supported. Here are links to the
actual code (see below)… Note that the demod block must ordinarily be
preceded by the FM demodulation function (such as
quadrature-demodulation).

Is this the only such implementation of FSK4 in gnuradio? No! An in-tree
project, even older than OP25, and written (if memory serves correctly)
by none other than Jonathan Corgan, appears in gr-pager - for the FLEX
system.

Best

Max


http://op25.osmocom.org/trac/wiki.png/browser/op25/gr-op25_repeater/apps/tx/op25_c4fm_mod.py
http://op25.osmocom.org/trac/wiki.png/browser/op25/gr-op25/lib/fsk4_demod_ff_impl.cc