All Projects → ghostop14 → gr-correctiq

ghostop14 / gr-correctiq

Licence: GPL-3.0 license
GNURadio blocks to remove that IQ DC spike just like some software and drivers do! Three techniques available: auto, auto-tune to dc offset, and manual.

Programming Languages

C++
36643 projects - #6 most used programming language
CMake
9771 projects
python
139335 projects - #7 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to gr-correctiq

Soapyhackrf
SoapySDR HackRF module
Stars: ✭ 59 (-14.49%)
Mutual labels:  sdr, gnuradio
SoapyAudio
Soapy SDR plugin for Audio devices
Stars: ✭ 16 (-76.81%)
Mutual labels:  sdr, gnuradio
Gr Adsb
GNU Radio OOT module for demodulating and decoding ADS-B packets
Stars: ✭ 61 (-11.59%)
Mutual labels:  sdr, gnuradio
Shinysdr
Software-defined radio receiver application built on GNU Radio with a web-based UI and plugins. In development, usable but incomplete. Compatible with RTL-SDR.
Stars: ✭ 884 (+1181.16%)
Mutual labels:  sdr, gnuradio
gr-smart meters
No description or website provided.
Stars: ✭ 151 (+118.84%)
Mutual labels:  sdr, gnuradio
Rfsec Toolkit
RFSec-ToolKit is a collection of Radio Frequency Communication Protocol Hacktools.无线通信协议相关的工具集,可借助SDR硬件+相关工具对无线通信进行研究。Collect with ♥ by HackSmith
Stars: ✭ 1,085 (+1472.46%)
Mutual labels:  sdr, gnuradio
Gr Nrsc5
A GNU Radio implementation of HD Radio (NRSC-5)
Stars: ✭ 73 (+5.8%)
Mutual labels:  sdr, gnuradio
Trunk Recorder
Records calls from a Trunked Radio System (P25 & SmartNet)
Stars: ✭ 505 (+631.88%)
Mutual labels:  sdr, gnuradio
Gqrx
Software defined radio receiver powered by GNU Radio and Qt.
Stars: ✭ 1,934 (+2702.9%)
Mutual labels:  sdr, gnuradio
Gnuradio Android
GNU Radio Android Toolchain
Stars: ✭ 109 (+57.97%)
Mutual labels:  sdr, gnuradio
Soapyosmo
Soapy SDR plugins for Osmo supported SDR devices
Stars: ✭ 8 (-88.41%)
Mutual labels:  sdr, gnuradio
gr-radio astro
This package provides GNUradio OOT modules and grc flowgraphs that fascilates Radio Astronomy Observations with software defined radio devices.
Stars: ✭ 32 (-53.62%)
Mutual labels:  sdr, gnuradio
Gnss Sdr
GNSS-SDR, an open-source software-defined GNSS receiver
Stars: ✭ 801 (+1060.87%)
Mutual labels:  sdr, gnuradio
Gnuradio
GNU Radio – the Free and Open Software Radio Ecosystem
Stars: ✭ 3,297 (+4678.26%)
Mutual labels:  sdr, gnuradio
Soapysdr
Vendor and platform neutral SDR support library.
Stars: ✭ 576 (+734.78%)
Mutual labels:  sdr, gnuradio
Soapyrtlsdr
SoapySDR RTL-SDR Support Module
Stars: ✭ 67 (-2.9%)
Mutual labels:  sdr, gnuradio
SoapyBladeRF
Soapy SDR plugin for the Blade RF
Stars: ✭ 16 (-76.81%)
Mutual labels:  sdr, gnuradio
Pisdr Image
🥧 The SDR Linux Distro for the Raspberry Pi and other SBC. Compatible out of the box with multiple SDR.
Stars: ✭ 346 (+401.45%)
Mutual labels:  sdr, gnuradio
Openlte
An open source 3GPP LTE implementation.
Stars: ✭ 86 (+24.64%)
Mutual labels:  sdr, gnuradio
Qradiolink
Multimode SDR transceiver for GNU radio
Stars: ✭ 176 (+155.07%)
Mutual labels:  sdr, gnuradio

gr-correctiq

Finally, a GNURadio block to remove that IQ DC spike just like some software and drivers do! Just drop it in your flowgraph after your radio source and rock on. No more offset tuning to get rid of that spike, now you can use the whole bandwidth.

Update:

Added 2 new blocks. One that starts with auto-learning then switches to standard DC offset with the results to avoid any potential filtering. This block takes frequency and upstream (radio-side) gain as parameters and if they change auto-recalibrates. The second block is just a manual offset block that can be used for manual tuning.

Building

Build is pretty standard:

mkdir build

cd build

cmake ..

make

make install

ldconfig

Parameters

None. Complex in, complex out.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].