ulysse71 / fcrec

Funcube reader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Light Funcube Reader

For educational purpose

Beware, wont compile, needs HIDAPI and fcdctl to work
see //github.com/csete/fcdctl.git

example:
  acquire IQ data at 105.5MHz gain 20 during 8s with
  ./fcrec 105.5 20 8

  then process FM demodulation with
  ./try-pyfm fcrec.dat

  or process AM demodulation with
  ./try-pyam fcrec.dat

dependencies
  Install sox

TODO
  correct build against HIDAPI and fcdctl

About

Funcube reader

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:C 69.5%Language:Python 20.5%Language:Shell 5.1%Language:Makefile 4.9%