summaryrefslogtreecommitdiffstats
path: root/MANIFEST.md
blob: 274fc4a7aacffad2db1b3a8927212c55795e52f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
title: gr-iqbalance
brief: GNU Radio block to correct IQ imbalance in quadrature receivers
tags:
    - iq imbalance
    - rx
    - osmocom
author:
    - Sylvain Munaut <tnt@246tNt.com>
copyright_owner:
    - Sylvain Munaut <tnt@246tNt.com>
license: GPLv3
gr_supported_version: 3.9
repo: git://git.osmocom.org/gr-iqbal
icon: http://people.osmocom.org/~tnt/stuff/iqbal-icon.png
---
GNU Radio block to correct IQ imbalance in quadrature receivers

It's composed of two main block:
 - *fix* : Given a phase and amplitude error, it will correct a complex signal
 - *optimize*: Attempts to auto-detect the phase and amplitude error to feed to
   the fix block above

The gr-osmosdr driver can make use of this block automatically if gr-iqbalance
is installed prior to gr-osmosdr.