This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* gcc -Wall -Wextra -O2 -o limerx limerx.c -lLimeSuite | |
* | |
* ./limerx [samprate] [oversmapling] | |
*/ | |
#define __STDC_FORMAT_MACROS | |
#include <inttypes.h> | |
#include <signal.h> | |
#include <stdint.h> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='ASCII'?> | |
<flow_graph> | |
<timestamp>Wed Sep 11 16:13:12 2013</timestamp> | |
<block> | |
<key>variable</key> | |
<param> | |
<key>id</key> | |
<value>xlate_filter_taps</value> | |
</param> | |
<param> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/lib/fcdproplus_impl.cc b/lib/fcdproplus_impl.cc | |
index beef6ba..f8f9085 100644 | |
--- a/lib/fcdproplus_impl.cc | |
+++ b/lib/fcdproplus_impl.cc | |
@@ -124,8 +124,8 @@ namespace gr { | |
/* setup the control part */ | |
d_control_handle =NULL; | |
hid_init(); | |
- d_control_handle = hid_open ( FCDPROPLUS_VENDOR_ID ,FCDPROPLUS_PRODUCT_ID,NULL ); | |
- if(d_control_handle == NULL ) { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** I/Q swap **/ | |
iq_swap_cc_sptr make_iq_swap_cc(bool enabled) | |
{ | |
return gnuradio::get_initial_sptr(new iq_swap_cc(enabled)); | |
} | |
iq_swap_cc::iq_swap_cc(bool enabled) | |
: gr_hier_block2 ("iq_swap_cc", | |
gr_make_io_signature(1, 1, sizeof(gr_complex)), | |
gr_make_io_signature(1, 1, sizeof(gr_complex))) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom quisk_conf.py configuration file for Funcube Dongle Pro+. | |
# See quisk_conf_defaults.py for more information. | |
# In ALSA, soundcards have these names. The "hw" devices are the raw | |
# hardware devices, and should be used for soundcard capture. | |
#name_of_sound_capt = "hw:0" | |
#name_of_sound_capt = "hw:1" | |
#name_of_sound_capt = "plughw" | |
#name_of_sound_capt = "plughw:1" | |
#name_of_sound_capt = "default" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='ASCII'?> | |
<flow_graph> | |
<timestamp>Tue Apr 10 20:21:22 2012</timestamp> | |
<block> | |
<key>options</key> | |
<param> | |
<key>id</key> | |
<value>rtl_nfm_rx</value> | |
</param> | |
<param> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version='1.0' encoding='ASCII'?> | |
<flow_graph> | |
<timestamp>Fri Apr 6 11:11:01 2012</timestamp> | |
<block> | |
<key>options</key> | |
<param> | |
<key>id</key> | |
<value>fcd_apt_rx</value> | |
</param> | |
<param> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/configure.ac b/configure.ac | |
index 27c0dc1..26974c0 100644 | |
--- a/configure.ac | |
+++ b/configure.ac | |
@@ -44,9 +44,9 @@ m4_include([config/gr_standalone.m4]) | |
GR_STANDALONE | |
dnl Check for libusb-1.0 | |
-PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= 1.0) | |
-LIBS="$LIBS $LIBUSB_LIBS" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /usr/bin/python | |
# All QUISK software is Copyright (C) 2006-2010 by James C. Ahlstrom. | |
# This free software is licensed for use under the GNU General Public | |
# License (GPL), see http://www.opensource.org. | |
# Note that there is NO WARRANTY AT ALL. USE AT YOUR OWN RISK!! | |
"""The main program for Quisk, a software defined radio. | |
Usage: python quisk.py [-c | --config config_file_path] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Custom quisk_conf.py configuration file for Funcube Dongle. | |
# See quisk_conf_defaults.py for more information. | |
# In ALSA, soundcards have these names. The "hw" devices are the raw | |
# hardware devices, and should be used for soundcard capture. | |
#name_of_sound_capt = "hw:0" | |
#name_of_sound_capt = "hw:1" | |
#name_of_sound_capt = "plughw" | |
#name_of_sound_capt = "plughw:1" | |
#name_of_sound_capt = "default" |
NewerOlder