summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSylvain Munaut <tnt@246tNt.com>2015-10-25 21:13:43 +0100
committerSylvain Munaut <tnt@246tNt.com>2015-11-21 00:32:04 +0100
commitdcd73fd54992430938ced73872b983bffd770b11 (patch)
treeda2e4f92513d10102db8bc3770f166faeecfc295
parent44ab02f671dbc8765391a83d8186779fbb38baea (diff)
Import MANIFEST.md for CGRAN's benefit
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--MANIFEST.md23
1 files changed, 23 insertions, 0 deletions
diff --git a/MANIFEST.md b/MANIFEST.md
new file mode 100644
index 0000000..13280e0
--- /dev/null
+++ b/MANIFEST.md
@@ -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.