Skip to content

Instantly share code, notes, and snippets.

@nowls
nowls / LICENSE.md
Last active September 24, 2018 21:21
Combined license file for libairspy

The AirSpy library includes a number of subcomponents with separate copyright notices and license terms. Your use of the source code for these subcomponents is subject to the terms and conditions of the following licenses.

For the following components:

  • src/airspy.c
  • src/airspy.h
  • src/airspy_commands.h
@nowls
nowls / gist:f25cbfd314c47e9ecabd2a33d3e3399c
Created May 2, 2016 17:58
Error extracting GNU Radio embedded SDK
OpenEmbedded SDK installer version nodistro.0
=============================================
Enter target directory for SDK (default: /usr/local/oecore-x86_64): /usr/local/oecore-x86_64
You are about to install the SDK to "/usr/local/oecore-x86_64". Proceed[Y/n]? y
Extracting SDK.................................................................................................................................
bzip2: Compressed file ends unexpectedly;
perhaps it is corrupted? *Possible* reason follows.
bzip2: Inappropriate ioctl for device
Input file = (stdin), output file = (stdout)
diff --git a/gr-trellis/examples/python/test_cpm.py b/gr-trellis/examples/python/test_cpm.py
index 8014c87..67a7e0c 100755
--- a/gr-trellis/examples/python/test_cpm.py
+++ b/gr-trellis/examples/python/test_cpm.py
@@ -34,29 +34,29 @@ def run_test(seed,blocksize):
# Variables
##################################################
M = 2
- K = 1
- P = 2
@nowls
nowls / test_cpm.py.diff
Created September 10, 2015 22:02
CPFSK implementation in gr-trellis
diff --git a/gr-trellis/examples/python/test_cpm.py b/gr-trellis/examples/python/test_cpm.py
index 6fe25ec..4790860 100755
--- a/gr-trellis/examples/python/test_cpm.py
+++ b/gr-trellis/examples/python/test_cpm.py
@@ -34,29 +34,29 @@ def run_test(seed,blocksize):
# Variables
##################################################
M = 2
- K = 1
- P = 2
@nowls
nowls / implementation log
Created June 11, 2015 14:23
Error building E310_RFNOC GUI=1
#-----------------------------------------------------------
# Vivado v2014.4 (64-bit)
# SW Build 1071353 on Tue Nov 18 16:47:07 MST 2014
# IP Build 1070531 on Tue Nov 18 01:10:18 MST 2014
# Start of session at: Wed Jun 10 16:26:52 2015
# Process ID: 1424
# Log file: /home/user/code/uhd/fpga-src/usrp3/top/e300/build-E310_RFNOC/project_1/project_1.runs/impl_1/e300.vdi
# Journal file: /home/user/code/uhd/fpga-src/usrp3/top/e300/build-E310_RFNOC/project_1/project_1.runs/impl_1/vivado.jou
#-----------------------------------------------------------
source e300.tcl -notrace
@nowls
nowls / compile_failure.out
Created June 6, 2015 20:44
GR compile failure
odroid@odroid:~/code/gnuradio/build$ make clean
odroid@odroid:~/code/gnuradio/build$ make -j1
[ 0%] Generating volk_machine_neon_hardfp_orc.c
[ 0%] Generating volk_32f_x2_divide_32f_a_orc_impl.c
[ 0%] Generating volk_32i_x2_or_32i_a_orc_impl.c
[ 0%] Generating volk_16ic_magnitude_16i_a_orc_impl.c
[ 0%] Generating volk_32f_x2_max_32f_a_orc_impl.c
[ 0%] Generating volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.c
Segmentation fault
make[2]: *** [volk/lib/volk_16ic_s32f_deinterleave_32f_x2_a_orc_impl.c] Error 139
@nowls
nowls / volk_config
Created June 5, 2015 21:40
volk_config
#this file is generated by volk_profile.
#the function name is followed by the preferred architecture.
volk_64u_popcnt generic generic
volk_16u_byteswap generic generic
volk_32u_byteswap generic generic
volk_64u_byteswap generic generic
@nowls
nowls / volk_profile.out
Created June 5, 2015 21:27
Lots of fails for arches: neon, neonasm, orc
odroid@odroid:~$ volk_profile
Using Volk machine: neon_hardfp_orc
RUN_VOLK_TESTS: volk_64u_popcntpuppet_64u(131071,1987)
generic completed in 766.022ms
neon completed in 1729.77ms
Best aligned arch: generic
Best unaligned arch: generic
RUN_VOLK_TESTS: volk_16u_byteswappuppet_16u(131071,1987)
generic completed in 180.853ms
neon completed in 275.772ms