Experimental 2.4MHz Mode A/C demodulator.

This commit is contained in:
Oliver Jowett 2016-03-20 19:49:37 +00:00
parent 0dc8336c14
commit f6bdb61b13
3 changed files with 298 additions and 6 deletions

View file

@ -25,5 +25,6 @@
struct mag_buf;
void demodulate2400(struct mag_buf *mag);
void demodulate2400AC(struct mag_buf *mag);
#endif