1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
Source: gr-iqbal
Section: libs
Priority: optional
Maintainer: A. Maitland Bottoms <bottoms@debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
dh-python,
doxygen,
gnuradio-dev (>=3.9),
graphviz,
libboost-dev,
libboost-system-dev,
libfftw3-dev,
libgmp-dev,
liblog4cpp5-dev,
liborc-0.4-dev,
pkg-config,
python3-dev,
python3-numpy,
python3-pygccxml
Standards-Version: 4.6.0
Homepage: https://git.osmocom.org/gr-iqbal
Vcs-Browser: https://salsa.debian.org/bottoms/pkg-gr-iqbal
Vcs-Git: https://salsa.debian.org/bottoms/pkg-gr-iqbal.git
Package: gr-iqbal
Section: libdevel
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libgnuradio-iqbalance3.9.0 (=${binary:Version}),
${misc:Depends},
${python3:Depends},
${shlibs:Depends}
Description: GNU Radio Blind IQ imbalance estimator and correction
The general idea is to suppress symmetrical images caused by IQ
imbalance in the RX path of quadrature receivers.
It's composed of two subblocks:
.
"IQ Bal Fix": This applies the actual correction. to a complex
stream. The correction parameters are only magnitude/phase and the
actual correction algo is the same as applied in hardware in the USRP.
You can either specify the correction parameters manually on the
block, or send them via 'messages'.
.
"IQ Bal Optimize": This blocks tries to blindly detect the imbalance
by minimizing the correlation between the left and right part of the
spectrum. See the code for the "how it does it". The general idea is
inspired from papers found on the internet and the way some SDR
software achieve the same things (sdr# for eg, although there are
significant differences in the actual implementation).
Package: libgnuradio-iqbalance3.9.0
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends}, ${shlibs:Depends}
Recommends: gr-iqbal
Breaks: libgnuradio-iqbalance0
Replaces: libgnuradio-iqbalance0
Description: GNU Radio Blind IQ imbalance estimator and correction (shared library)
The general idea is to suppress symmetrical images caused by IQ
imbalance in the RX path of quadrature receivers.
It's composed of two subblocks: "IQ Bal Fix" and "IQ Bal Optimize".
.
This package provides a shared library for gr-iqbal.
|