Import MANIFEST.md for CGRAN's benefit

Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
This commit is contained in:
Sylvain Munaut 2015-10-25 21:13:43 +01:00
parent 44ab02f671
commit dcd73fd549
1 changed files with 23 additions and 0 deletions

23
MANIFEST.md Normal file
View File

@ -0,0 +1,23 @@
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
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.