This package browser is in early development. Mind the rough edges.

gr-iqbal

GNU Radio block to correct IQ imbalance

This is a 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.

Installation

Install the latest version of gr-iqbal as follows:

guix install gr-iqbal

Or install a particular version:

guix install gr-iqbal@0.38.2-0.fbee239

You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.

Badge code

You can use the following badge to inform users of gr-iqbal about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/gr-iqbal'><img src='https://packages.guix.gnu.org/packages/gr-iqbal/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gr-iqbal/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/gr-iqbal)

Example Org:

[[https://packages.guix.gnu.org/packages/gr-iqbal][https://packages.guix.gnu.org/packages/gr-iqbal/badges/latest-version.svg]]