/* * Meisei iMS-100 * * sync header: correlation/matched filter * files: meisei100mod.c demod_mod.c demod_mod.h bch_ecc_mod.c bch_ecc_mod.h * compile, either (a) or (b): * (a) * gcc -c demod_mod.c * gcc -DINCLUDESTATIC meisei100mod.c demod_mod.o -lm -o meisei100mod * (b) * gcc -c demod_mod.c * gcc -c bch_ecc_mod.c * gcc meisei100mod.c demod_mod.o bch_ecc_mod.o -lm -o meisei100mod * * usage: * ./meisei100mod --ecc -v * * author: zilog80 */ /* PCM-FM, 1200 baud biphase-S 1200 bit pro Sekunde: zwei Frames, die wiederum in zwei Subframes unterteilt werden koennen, d.h. 4 mal 300 bit. Variante 1 (RS-11G ?)