GNU Radio on APF: Difference between revisions

From ArmadeusWiki
(Created page with "{{Under Construction}} Thanks to CPU power of ARM Cortex-A processors it is now possible to use GNU Radio on APF module like APF51 or APF6. This page will give you a...")
 
Line 5: Line 5:
==Sources==
==Sources==
Although GNU Radio might be used with simulated input signals, it may be funnier to have a SDR capable dongle to capture real life signals.
Although GNU Radio might be used with simulated input signals, it may be funnier to have a SDR capable dongle to capture real life signals.
rtl-sdr ([http://sdr.osmocom.org/trac/wiki/rtl-sdr] is on of the supported input plugin of GNU Radio. More infos on how to configure it [[rtl-sdr on APF|here1]].
rtl-sdr ([http://sdr.osmocom.org/trac/wiki/rtl-sdr] is on of the supported input plugin of GNU Radio. More infos on how to configure it [[rtl-sdr on APF|here]].


==Links==
==Links==
* http://gnuradio.org/redmine/projects/gnuradio/wiki
* http://gnuradio.org/redmine/projects/gnuradio/wiki
* http://sdr.osmocom.org/trac/wiki/rtl-sdr
* http://sdr.osmocom.org/trac/wiki/rtl-sdr

Revision as of 11:33, 22 January 2016

Page under construction... Construction.png Informations on this page are not guaranteed !!

Thanks to CPU power of ARM Cortex-A processors it is now possible to use GNU Radio on APF module like APF51 or APF6. This page will give you a quick overview of how to do that.

Sources

Although GNU Radio might be used with simulated input signals, it may be funnier to have a SDR capable dongle to capture real life signals. rtl-sdr ([1] is on of the supported input plugin of GNU Radio. More infos on how to configure it here.

Links