[hamradio-commits] [liquid-dsp] 03/03: Add debian directory with required files
Andreas E. Bombe
aeb at moszumanska.debian.org
Sun Dec 11 17:04:57 UTC 2016
This is an automated email from the git hooks/post-receive script.
aeb pushed a commit to branch master
in repository liquid-dsp.
commit 0d0c47f6b6a7a7defaaf4d45d9036964d0ef6e6e
Author: Andreas Bombe <aeb at debian.org>
Date: Thu Oct 6 14:35:09 2016 +0200
Add debian directory with required files
---
debian/README.Debian | 10 +
debian/changelog | 5 +
debian/compat | 1 +
debian/control | 41 +
debian/copyright | 128 +++
debian/libliquid-dev.install | 3 +
debian/libliquid0d.install | 1 +
debian/libliquid0d.symbols | 2082 ++++++++++++++++++++++++++++++++++++++++++
debian/patches/define-soname | 37 +
debian/patches/fix-makefile | 155 ++++
debian/patches/series | 2 +
debian/rules | 9 +
debian/source/format | 1 +
13 files changed, 2475 insertions(+)
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..a771926
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,10 @@
+Instruction Set Optimized Code
+==============================
+
+The liquid-dsp library contains provisions to compile special versions of its
+dot product functions optimized for certain instruction set extensions such as
+SSE2/SSE4 or NEON. These had to be disabled since the decision to use it happens
+at build time and not on the computer the code is actually run.
+
+Runtime detection will have to implemented before these can be enabled for the
+Debian packages.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..3a7140d
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+liquid-dsp (1.2.0+git20161107-1) unstable; urgency=medium
+
+ * Initial release (Closes: #832114)
+
+ -- Andreas Bombe <aeb at debian.org> Sun, 11 Dec 2016 17:46:00 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..9776455
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,41 @@
+Source: liquid-dsp
+Section: hamradio
+Priority: optional
+Maintainer: Debian Hamradio Maintainers <debian-hams at lists.debian.org>
+Uploaders: Andreas Bombe <aeb at debian.org>
+Build-Depends: debhelper (>= 10), dh-autoreconf, pkg-config, libfftw3-dev
+Standards-Version: 3.9.8
+Homepage: http://liquidsdr.org/
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-hamradio/liquid-dsp.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-hamradio/liquid-dsp.git
+
+Package: libliquid0d
+Section: libs
+Architecture: any
+Multi-Arch: same
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: signal processing library for software defined radio
+ liquid-dsp is a free and open-source digital signal processing (DSP)
+ library designed specifically for software defined radios on embedded
+ platforms. The aim is to provide a lightweight DSP library that does not
+ rely on a myriad of external dependencies or proprietary and otherwise
+ cumbersome frameworks. All signal processing elements are designed to be
+ flexible, scalable, and dynamic, including filters, filter design,
+ oscillators, modems, synchronizers, and complex mathematical operations.
+ .
+ This package contains the shared library.
+
+Package: libliquid-dev
+Section: libdevel
+Architecture: any
+Depends: libliquid0d (= ${binary:Version}), ${misc:Depends}
+Description: signal processing library for software defined radio (development files)
+ liquid-dsp is a free and open-source digital signal processing (DSP)
+ library designed specifically for software defined radios on embedded
+ platforms. The aim is to provide a lightweight DSP library that does not
+ rely on a myriad of external dependencies or proprietary and otherwise
+ cumbersome frameworks. All signal processing elements are designed to be
+ flexible, scalable, and dynamic, including filters, filter design,
+ oscillators, modems, synchronizers, and complex mathematical operations.
+ .
+ This package contains the files required to compile programs using liquid-dsp.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0d1c4c9
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,128 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: liquid-dsp
+Upstream-Contact: Joseph D. Gaeddert <joseph at liquidsdr.org>
+Source: https://github.com/jgaeddert/liquid-dsp
+
+Files: *
+ ./src/vector/src/vectorf_trig.port.c
+Copyright: 2007-2016 Joseph Gaeddert
+License: Expat
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ THE SOFTWARE.
+
+Files: ./scripts/config.guess
+ ./scripts/config.sub
+Copyright: 1992-2010 Free Software Foundation, Inc.
+License: GPL-2+ with autoconf exception
+ This file is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA
+ 02110-1301, USA.
+ .
+ As a special exception to the GNU General Public License, if you
+ distribute this file as part of a program that contains a
+ configuration script generated by Autoconf, you may include it under
+ the same distribution terms that you use for the rest of that program.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General Public
+ License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
+
+Files: ./scripts/install-sh
+Copyright: 1994 X Consortium
+License: X11
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to
+ deal in the Software without restriction, including without limitation the
+ rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
+ sell copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in
+ all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
+ AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
+ TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+ .
+ Except as contained in this notice, the name of the X Consortium shall not
+ be used in advertising or otherwise to promote the sale, use or other deal-
+ ings in this Software without prior written authorization from the X Consor-
+ tium.
+
+Files:
+ ./scripts/ax_check_compile_flag.m4
+ ./scripts/ax_gcc_x86_cpuid.m4
+ ./scripts/ax_gcc_archflag.m4
+Copyright:
+ 2008 Guido U. Draheim <guidod at gmx.de>
+ 2008 Matteo Frigo
+ 2008 Steven G. Johnson <stevenj at alum.mit.edu>
+ 2011 Maarten Bosmans <mkbosmans at gmail.com>
+ 2012 Tsukasa Oi
+License: GPL-3+ with autoconf exception
+ This program is free software: you can redistribute it and/or modify it
+ under the terms of the GNU General Public License as published by the
+ Free Software Foundation, either version 3 of the License, or (at your
+ option) any later version.
+ .
+ This program is distributed in the hope that it will be useful, but
+ WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
+ Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ As a special exception, the respective Autoconf Macro's copyright owner
+ gives unlimited permission to copy, distribute and modify the configure
+ scripts that are the output of Autoconf when processing the Macro. You
+ need not follow the terms of the GNU General Public License when using
+ or distributing such scripts, even though portions of the text of the
+ Macro appear in them. The GNU General Public License (GPL) does govern
+ all other use of the material that constitutes the Autoconf Macro.
+ .
+ This special exception to the GPL applies to versions of the Autoconf
+ Macro released by the Autoconf Archive. When you make and distribute a
+ modified version of the Autoconf Macro, you may extend this special
+ exception to the GPL to apply to your modified version as well.
+ .
+ On Debian GNU/Linux systems, the complete text of the GNU General Public
+ License version 3 can be found in `/usr/share/common-licenses/GPL-3'.
+
+Files: ./scripts/ax_ext.m4
+Copyright:
+ 2008 Christophe Tournayre <turn3r at users.sourceforge.net>
+ 2012 Joseph D. Gaeddert <jgaedder at vt.edu>
+License: permissive
+ Copying and distribution of this file, with or without modification, are
+ permitted in any medium without royalty provided the copyright notice
+ and this notice are preserved. This file is offered as-is, without any
+ warranty.
diff --git a/debian/libliquid-dev.install b/debian/libliquid-dev.install
new file mode 100644
index 0000000..98a2419
--- /dev/null
+++ b/debian/libliquid-dev.install
@@ -0,0 +1,3 @@
+usr/include/*
+usr/lib/*/libliquid.a
+usr/lib/*/libliquid.so
diff --git a/debian/libliquid0d.install b/debian/libliquid0d.install
new file mode 100644
index 0000000..5231244
--- /dev/null
+++ b/debian/libliquid0d.install
@@ -0,0 +1 @@
+usr/lib/*/libliquid.so.*
diff --git a/debian/libliquid0d.symbols b/debian/libliquid0d.symbols
new file mode 100644
index 0000000..7459535
--- /dev/null
+++ b/debian/libliquid0d.symbols
@@ -0,0 +1,2082 @@
+libliquid.so.0d libliquid0d #MINVER#
+ agc_crcf_create at Base 1.2.0+git20161107
+ agc_crcf_destroy at Base 1.2.0+git20161107
+ agc_crcf_execute at Base 1.2.0+git20161107
+ agc_crcf_execute_block at Base 1.2.0+git20161107
+ agc_crcf_get_bandwidth at Base 1.2.0+git20161107
+ agc_crcf_get_gain at Base 1.2.0+git20161107
+ agc_crcf_get_rssi at Base 1.2.0+git20161107
+ agc_crcf_get_signal_level at Base 1.2.0+git20161107
+ agc_crcf_init at Base 1.2.0+git20161107
+ agc_crcf_lock at Base 1.2.0+git20161107
+ agc_crcf_print at Base 1.2.0+git20161107
+ agc_crcf_reset at Base 1.2.0+git20161107
+ agc_crcf_set_bandwidth at Base 1.2.0+git20161107
+ agc_crcf_set_gain at Base 1.2.0+git20161107
+ agc_crcf_set_rssi at Base 1.2.0+git20161107
+ agc_crcf_set_signal_level at Base 1.2.0+git20161107
+ agc_crcf_unlock at Base 1.2.0+git20161107
+ agc_rrrf_create at Base 1.2.0+git20161107
+ agc_rrrf_destroy at Base 1.2.0+git20161107
+ agc_rrrf_execute at Base 1.2.0+git20161107
+ agc_rrrf_execute_block at Base 1.2.0+git20161107
+ agc_rrrf_get_bandwidth at Base 1.2.0+git20161107
+ agc_rrrf_get_gain at Base 1.2.0+git20161107
+ agc_rrrf_get_rssi at Base 1.2.0+git20161107
+ agc_rrrf_get_signal_level at Base 1.2.0+git20161107
+ agc_rrrf_init at Base 1.2.0+git20161107
+ agc_rrrf_lock at Base 1.2.0+git20161107
+ agc_rrrf_print at Base 1.2.0+git20161107
+ agc_rrrf_reset at Base 1.2.0+git20161107
+ agc_rrrf_set_bandwidth at Base 1.2.0+git20161107
+ agc_rrrf_set_gain at Base 1.2.0+git20161107
+ agc_rrrf_set_rssi at Base 1.2.0+git20161107
+ agc_rrrf_set_signal_level at Base 1.2.0+git20161107
+ agc_rrrf_unlock at Base 1.2.0+git20161107
+ ampmodem_create at Base 1.2.0+git20161107
+ ampmodem_debug_print at Base 1.2.0+git20161107
+ ampmodem_demodulate at Base 1.2.0+git20161107
+ ampmodem_demodulate_block at Base 1.2.0+git20161107
+ ampmodem_destroy at Base 1.2.0+git20161107
+ ampmodem_modulate at Base 1.2.0+git20161107
+ ampmodem_modulate_block at Base 1.2.0+git20161107
+ ampmodem_print at Base 1.2.0+git20161107
+ ampmodem_reset at Base 1.2.0+git20161107
+ apsk128_map at Base 1.2.0+git20161107
+ apsk128_num_levels at Base 1.2.0+git20161107
+ apsk128_p at Base 1.2.0+git20161107
+ apsk128_phi at Base 1.2.0+git20161107
+ apsk128_r at Base 1.2.0+git20161107
+ apsk128_r_slicer at Base 1.2.0+git20161107
+ apsk16_map at Base 1.2.0+git20161107
+ apsk16_num_levels at Base 1.2.0+git20161107
+ apsk16_p at Base 1.2.0+git20161107
+ apsk16_phi at Base 1.2.0+git20161107
+ apsk16_r at Base 1.2.0+git20161107
+ apsk16_r_slicer at Base 1.2.0+git20161107
+ apsk256_map at Base 1.2.0+git20161107
+ apsk256_num_levels at Base 1.2.0+git20161107
+ apsk256_p at Base 1.2.0+git20161107
+ apsk256_phi at Base 1.2.0+git20161107
+ apsk256_r at Base 1.2.0+git20161107
+ apsk256_r_slicer at Base 1.2.0+git20161107
+ apsk32_map at Base 1.2.0+git20161107
+ apsk32_num_levels at Base 1.2.0+git20161107
+ apsk32_p at Base 1.2.0+git20161107
+ apsk32_phi at Base 1.2.0+git20161107
+ apsk32_r at Base 1.2.0+git20161107
+ apsk32_r_slicer at Base 1.2.0+git20161107
+ apsk4_map at Base 1.2.0+git20161107
+ apsk4_num_levels at Base 1.2.0+git20161107
+ apsk4_p at Base 1.2.0+git20161107
+ apsk4_phi at Base 1.2.0+git20161107
+ apsk4_r at Base 1.2.0+git20161107
+ apsk4_r_slicer at Base 1.2.0+git20161107
+ apsk64_map at Base 1.2.0+git20161107
+ apsk64_num_levels at Base 1.2.0+git20161107
+ apsk64_p at Base 1.2.0+git20161107
+ apsk64_phi at Base 1.2.0+git20161107
+ apsk64_r at Base 1.2.0+git20161107
+ apsk64_r_slicer at Base 1.2.0+git20161107
+ apsk8_map at Base 1.2.0+git20161107
+ apsk8_num_levels at Base 1.2.0+git20161107
+ apsk8_p at Base 1.2.0+git20161107
+ apsk8_phi at Base 1.2.0+git20161107
+ apsk8_r at Base 1.2.0+git20161107
+ apsk8_r_slicer at Base 1.2.0+git20161107
+ asgramcf_create at Base 1.2.0+git20161107
+ asgramcf_destroy at Base 1.2.0+git20161107
+ asgramcf_execute at Base 1.2.0+git20161107
+ asgramcf_print at Base 1.2.0+git20161107
+ asgramcf_push at Base 1.2.0+git20161107
+ asgramcf_reset at Base 1.2.0+git20161107
+ asgramcf_set_scale at Base 1.2.0+git20161107
+ asgramcf_write at Base 1.2.0+git20161107
+ asgramf_create at Base 1.2.0+git20161107
+ asgramf_destroy at Base 1.2.0+git20161107
+ asgramf_execute at Base 1.2.0+git20161107
+ asgramf_print at Base 1.2.0+git20161107
+ asgramf_push at Base 1.2.0+git20161107
+ asgramf_reset at Base 1.2.0+git20161107
+ asgramf_set_scale at Base 1.2.0+git20161107
+ asgramf_write at Base 1.2.0+git20161107
+ autocorr_cccf_create at Base 1.2.0+git20161107
+ autocorr_cccf_destroy at Base 1.2.0+git20161107
+ autocorr_cccf_execute at Base 1.2.0+git20161107
+ autocorr_cccf_execute_block at Base 1.2.0+git20161107
+ autocorr_cccf_get_energy at Base 1.2.0+git20161107
+ autocorr_cccf_print at Base 1.2.0+git20161107
+ autocorr_cccf_push at Base 1.2.0+git20161107
+ autocorr_cccf_reset at Base 1.2.0+git20161107
+ autocorr_rrrf_create at Base 1.2.0+git20161107
+ autocorr_rrrf_destroy at Base 1.2.0+git20161107
+ autocorr_rrrf_execute at Base 1.2.0+git20161107
+ autocorr_rrrf_execute_block at Base 1.2.0+git20161107
+ autocorr_rrrf_get_energy at Base 1.2.0+git20161107
+ autocorr_rrrf_print at Base 1.2.0+git20161107
+ autocorr_rrrf_push at Base 1.2.0+git20161107
+ autocorr_rrrf_reset at Base 1.2.0+git20161107
+ awgn at Base 1.2.0+git20161107
+ bessel_azpkf at Base 1.2.0+git20161107
+ bilinear_zpkf at Base 1.2.0+git20161107
+ blackmanharris7 at Base 1.2.0+git20161107
+ blackmanharris at Base 1.2.0+git20161107
+ bpacketgen_assemble_header at Base 1.2.0+git20161107
+ bpacketgen_assemble_pnsequence at Base 1.2.0+git20161107
+ bpacketgen_compute_packet_len at Base 1.2.0+git20161107
+ bpacketgen_create at Base 1.2.0+git20161107
+ bpacketgen_destroy at Base 1.2.0+git20161107
+ bpacketgen_encode at Base 1.2.0+git20161107
+ bpacketgen_get_packet_len at Base 1.2.0+git20161107
+ bpacketgen_print at Base 1.2.0+git20161107
+ bpacketgen_recreate at Base 1.2.0+git20161107
+ bpacketsync_assemble_pnsequence at Base 1.2.0+git20161107
+ bpacketsync_create at Base 1.2.0+git20161107
+ bpacketsync_decode_header at Base 1.2.0+git20161107
+ bpacketsync_decode_payload at Base 1.2.0+git20161107
+ bpacketsync_destroy at Base 1.2.0+git20161107
+ bpacketsync_execute at Base 1.2.0+git20161107
+ bpacketsync_execute_bit at Base 1.2.0+git20161107
+ bpacketsync_execute_byte at Base 1.2.0+git20161107
+ bpacketsync_execute_rxheader at Base 1.2.0+git20161107
+ bpacketsync_execute_rxpayload at Base 1.2.0+git20161107
+ bpacketsync_execute_seekpn at Base 1.2.0+git20161107
+ bpacketsync_execute_sym at Base 1.2.0+git20161107
+ bpacketsync_print at Base 1.2.0+git20161107
+ bpacketsync_reconfig at Base 1.2.0+git20161107
+ bpacketsync_reset at Base 1.2.0+git20161107
+ bpresync_cccf_correlate at Base 1.2.0+git20161107
+ bpresync_cccf_correlatex at Base 1.2.0+git20161107
+ bpresync_cccf_create at Base 1.2.0+git20161107
+ bpresync_cccf_destroy at Base 1.2.0+git20161107
+ bpresync_cccf_print at Base 1.2.0+git20161107
+ bpresync_cccf_push at Base 1.2.0+git20161107
+ bpresync_cccf_reset at Base 1.2.0+git20161107
+ bsequence_accumulate at Base 1.2.0+git20161107
+ bsequence_add at Base 1.2.0+git20161107
+ bsequence_circshift at Base 1.2.0+git20161107
+ bsequence_clear at Base 1.2.0+git20161107
+ bsequence_correlate at Base 1.2.0+git20161107
+ bsequence_create at Base 1.2.0+git20161107
+ bsequence_create_ccodes at Base 1.2.0+git20161107
+ bsequence_destroy at Base 1.2.0+git20161107
+ bsequence_get_length at Base 1.2.0+git20161107
+ bsequence_index at Base 1.2.0+git20161107
+ bsequence_init at Base 1.2.0+git20161107
+ bsequence_init_msequence at Base 1.2.0+git20161107
+ bsequence_mul at Base 1.2.0+git20161107
+ bsequence_print at Base 1.2.0+git20161107
+ bsequence_push at Base 1.2.0+git20161107
+ bsync_cccf_correlate at Base 1.2.0+git20161107
+ bsync_cccf_create at Base 1.2.0+git20161107
+ bsync_cccf_create_msequence at Base 1.2.0+git20161107
+ bsync_cccf_destroy at Base 1.2.0+git20161107
+ bsync_cccf_print at Base 1.2.0+git20161107
+ bsync_crcf_correlate at Base 1.2.0+git20161107
+ bsync_crcf_create at Base 1.2.0+git20161107
+ bsync_crcf_create_msequence at Base 1.2.0+git20161107
+ bsync_crcf_destroy at Base 1.2.0+git20161107
+ bsync_crcf_print at Base 1.2.0+git20161107
+ bsync_rrrf_correlate at Base 1.2.0+git20161107
+ bsync_rrrf_create at Base 1.2.0+git20161107
+ bsync_rrrf_create_msequence at Base 1.2.0+git20161107
+ bsync_rrrf_destroy at Base 1.2.0+git20161107
+ bsync_rrrf_print at Base 1.2.0+git20161107
+ butter_azpkf at Base 1.2.0+git20161107
+ cawgn at Base 1.2.0+git20161107
+ cbuffercf_clear at Base 1.2.0+git20161107
+ cbuffercf_create at Base 1.2.0+git20161107
+ cbuffercf_create_max at Base 1.2.0+git20161107
+ cbuffercf_debug_print at Base 1.2.0+git20161107
+ cbuffercf_destroy at Base 1.2.0+git20161107
+ cbuffercf_is_full at Base 1.2.0+git20161107
+ cbuffercf_linearize at Base 1.2.0+git20161107
+ cbuffercf_max_read at Base 1.2.0+git20161107
+ cbuffercf_max_size at Base 1.2.0+git20161107
+ cbuffercf_pop at Base 1.2.0+git20161107
+ cbuffercf_print at Base 1.2.0+git20161107
+ cbuffercf_push at Base 1.2.0+git20161107
+ cbuffercf_read at Base 1.2.0+git20161107
+ cbuffercf_release at Base 1.2.0+git20161107
+ cbuffercf_size at Base 1.2.0+git20161107
+ cbuffercf_space_available at Base 1.2.0+git20161107
+ cbuffercf_write at Base 1.2.0+git20161107
+ cbufferf_clear at Base 1.2.0+git20161107
+ cbufferf_create at Base 1.2.0+git20161107
+ cbufferf_create_max at Base 1.2.0+git20161107
+ cbufferf_debug_print at Base 1.2.0+git20161107
+ cbufferf_destroy at Base 1.2.0+git20161107
+ cbufferf_is_full at Base 1.2.0+git20161107
+ cbufferf_linearize at Base 1.2.0+git20161107
+ cbufferf_max_read at Base 1.2.0+git20161107
+ cbufferf_max_size at Base 1.2.0+git20161107
+ cbufferf_pop at Base 1.2.0+git20161107
+ cbufferf_print at Base 1.2.0+git20161107
+ cbufferf_push at Base 1.2.0+git20161107
+ cbufferf_read at Base 1.2.0+git20161107
+ cbufferf_release at Base 1.2.0+git20161107
+ cbufferf_size at Base 1.2.0+git20161107
+ cbufferf_space_available at Base 1.2.0+git20161107
+ cbufferf_write at Base 1.2.0+git20161107
+ channel_cccf_add_awgn at Base 1.2.0+git20161107
+ channel_cccf_add_carrier_offset at Base 1.2.0+git20161107
+ channel_cccf_add_multipath at Base 1.2.0+git20161107
+ channel_cccf_add_resamp at Base 1.2.0+git20161107
+ channel_cccf_add_shadowing at Base 1.2.0+git20161107
+ channel_cccf_create at Base 1.2.0+git20161107
+ channel_cccf_create_delay at Base 1.2.0+git20161107
+ channel_cccf_destroy at Base 1.2.0+git20161107
+ channel_cccf_execute at Base 1.2.0+git20161107
+ channel_cccf_get_delay at Base 1.2.0+git20161107
+ channel_cccf_print at Base 1.2.0+git20161107
+ cheby1_azpkf at Base 1.2.0+git20161107
+ cheby2_azpkf at Base 1.2.0+git20161107
+ checksum_generate_key at Base 1.2.0+git20161107
+ chromosome_clear at Base 1.2.0+git20161107
+ chromosome_copy at Base 1.2.0+git20161107
+ chromosome_create at Base 1.2.0+git20161107
+ chromosome_create_basic at Base 1.2.0+git20161107
+ chromosome_create_clone at Base 1.2.0+git20161107
+ chromosome_crossover at Base 1.2.0+git20161107
+ chromosome_destroy at Base 1.2.0+git20161107
+ chromosome_get_num_traits at Base 1.2.0+git20161107
+ chromosome_init at Base 1.2.0+git20161107
+ chromosome_init_random at Base 1.2.0+git20161107
+ chromosome_initf at Base 1.2.0+git20161107
+ chromosome_mutate at Base 1.2.0+git20161107
+ chromosome_print at Base 1.2.0+git20161107
+ chromosome_printf at Base 1.2.0+git20161107
+ chromosome_value at Base 1.2.0+git20161107
+ chromosome_valuef at Base 1.2.0+git20161107
+ compress_cf_mulaw at Base 1.2.0+git20161107
+ compress_mulaw at Base 1.2.0+git20161107
+ count_bit_errors at Base 1.2.0+git20161107
+ count_bit_errors_array at Base 1.2.0+git20161107
+ cpfskdem_create at Base 1.2.0+git20161107
+ cpfskdem_demodulate at Base 1.2.0+git20161107
+ cpfskdem_demodulate_coherent at Base 1.2.0+git20161107
+ cpfskdem_demodulate_noncoherent at Base 1.2.0+git20161107
+ cpfskdem_destroy at Base 1.2.0+git20161107
+ cpfskdem_get_delay at Base 1.2.0+git20161107
+ cpfskdem_init_coherent at Base 1.2.0+git20161107
+ cpfskdem_init_noncoherent at Base 1.2.0+git20161107
+ cpfskdem_print at Base 1.2.0+git20161107
+ cpfskdem_reset at Base 1.2.0+git20161107
+ cpfskmod_create at Base 1.2.0+git20161107
+ cpfskmod_destroy at Base 1.2.0+git20161107
+ cpfskmod_firdes at Base 1.2.0+git20161107
+ cpfskmod_get_delay at Base 1.2.0+git20161107
+ cpfskmod_modulate at Base 1.2.0+git20161107
+ cpfskmod_print at Base 1.2.0+git20161107
+ cpfskmod_reset at Base 1.2.0+git20161107
+ crandnf at Base 1.2.0+git20161107
+ crc16_generate_key at Base 1.2.0+git20161107
+ crc24_generate_key at Base 1.2.0+git20161107
+ crc32_generate_key at Base 1.2.0+git20161107
+ crc8_generate_key at Base 1.2.0+git20161107
+ crc_append_key at Base 1.2.0+git20161107
+ crc_check_key at Base 1.2.0+git20161107
+ crc_generate_key at Base 1.2.0+git20161107
+ crc_get_length at Base 1.2.0+git20161107
+ crc_scheme_str at Base 1.2.0+git20161107
+ crc_sizeof_key at Base 1.2.0+git20161107
+ crc_validate_message at Base 1.2.0+git20161107
+ cvsd_create at Base 1.2.0+git20161107
+ cvsd_decode8 at Base 1.2.0+git20161107
+ cvsd_decode at Base 1.2.0+git20161107
+ cvsd_destroy at Base 1.2.0+git20161107
+ cvsd_encode8 at Base 1.2.0+git20161107
+ cvsd_encode at Base 1.2.0+git20161107
+ cvsd_print at Base 1.2.0+git20161107
+ detector_cccf_compute_dotprods at Base 1.2.0+git20161107
+ detector_cccf_correlate at Base 1.2.0+git20161107
+ detector_cccf_create at Base 1.2.0+git20161107
+ detector_cccf_debug_print at Base 1.2.0+git20161107
+ detector_cccf_destroy at Base 1.2.0+git20161107
+ detector_cccf_estimate_offsets at Base 1.2.0+git20161107
+ detector_cccf_print at Base 1.2.0+git20161107
+ detector_cccf_reset at Base 1.2.0+git20161107
+ detector_cccf_update_sumsq at Base 1.2.0+git20161107
+ dotprod_cccf_create at Base 1.2.0+git20161107
+ dotprod_cccf_destroy at Base 1.2.0+git20161107
+ dotprod_cccf_execute at Base 1.2.0+git20161107
+ dotprod_cccf_print at Base 1.2.0+git20161107
+ dotprod_cccf_recreate at Base 1.2.0+git20161107
+ dotprod_cccf_run4 at Base 1.2.0+git20161107
+ dotprod_cccf_run at Base 1.2.0+git20161107
+ dotprod_crcf_create at Base 1.2.0+git20161107
+ dotprod_crcf_destroy at Base 1.2.0+git20161107
+ dotprod_crcf_execute at Base 1.2.0+git20161107
+ dotprod_crcf_print at Base 1.2.0+git20161107
+ dotprod_crcf_recreate at Base 1.2.0+git20161107
+ dotprod_crcf_run4 at Base 1.2.0+git20161107
+ dotprod_crcf_run at Base 1.2.0+git20161107
+ dotprod_rrrf_create at Base 1.2.0+git20161107
+ dotprod_rrrf_destroy at Base 1.2.0+git20161107
+ dotprod_rrrf_execute at Base 1.2.0+git20161107
+ dotprod_rrrf_print at Base 1.2.0+git20161107
+ dotprod_rrrf_recreate at Base 1.2.0+git20161107
+ dotprod_rrrf_run4 at Base 1.2.0+git20161107
+ dotprod_rrrf_run at Base 1.2.0+git20161107
+ ellip_acdf at Base 1.2.0+git20161107
+ ellip_asnf at Base 1.2.0+git20161107
+ ellip_azpkf at Base 1.2.0+git20161107
+ ellip_cdf at Base 1.2.0+git20161107
+ ellip_snf at Base 1.2.0+git20161107
+ ellipdegf at Base 1.2.0+git20161107
+ ellipkf at Base 1.2.0+git20161107
+ eqlms_cccf_create at Base 1.2.0+git20161107
+ eqlms_cccf_create_lowpass at Base 1.2.0+git20161107
+ eqlms_cccf_create_rnyquist at Base 1.2.0+git20161107
+ eqlms_cccf_destroy at Base 1.2.0+git20161107
+ eqlms_cccf_execute at Base 1.2.0+git20161107
+ eqlms_cccf_execute_block at Base 1.2.0+git20161107
+ eqlms_cccf_get_bw at Base 1.2.0+git20161107
+ eqlms_cccf_get_weights at Base 1.2.0+git20161107
+ eqlms_cccf_print at Base 1.2.0+git20161107
+ eqlms_cccf_push at Base 1.2.0+git20161107
+ eqlms_cccf_push_block at Base 1.2.0+git20161107
+ eqlms_cccf_recreate at Base 1.2.0+git20161107
+ eqlms_cccf_reset at Base 1.2.0+git20161107
+ eqlms_cccf_set_bw at Base 1.2.0+git20161107
+ eqlms_cccf_step at Base 1.2.0+git20161107
+ eqlms_cccf_step_blind at Base 1.2.0+git20161107
+ eqlms_cccf_train at Base 1.2.0+git20161107
+ eqlms_cccf_update_sumsq at Base 1.2.0+git20161107
+ eqlms_rrrf_create at Base 1.2.0+git20161107
+ eqlms_rrrf_create_lowpass at Base 1.2.0+git20161107
+ eqlms_rrrf_create_rnyquist at Base 1.2.0+git20161107
+ eqlms_rrrf_destroy at Base 1.2.0+git20161107
+ eqlms_rrrf_execute at Base 1.2.0+git20161107
+ eqlms_rrrf_execute_block at Base 1.2.0+git20161107
+ eqlms_rrrf_get_bw at Base 1.2.0+git20161107
+ eqlms_rrrf_get_weights at Base 1.2.0+git20161107
+ eqlms_rrrf_print at Base 1.2.0+git20161107
+ eqlms_rrrf_push at Base 1.2.0+git20161107
+ eqlms_rrrf_push_block at Base 1.2.0+git20161107
+ eqlms_rrrf_recreate at Base 1.2.0+git20161107
+ eqlms_rrrf_reset at Base 1.2.0+git20161107
+ eqlms_rrrf_set_bw at Base 1.2.0+git20161107
+ eqlms_rrrf_step at Base 1.2.0+git20161107
+ eqlms_rrrf_step_blind at Base 1.2.0+git20161107
+ eqlms_rrrf_train at Base 1.2.0+git20161107
+ eqlms_rrrf_update_sumsq at Base 1.2.0+git20161107
+ eqrls_cccf_create at Base 1.2.0+git20161107
+ eqrls_cccf_destroy at Base 1.2.0+git20161107
+ eqrls_cccf_execute at Base 1.2.0+git20161107
+ eqrls_cccf_get_bw at Base 1.2.0+git20161107
+ eqrls_cccf_get_weights at Base 1.2.0+git20161107
+ eqrls_cccf_print at Base 1.2.0+git20161107
+ eqrls_cccf_push at Base 1.2.0+git20161107
+ eqrls_cccf_recreate at Base 1.2.0+git20161107
+ eqrls_cccf_reset at Base 1.2.0+git20161107
+ eqrls_cccf_set_bw at Base 1.2.0+git20161107
+ eqrls_cccf_step at Base 1.2.0+git20161107
+ eqrls_cccf_train at Base 1.2.0+git20161107
+ eqrls_rrrf_create at Base 1.2.0+git20161107
+ eqrls_rrrf_destroy at Base 1.2.0+git20161107
+ eqrls_rrrf_execute at Base 1.2.0+git20161107
+ eqrls_rrrf_get_bw at Base 1.2.0+git20161107
+ eqrls_rrrf_get_weights at Base 1.2.0+git20161107
+ eqrls_rrrf_print at Base 1.2.0+git20161107
+ eqrls_rrrf_push at Base 1.2.0+git20161107
+ eqrls_rrrf_recreate at Base 1.2.0+git20161107
+ eqrls_rrrf_reset at Base 1.2.0+git20161107
+ eqrls_rrrf_set_bw at Base 1.2.0+git20161107
+ eqrls_rrrf_step at Base 1.2.0+git20161107
+ eqrls_rrrf_train at Base 1.2.0+git20161107
+ estimate_req_filter_As at Base 1.2.0+git20161107
+ estimate_req_filter_df at Base 1.2.0+git20161107
+ estimate_req_filter_len at Base 1.2.0+git20161107
+ estimate_req_filter_len_Herrmann at Base 1.2.0+git20161107
+ estimate_req_filter_len_Kaiser at Base 1.2.0+git20161107
+ expand_cf_mulaw at Base 1.2.0+git20161107
+ expand_mulaw at Base 1.2.0+git20161107
+ fec_block_get_enc_msg_len at Base 1.2.0+git20161107
+ fec_conv27_poly at Base 1.2.0+git20161107
+ fec_conv27p23_matrix at Base 1.2.0+git20161107
+ fec_conv27p34_matrix at Base 1.2.0+git20161107
+ fec_conv27p45_matrix at Base 1.2.0+git20161107
+ fec_conv27p56_matrix at Base 1.2.0+git20161107
+ fec_conv27p67_matrix at Base 1.2.0+git20161107
+ fec_conv27p78_matrix at Base 1.2.0+git20161107
+ fec_conv29_poly at Base 1.2.0+git20161107
+ fec_conv29p23_matrix at Base 1.2.0+git20161107
+ fec_conv29p34_matrix at Base 1.2.0+git20161107
+ fec_conv29p45_matrix at Base 1.2.0+git20161107
+ fec_conv29p56_matrix at Base 1.2.0+git20161107
+ fec_conv29p67_matrix at Base 1.2.0+git20161107
+ fec_conv29p78_matrix at Base 1.2.0+git20161107
+ fec_conv39_poly at Base 1.2.0+git20161107
+ fec_conv615_poly at Base 1.2.0+git20161107
+ fec_conv_create at Base 1.2.0+git20161107
+ fec_conv_destroy at Base 1.2.0+git20161107
+ fec_conv_get_enc_msg_len at Base 1.2.0+git20161107
+ fec_conv_punctured_create at Base 1.2.0+git20161107
+ fec_conv_punctured_decode at Base 1.2.0+git20161107
+ fec_conv_punctured_destroy at Base 1.2.0+git20161107
+ fec_conv_punctured_encode at Base 1.2.0+git20161107
+ fec_create at Base 1.2.0+git20161107
+ fec_decode at Base 1.2.0+git20161107
+ fec_decode_soft at Base 1.2.0+git20161107
+ fec_destroy at Base 1.2.0+git20161107
+ fec_encode at Base 1.2.0+git20161107
+ fec_get_enc_msg_length at Base 1.2.0+git20161107
+ fec_get_rate at Base 1.2.0+git20161107
+ fec_golay2412_create at Base 1.2.0+git20161107
+ fec_golay2412_decode at Base 1.2.0+git20161107
+ fec_golay2412_decode_symbol at Base 1.2.0+git20161107
+ fec_golay2412_destroy at Base 1.2.0+git20161107
+ fec_golay2412_encode at Base 1.2.0+git20161107
+ fec_golay2412_encode_symbol at Base 1.2.0+git20161107
+ fec_hamming128_create at Base 1.2.0+git20161107
+ fec_hamming128_decode at Base 1.2.0+git20161107
+ fec_hamming128_decode_soft at Base 1.2.0+git20161107
+ fec_hamming128_decode_symbol at Base 1.2.0+git20161107
+ fec_hamming128_destroy at Base 1.2.0+git20161107
+ fec_hamming128_encode at Base 1.2.0+git20161107
+ fec_hamming128_encode_symbol at Base 1.2.0+git20161107
+ fec_hamming1511_decode_symbol at Base 1.2.0+git20161107
+ fec_hamming1511_encode_symbol at Base 1.2.0+git20161107
+ fec_hamming3126_decode_symbol at Base 1.2.0+git20161107
+ fec_hamming3126_encode_symbol at Base 1.2.0+git20161107
+ fec_hamming74_create at Base 1.2.0+git20161107
+ fec_hamming74_decode at Base 1.2.0+git20161107
+ fec_hamming74_decode_soft at Base 1.2.0+git20161107
+ fec_hamming74_destroy at Base 1.2.0+git20161107
+ fec_hamming74_encode at Base 1.2.0+git20161107
+ fec_hamming84_create at Base 1.2.0+git20161107
+ fec_hamming84_decode at Base 1.2.0+git20161107
+ fec_hamming84_decode_soft at Base 1.2.0+git20161107
+ fec_hamming84_destroy at Base 1.2.0+git20161107
+ fec_hamming84_encode at Base 1.2.0+git20161107
+ fec_pass_create at Base 1.2.0+git20161107
+ fec_pass_decode at Base 1.2.0+git20161107
+ fec_pass_destroy at Base 1.2.0+git20161107
+ fec_pass_encode at Base 1.2.0+git20161107
+ fec_pass_print at Base 1.2.0+git20161107
+ fec_print at Base 1.2.0+git20161107
+ fec_recreate at Base 1.2.0+git20161107
+ fec_rep3_create at Base 1.2.0+git20161107
+ fec_rep3_decode at Base 1.2.0+git20161107
+ fec_rep3_decode_soft at Base 1.2.0+git20161107
+ fec_rep3_destroy at Base 1.2.0+git20161107
+ fec_rep3_encode at Base 1.2.0+git20161107
+ fec_rep3_print at Base 1.2.0+git20161107
+ fec_rep5_create at Base 1.2.0+git20161107
+ fec_rep5_decode at Base 1.2.0+git20161107
+ fec_rep5_decode_soft at Base 1.2.0+git20161107
+ fec_rep5_destroy at Base 1.2.0+git20161107
+ fec_rep5_encode at Base 1.2.0+git20161107
+ fec_rep5_print at Base 1.2.0+git20161107
+ fec_rs_create at Base 1.2.0+git20161107
+ fec_rs_decode at Base 1.2.0+git20161107
+ fec_rs_destroy at Base 1.2.0+git20161107
+ fec_rs_encode at Base 1.2.0+git20161107
+ fec_rs_get_enc_msg_len at Base 1.2.0+git20161107
+ fec_scheme_is_convolutional at Base 1.2.0+git20161107
+ fec_scheme_is_hamming at Base 1.2.0+git20161107
+ fec_scheme_is_punctured at Base 1.2.0+git20161107
+ fec_scheme_is_reedsolomon at Base 1.2.0+git20161107
+ fec_scheme_is_repeat at Base 1.2.0+git20161107
+ fec_scheme_str at Base 1.2.0+git20161107
+ fec_secded2216_compute_parity at Base 1.2.0+git20161107
+ fec_secded2216_compute_syndrome at Base 1.2.0+git20161107
+ fec_secded2216_create at Base 1.2.0+git20161107
+ fec_secded2216_decode at Base 1.2.0+git20161107
+ fec_secded2216_decode_symbol at Base 1.2.0+git20161107
+ fec_secded2216_destroy at Base 1.2.0+git20161107
+ fec_secded2216_encode at Base 1.2.0+git20161107
+ fec_secded2216_encode_symbol at Base 1.2.0+git20161107
+ fec_secded2216_estimate_ehat at Base 1.2.0+git20161107
+ fec_secded3932_compute_parity at Base 1.2.0+git20161107
+ fec_secded3932_compute_syndrome at Base 1.2.0+git20161107
+ fec_secded3932_create at Base 1.2.0+git20161107
+ fec_secded3932_decode at Base 1.2.0+git20161107
+ fec_secded3932_decode_symbol at Base 1.2.0+git20161107
+ fec_secded3932_destroy at Base 1.2.0+git20161107
+ fec_secded3932_encode at Base 1.2.0+git20161107
+ fec_secded3932_encode_symbol at Base 1.2.0+git20161107
+ fec_secded3932_estimate_ehat at Base 1.2.0+git20161107
+ fec_secded7264_compute_parity at Base 1.2.0+git20161107
+ fec_secded7264_compute_syndrome at Base 1.2.0+git20161107
+ fec_secded7264_create at Base 1.2.0+git20161107
+ fec_secded7264_decode at Base 1.2.0+git20161107
+ fec_secded7264_decode_symbol at Base 1.2.0+git20161107
+ fec_secded7264_destroy at Base 1.2.0+git20161107
+ fec_secded7264_encode at Base 1.2.0+git20161107
+ fec_secded7264_encode_symbol at Base 1.2.0+git20161107
+ fec_secded7264_estimate_ehat at Base 1.2.0+git20161107
+ fec_sumproduct at Base 1.2.0+git20161107
+ fec_sumproduct_step at Base 1.2.0+git20161107
+ fecsoft_hamming128_decode at Base 1.2.0+git20161107
+ fecsoft_hamming128_decode_n3 at Base 1.2.0+git20161107
+ fecsoft_hamming128_n3 at Base 1.2.0+git20161107
+ fecsoft_hamming74_decode at Base 1.2.0+git20161107
+ fecsoft_hamming84_decode at Base 1.2.0+git20161107
+ fft_create_plan at Base 1.2.0+git20161107
+ fft_create_plan_dft at Base 1.2.0+git20161107
+ fft_create_plan_mixed_radix at Base 1.2.0+git20161107
+ fft_create_plan_r2r_1d at Base 1.2.0+git20161107
+ fft_create_plan_rader2 at Base 1.2.0+git20161107
+ fft_create_plan_rader at Base 1.2.0+git20161107
+ fft_create_plan_radix2 at Base 1.2.0+git20161107
+ fft_destroy_plan at Base 1.2.0+git20161107
+ fft_destroy_plan_dft at Base 1.2.0+git20161107
+ fft_destroy_plan_mixed_radix at Base 1.2.0+git20161107
+ fft_destroy_plan_r2r_1d at Base 1.2.0+git20161107
+ fft_destroy_plan_rader2 at Base 1.2.0+git20161107
+ fft_destroy_plan_rader at Base 1.2.0+git20161107
+ fft_destroy_plan_radix2 at Base 1.2.0+git20161107
+ fft_estimate_mixed_radix at Base 1.2.0+git20161107
+ fft_execute at Base 1.2.0+git20161107
+ fft_execute_REDFT00 at Base 1.2.0+git20161107
+ fft_execute_REDFT01 at Base 1.2.0+git20161107
+ fft_execute_REDFT10 at Base 1.2.0+git20161107
+ fft_execute_REDFT11 at Base 1.2.0+git20161107
+ fft_execute_RODFT00 at Base 1.2.0+git20161107
+ fft_execute_RODFT01 at Base 1.2.0+git20161107
+ fft_execute_RODFT10 at Base 1.2.0+git20161107
+ fft_execute_RODFT11 at Base 1.2.0+git20161107
+ fft_execute_dft at Base 1.2.0+git20161107
+ fft_execute_dft_16 at Base 1.2.0+git20161107
+ fft_execute_dft_2 at Base 1.2.0+git20161107
+ fft_execute_dft_3 at Base 1.2.0+git20161107
+ fft_execute_dft_4 at Base 1.2.0+git20161107
+ fft_execute_dft_5 at Base 1.2.0+git20161107
+ fft_execute_dft_6 at Base 1.2.0+git20161107
+ fft_execute_dft_7 at Base 1.2.0+git20161107
+ fft_execute_dft_8 at Base 1.2.0+git20161107
+ fft_execute_mixed_radix at Base 1.2.0+git20161107
+ fft_execute_rader2 at Base 1.2.0+git20161107
+ fft_execute_rader at Base 1.2.0+git20161107
+ fft_execute_radix2 at Base 1.2.0+git20161107
+ fft_is_radix2 at Base 1.2.0+git20161107
+ fft_print_plan at Base 1.2.0+git20161107
+ fft_print_plan_r2r_1d at Base 1.2.0+git20161107
+ fft_print_plan_recursive at Base 1.2.0+git20161107
+ fft_r2r_1d_run at Base 1.2.0+git20161107
+ fft_reverse_index at Base 1.2.0+git20161107
+ fft_run at Base 1.2.0+git20161107
+ fft_shift at Base 1.2.0+git20161107
+ fftfilt_cccf_create at Base 1.2.0+git20161107
+ fftfilt_cccf_destroy at Base 1.2.0+git20161107
+ fftfilt_cccf_execute at Base 1.2.0+git20161107
+ fftfilt_cccf_get_length at Base 1.2.0+git20161107
+ fftfilt_cccf_print at Base 1.2.0+git20161107
+ fftfilt_cccf_reset at Base 1.2.0+git20161107
+ fftfilt_cccf_set_scale at Base 1.2.0+git20161107
+ fftfilt_crcf_create at Base 1.2.0+git20161107
+ fftfilt_crcf_destroy at Base 1.2.0+git20161107
+ fftfilt_crcf_execute at Base 1.2.0+git20161107
+ fftfilt_crcf_get_length at Base 1.2.0+git20161107
+ fftfilt_crcf_print at Base 1.2.0+git20161107
+ fftfilt_crcf_reset at Base 1.2.0+git20161107
+ fftfilt_crcf_set_scale at Base 1.2.0+git20161107
+ fftfilt_rrrf_create at Base 1.2.0+git20161107
+ fftfilt_rrrf_destroy at Base 1.2.0+git20161107
+ fftfilt_rrrf_execute at Base 1.2.0+git20161107
+ fftfilt_rrrf_get_length at Base 1.2.0+git20161107
+ fftfilt_rrrf_print at Base 1.2.0+git20161107
+ fftfilt_rrrf_reset at Base 1.2.0+git20161107
+ fftfilt_rrrf_set_scale at Base 1.2.0+git20161107
+ fir_group_delay at Base 1.2.0+git20161107
+ firdecim_cccf_clear at Base 1.2.0+git20161107
+ firdecim_cccf_create at Base 1.2.0+git20161107
+ firdecim_cccf_create_kaiser at Base 1.2.0+git20161107
+ firdecim_cccf_create_prototype at Base 1.2.0+git20161107
+ firdecim_cccf_destroy at Base 1.2.0+git20161107
+ firdecim_cccf_execute at Base 1.2.0+git20161107
+ firdecim_cccf_execute_block at Base 1.2.0+git20161107
+ firdecim_cccf_print at Base 1.2.0+git20161107
+ firdecim_crcf_clear at Base 1.2.0+git20161107
+ firdecim_crcf_create at Base 1.2.0+git20161107
+ firdecim_crcf_create_kaiser at Base 1.2.0+git20161107
+ firdecim_crcf_create_prototype at Base 1.2.0+git20161107
+ firdecim_crcf_destroy at Base 1.2.0+git20161107
+ firdecim_crcf_execute at Base 1.2.0+git20161107
+ firdecim_crcf_execute_block at Base 1.2.0+git20161107
+ firdecim_crcf_print at Base 1.2.0+git20161107
+ firdecim_rrrf_clear at Base 1.2.0+git20161107
+ firdecim_rrrf_create at Base 1.2.0+git20161107
+ firdecim_rrrf_create_kaiser at Base 1.2.0+git20161107
+ firdecim_rrrf_create_prototype at Base 1.2.0+git20161107
+ firdecim_rrrf_destroy at Base 1.2.0+git20161107
+ firdecim_rrrf_execute at Base 1.2.0+git20161107
+ firdecim_rrrf_execute_block at Base 1.2.0+git20161107
+ firdecim_rrrf_print at Base 1.2.0+git20161107
+ firdespm_compute_error at Base 1.2.0+git20161107
+ firdespm_compute_interp at Base 1.2.0+git20161107
+ firdespm_compute_taps at Base 1.2.0+git20161107
+ firdespm_create at Base 1.2.0+git20161107
+ firdespm_destroy at Base 1.2.0+git20161107
+ firdespm_execute at Base 1.2.0+git20161107
+ firdespm_iext_search at Base 1.2.0+git20161107
+ firdespm_init_grid at Base 1.2.0+git20161107
+ firdespm_is_search_complete at Base 1.2.0+git20161107
+ firdespm_print at Base 1.2.0+git20161107
+ firdespm_run at Base 1.2.0+git20161107
+ firfarrow_crcf_create at Base 1.2.0+git20161107
+ firfarrow_crcf_destroy at Base 1.2.0+git20161107
+ firfarrow_crcf_execute at Base 1.2.0+git20161107
+ firfarrow_crcf_execute_block at Base 1.2.0+git20161107
+ firfarrow_crcf_freqresponse at Base 1.2.0+git20161107
+ firfarrow_crcf_genpoly at Base 1.2.0+git20161107
+ firfarrow_crcf_get_coefficients at Base 1.2.0+git20161107
+ firfarrow_crcf_get_length at Base 1.2.0+git20161107
+ firfarrow_crcf_groupdelay at Base 1.2.0+git20161107
+ firfarrow_crcf_print at Base 1.2.0+git20161107
+ firfarrow_crcf_push at Base 1.2.0+git20161107
+ firfarrow_crcf_reset at Base 1.2.0+git20161107
+ firfarrow_crcf_set_delay at Base 1.2.0+git20161107
+ firfarrow_rrrf_create at Base 1.2.0+git20161107
+ firfarrow_rrrf_destroy at Base 1.2.0+git20161107
+ firfarrow_rrrf_execute at Base 1.2.0+git20161107
+ firfarrow_rrrf_execute_block at Base 1.2.0+git20161107
+ firfarrow_rrrf_freqresponse at Base 1.2.0+git20161107
+ firfarrow_rrrf_genpoly at Base 1.2.0+git20161107
+ firfarrow_rrrf_get_coefficients at Base 1.2.0+git20161107
+ firfarrow_rrrf_get_length at Base 1.2.0+git20161107
+ firfarrow_rrrf_groupdelay at Base 1.2.0+git20161107
+ firfarrow_rrrf_print at Base 1.2.0+git20161107
+ firfarrow_rrrf_push at Base 1.2.0+git20161107
+ firfarrow_rrrf_reset at Base 1.2.0+git20161107
+ firfarrow_rrrf_set_delay at Base 1.2.0+git20161107
+ firfilt_cccf_create at Base 1.2.0+git20161107
+ firfilt_cccf_create_kaiser at Base 1.2.0+git20161107
+ firfilt_cccf_create_rect at Base 1.2.0+git20161107
+ firfilt_cccf_create_rnyquist at Base 1.2.0+git20161107
+ firfilt_cccf_destroy at Base 1.2.0+git20161107
+ firfilt_cccf_execute at Base 1.2.0+git20161107
+ firfilt_cccf_execute_block at Base 1.2.0+git20161107
+ firfilt_cccf_freqresponse at Base 1.2.0+git20161107
+ firfilt_cccf_get_length at Base 1.2.0+git20161107
+ firfilt_cccf_groupdelay at Base 1.2.0+git20161107
+ firfilt_cccf_print at Base 1.2.0+git20161107
+ firfilt_cccf_push at Base 1.2.0+git20161107
+ firfilt_cccf_recreate at Base 1.2.0+git20161107
+ firfilt_cccf_reset at Base 1.2.0+git20161107
+ firfilt_cccf_set_scale at Base 1.2.0+git20161107
+ firfilt_crcf_create at Base 1.2.0+git20161107
+ firfilt_crcf_create_kaiser at Base 1.2.0+git20161107
+ firfilt_crcf_create_rect at Base 1.2.0+git20161107
+ firfilt_crcf_create_rnyquist at Base 1.2.0+git20161107
+ firfilt_crcf_destroy at Base 1.2.0+git20161107
+ firfilt_crcf_execute at Base 1.2.0+git20161107
+ firfilt_crcf_execute_block at Base 1.2.0+git20161107
+ firfilt_crcf_freqresponse at Base 1.2.0+git20161107
+ firfilt_crcf_get_length at Base 1.2.0+git20161107
+ firfilt_crcf_groupdelay at Base 1.2.0+git20161107
+ firfilt_crcf_print at Base 1.2.0+git20161107
+ firfilt_crcf_push at Base 1.2.0+git20161107
+ firfilt_crcf_recreate at Base 1.2.0+git20161107
+ firfilt_crcf_reset at Base 1.2.0+git20161107
+ firfilt_crcf_set_scale at Base 1.2.0+git20161107
+ firfilt_rrrf_create at Base 1.2.0+git20161107
+ firfilt_rrrf_create_kaiser at Base 1.2.0+git20161107
+ firfilt_rrrf_create_rect at Base 1.2.0+git20161107
+ firfilt_rrrf_create_rnyquist at Base 1.2.0+git20161107
+ firfilt_rrrf_destroy at Base 1.2.0+git20161107
+ firfilt_rrrf_execute at Base 1.2.0+git20161107
+ firfilt_rrrf_execute_block at Base 1.2.0+git20161107
+ firfilt_rrrf_freqresponse at Base 1.2.0+git20161107
+ firfilt_rrrf_get_length at Base 1.2.0+git20161107
+ firfilt_rrrf_groupdelay at Base 1.2.0+git20161107
+ firfilt_rrrf_print at Base 1.2.0+git20161107
+ firfilt_rrrf_push at Base 1.2.0+git20161107
+ firfilt_rrrf_recreate at Base 1.2.0+git20161107
+ firfilt_rrrf_reset at Base 1.2.0+git20161107
+ firfilt_rrrf_set_scale at Base 1.2.0+git20161107
+ firhilbf_c2r_execute at Base 1.2.0+git20161107
+ firhilbf_create at Base 1.2.0+git20161107
+ firhilbf_decim_execute at Base 1.2.0+git20161107
+ firhilbf_decim_execute_block at Base 1.2.0+git20161107
+ firhilbf_destroy at Base 1.2.0+git20161107
+ firhilbf_interp_execute at Base 1.2.0+git20161107
+ firhilbf_interp_execute_block at Base 1.2.0+git20161107
+ firhilbf_print at Base 1.2.0+git20161107
+ firhilbf_r2c_execute at Base 1.2.0+git20161107
+ firhilbf_reset at Base 1.2.0+git20161107
+ firinterp_cccf_create at Base 1.2.0+git20161107
+ firinterp_cccf_create_kaiser at Base 1.2.0+git20161107
+ firinterp_cccf_create_prototype at Base 1.2.0+git20161107
+ firinterp_cccf_destroy at Base 1.2.0+git20161107
+ firinterp_cccf_execute at Base 1.2.0+git20161107
+ firinterp_cccf_execute_block at Base 1.2.0+git20161107
+ firinterp_cccf_print at Base 1.2.0+git20161107
+ firinterp_cccf_reset at Base 1.2.0+git20161107
+ firinterp_crcf_create at Base 1.2.0+git20161107
+ firinterp_crcf_create_kaiser at Base 1.2.0+git20161107
+ firinterp_crcf_create_prototype at Base 1.2.0+git20161107
+ firinterp_crcf_destroy at Base 1.2.0+git20161107
+ firinterp_crcf_execute at Base 1.2.0+git20161107
+ firinterp_crcf_execute_block at Base 1.2.0+git20161107
+ firinterp_crcf_print at Base 1.2.0+git20161107
+ firinterp_crcf_reset at Base 1.2.0+git20161107
+ firinterp_rrrf_create at Base 1.2.0+git20161107
+ firinterp_rrrf_create_kaiser at Base 1.2.0+git20161107
+ firinterp_rrrf_create_prototype at Base 1.2.0+git20161107
+ firinterp_rrrf_destroy at Base 1.2.0+git20161107
+ firinterp_rrrf_execute at Base 1.2.0+git20161107
+ firinterp_rrrf_execute_block at Base 1.2.0+git20161107
+ firinterp_rrrf_print at Base 1.2.0+git20161107
+ firinterp_rrrf_reset at Base 1.2.0+git20161107
+ firpfb_cccf_create at Base 1.2.0+git20161107
+ firpfb_cccf_create_drnyquist at Base 1.2.0+git20161107
+ firpfb_cccf_create_kaiser at Base 1.2.0+git20161107
+ firpfb_cccf_create_rnyquist at Base 1.2.0+git20161107
+ firpfb_cccf_destroy at Base 1.2.0+git20161107
+ firpfb_cccf_execute at Base 1.2.0+git20161107
+ firpfb_cccf_print at Base 1.2.0+git20161107
+ firpfb_cccf_push at Base 1.2.0+git20161107
+ firpfb_cccf_recreate at Base 1.2.0+git20161107
+ firpfb_cccf_reset at Base 1.2.0+git20161107
+ firpfb_cccf_set_scale at Base 1.2.0+git20161107
+ firpfb_crcf_create at Base 1.2.0+git20161107
+ firpfb_crcf_create_drnyquist at Base 1.2.0+git20161107
+ firpfb_crcf_create_kaiser at Base 1.2.0+git20161107
+ firpfb_crcf_create_rnyquist at Base 1.2.0+git20161107
+ firpfb_crcf_destroy at Base 1.2.0+git20161107
+ firpfb_crcf_execute at Base 1.2.0+git20161107
+ firpfb_crcf_print at Base 1.2.0+git20161107
+ firpfb_crcf_push at Base 1.2.0+git20161107
+ firpfb_crcf_recreate at Base 1.2.0+git20161107
+ firpfb_crcf_reset at Base 1.2.0+git20161107
+ firpfb_crcf_set_scale at Base 1.2.0+git20161107
+ firpfb_rrrf_create at Base 1.2.0+git20161107
+ firpfb_rrrf_create_drnyquist at Base 1.2.0+git20161107
+ firpfb_rrrf_create_kaiser at Base 1.2.0+git20161107
+ firpfb_rrrf_create_rnyquist at Base 1.2.0+git20161107
+ firpfb_rrrf_destroy at Base 1.2.0+git20161107
+ firpfb_rrrf_execute at Base 1.2.0+git20161107
+ firpfb_rrrf_print at Base 1.2.0+git20161107
+ firpfb_rrrf_push at Base 1.2.0+git20161107
+ firpfb_rrrf_recreate at Base 1.2.0+git20161107
+ firpfb_rrrf_reset at Base 1.2.0+git20161107
+ firpfb_rrrf_set_scale at Base 1.2.0+git20161107
+ firpfbch2_crcf_create at Base 1.2.0+git20161107
+ firpfbch2_crcf_create_kaiser at Base 1.2.0+git20161107
+ firpfbch2_crcf_destroy at Base 1.2.0+git20161107
+ firpfbch2_crcf_execute at Base 1.2.0+git20161107
+ firpfbch2_crcf_execute_analyzer at Base 1.2.0+git20161107
+ firpfbch2_crcf_execute_synthesizer at Base 1.2.0+git20161107
+ firpfbch2_crcf_print at Base 1.2.0+git20161107
+ firpfbch2_crcf_reset at Base 1.2.0+git20161107
+ firpfbch_cccf_analyzer_execute at Base 1.2.0+git20161107
+ firpfbch_cccf_analyzer_push at Base 1.2.0+git20161107
+ firpfbch_cccf_analyzer_run at Base 1.2.0+git20161107
+ firpfbch_cccf_create at Base 1.2.0+git20161107
+ firpfbch_cccf_create_kaiser at Base 1.2.0+git20161107
+ firpfbch_cccf_create_rnyquist at Base 1.2.0+git20161107
+ firpfbch_cccf_destroy at Base 1.2.0+git20161107
+ firpfbch_cccf_print at Base 1.2.0+git20161107
+ firpfbch_cccf_reset at Base 1.2.0+git20161107
+ firpfbch_cccf_synthesizer_execute at Base 1.2.0+git20161107
+ firpfbch_crcf_analyzer_execute at Base 1.2.0+git20161107
+ firpfbch_crcf_analyzer_push at Base 1.2.0+git20161107
+ firpfbch_crcf_analyzer_run at Base 1.2.0+git20161107
+ firpfbch_crcf_create at Base 1.2.0+git20161107
+ firpfbch_crcf_create_kaiser at Base 1.2.0+git20161107
+ firpfbch_crcf_create_rnyquist at Base 1.2.0+git20161107
+ firpfbch_crcf_destroy at Base 1.2.0+git20161107
+ firpfbch_crcf_print at Base 1.2.0+git20161107
+ firpfbch_crcf_reset at Base 1.2.0+git20161107
+ firpfbch_crcf_synthesizer_execute at Base 1.2.0+git20161107
+ flattop at Base 1.2.0+git20161107
+ flexframegen_assemble at Base 1.2.0+git20161107
+ flexframegen_create at Base 1.2.0+git20161107
+ flexframegen_destroy at Base 1.2.0+git20161107
+ flexframegen_generate_header at Base 1.2.0+git20161107
+ flexframegen_generate_payload at Base 1.2.0+git20161107
+ flexframegen_generate_preamble at Base 1.2.0+git20161107
+ flexframegen_generate_symbol at Base 1.2.0+git20161107
+ flexframegen_generate_tail at Base 1.2.0+git20161107
+ flexframegen_getframelen at Base 1.2.0+git20161107
+ flexframegen_getprops at Base 1.2.0+git20161107
+ flexframegen_is_assembled at Base 1.2.0+git20161107
+ flexframegen_print at Base 1.2.0+git20161107
+ flexframegen_reconfigure at Base 1.2.0+git20161107
+ flexframegen_reset at Base 1.2.0+git20161107
+ flexframegen_setprops at Base 1.2.0+git20161107
+ flexframegen_write_samples at Base 1.2.0+git20161107
+ flexframegenprops_init_default at Base 1.2.0+git20161107
+ flexframesync_create at Base 1.2.0+git20161107
+ flexframesync_debug_disable at Base 1.2.0+git20161107
+ flexframesync_debug_enable at Base 1.2.0+git20161107
+ flexframesync_debug_print at Base 1.2.0+git20161107
+ flexframesync_decode_header at Base 1.2.0+git20161107
+ flexframesync_destroy at Base 1.2.0+git20161107
+ flexframesync_execute at Base 1.2.0+git20161107
+ flexframesync_execute_rxheader at Base 1.2.0+git20161107
+ flexframesync_execute_rxpayload at Base 1.2.0+git20161107
+ flexframesync_execute_rxpreamble at Base 1.2.0+git20161107
+ flexframesync_execute_seekpn at Base 1.2.0+git20161107
+ flexframesync_get_framedatastats at Base 1.2.0+git20161107
+ flexframesync_print at Base 1.2.0+git20161107
+ flexframesync_reset at Base 1.2.0+git20161107
+ flexframesync_reset_framedatastats at Base 1.2.0+git20161107
+ flexframesync_step at Base 1.2.0+git20161107
+ fpoly_bessel at Base 1.2.0+git20161107
+ fpoly_bessel_roots at Base 1.2.0+git20161107
+ fpoly_bessel_roots_orchard at Base 1.2.0+git20161107
+ fpoly_bessel_roots_orchard_recursion at Base 1.2.0+git20161107
+ framedatastats_print at Base 1.2.0+git20161107
+ framedatastats_reset at Base 1.2.0+git20161107
+ framegen64_create at Base 1.2.0+git20161107
+ framegen64_destroy at Base 1.2.0+git20161107
+ framegen64_execute at Base 1.2.0+git20161107
+ framegen64_print at Base 1.2.0+git20161107
+ framesync64_create at Base 1.2.0+git20161107
+ framesync64_debug_disable at Base 1.2.0+git20161107
+ framesync64_debug_enable at Base 1.2.0+git20161107
+ framesync64_debug_print at Base 1.2.0+git20161107
+ framesync64_destroy at Base 1.2.0+git20161107
+ framesync64_execute at Base 1.2.0+git20161107
+ framesync64_execute_rxpayload at Base 1.2.0+git20161107
+ framesync64_execute_rxpreamble at Base 1.2.0+git20161107
+ framesync64_execute_seekpn at Base 1.2.0+git20161107
+ framesync64_print at Base 1.2.0+git20161107
+ framesync64_reset at Base 1.2.0+git20161107
+ framesync64_step at Base 1.2.0+git20161107
+ framesyncstats_default at Base 1.2.0+git20161107
+ framesyncstats_init_default at Base 1.2.0+git20161107
+ framesyncstats_print at Base 1.2.0+git20161107
+ freqdem_create at Base 1.2.0+git20161107
+ freqdem_demodulate at Base 1.2.0+git20161107
+ freqdem_demodulate_block at Base 1.2.0+git20161107
+ freqdem_destroy at Base 1.2.0+git20161107
+ freqdem_print at Base 1.2.0+git20161107
+ freqdem_reset at Base 1.2.0+git20161107
+ freqmod_create at Base 1.2.0+git20161107
+ freqmod_destroy at Base 1.2.0+git20161107
+ freqmod_modulate at Base 1.2.0+git20161107
+ freqmod_modulate_block at Base 1.2.0+git20161107
+ freqmod_print at Base 1.2.0+git20161107
+ freqmod_reset at Base 1.2.0+git20161107
+ fskdem_create at Base 1.2.0+git20161107
+ fskdem_demodulate at Base 1.2.0+git20161107
+ fskdem_destroy at Base 1.2.0+git20161107
+ fskdem_get_frequency_error at Base 1.2.0+git20161107
+ fskdem_print at Base 1.2.0+git20161107
+ fskdem_reset at Base 1.2.0+git20161107
+ fskmod_create at Base 1.2.0+git20161107
+ fskmod_destroy at Base 1.2.0+git20161107
+ fskmod_modulate at Base 1.2.0+git20161107
+ fskmod_print at Base 1.2.0+git20161107
+ fskmod_reset at Base 1.2.0+git20161107
+ gasearch_create at Base 1.2.0+git20161107
+ gasearch_create_advanced at Base 1.2.0+git20161107
+ gasearch_crossover at Base 1.2.0+git20161107
+ gasearch_destroy at Base 1.2.0+git20161107
+ gasearch_evaluate at Base 1.2.0+git20161107
+ gasearch_evolve at Base 1.2.0+git20161107
+ gasearch_getopt at Base 1.2.0+git20161107
+ gasearch_mutate at Base 1.2.0+git20161107
+ gasearch_print at Base 1.2.0+git20161107
+ gasearch_rank at Base 1.2.0+git20161107
+ gasearch_run at Base 1.2.0+git20161107
+ gasearch_set_mutation_rate at Base 1.2.0+git20161107
+ gasearch_set_population_size at Base 1.2.0+git20161107
+ gmskdem_create at Base 1.2.0+git20161107
+ gmskdem_debug_print at Base 1.2.0+git20161107
+ gmskdem_demodulate at Base 1.2.0+git20161107
+ gmskdem_destroy at Base 1.2.0+git20161107
+ gmskdem_print at Base 1.2.0+git20161107
+ gmskdem_reset at Base 1.2.0+git20161107
+ gmskdem_set_eq_bw at Base 1.2.0+git20161107
+ gmskframegen_assemble at Base 1.2.0+git20161107
+ gmskframegen_create at Base 1.2.0+git20161107
+ gmskframegen_destroy at Base 1.2.0+git20161107
+ gmskframegen_encode_header at Base 1.2.0+git20161107
+ gmskframegen_getframelen at Base 1.2.0+git20161107
+ gmskframegen_is_assembled at Base 1.2.0+git20161107
+ gmskframegen_print at Base 1.2.0+git20161107
+ gmskframegen_reset at Base 1.2.0+git20161107
+ gmskframegen_write_header at Base 1.2.0+git20161107
+ gmskframegen_write_payload at Base 1.2.0+git20161107
+ gmskframegen_write_preamble at Base 1.2.0+git20161107
+ gmskframegen_write_samples at Base 1.2.0+git20161107
+ gmskframegen_write_tail at Base 1.2.0+git20161107
+ gmskframesync_create at Base 1.2.0+git20161107
+ gmskframesync_debug_disable at Base 1.2.0+git20161107
+ gmskframesync_debug_enable at Base 1.2.0+git20161107
+ gmskframesync_debug_print at Base 1.2.0+git20161107
+ gmskframesync_decode_header at Base 1.2.0+git20161107
+ gmskframesync_destroy at Base 1.2.0+git20161107
+ gmskframesync_execute at Base 1.2.0+git20161107
+ gmskframesync_execute_detectframe at Base 1.2.0+git20161107
+ gmskframesync_execute_rxheader at Base 1.2.0+git20161107
+ gmskframesync_execute_rxpayload at Base 1.2.0+git20161107
+ gmskframesync_execute_rxpreamble at Base 1.2.0+git20161107
+ gmskframesync_print at Base 1.2.0+git20161107
+ gmskframesync_pushpn at Base 1.2.0+git20161107
+ gmskframesync_reset at Base 1.2.0+git20161107
+ gmskframesync_syncpn at Base 1.2.0+git20161107
+ gmskframesync_update_fi at Base 1.2.0+git20161107
+ gmskframesync_update_symsync at Base 1.2.0+git20161107
+ gmskmod_create at Base 1.2.0+git20161107
+ gmskmod_destroy at Base 1.2.0+git20161107
+ gmskmod_modulate at Base 1.2.0+git20161107
+ gmskmod_print at Base 1.2.0+git20161107
+ gmskmod_reset at Base 1.2.0+git20161107
+ golay2412_Gt at Base 1.2.0+git20161107
+ golay2412_H at Base 1.2.0+git20161107
+ golay2412_P at Base 1.2.0+git20161107
+ golay2412_matrix_mul at Base 1.2.0+git20161107
+ golay2412_parity_search at Base 1.2.0+git20161107
+ gradsearch_create at Base 1.2.0+git20161107
+ gradsearch_destroy at Base 1.2.0+git20161107
+ gradsearch_execute at Base 1.2.0+git20161107
+ gradsearch_gradient at Base 1.2.0+git20161107
+ gradsearch_linesearch at Base 1.2.0+git20161107
+ gradsearch_norm at Base 1.2.0+git20161107
+ gradsearch_print at Base 1.2.0+git20161107
+ gradsearch_step at Base 1.2.0+git20161107
+ gray_decode at Base 1.2.0+git20161107
+ gray_encode at Base 1.2.0+git20161107
+ hamming128_enc_gentab at Base 1.2.0+git20161107
+ hamming74_dec_gentab at Base 1.2.0+git20161107
+ hamming74_enc_gentab at Base 1.2.0+git20161107
+ hamming84_dec_gentab at Base 1.2.0+git20161107
+ hamming84_enc_gentab at Base 1.2.0+git20161107
+ hamming at Base 1.2.0+git20161107
+ hann at Base 1.2.0+git20161107
+ icrandnf at Base 1.2.0+git20161107
+ iir_group_delay at Base 1.2.0+git20161107
+ iirdecim_cccf_create at Base 1.2.0+git20161107
+ iirdecim_cccf_create_default at Base 1.2.0+git20161107
+ iirdecim_cccf_create_prototype at Base 1.2.0+git20161107
+ iirdecim_cccf_destroy at Base 1.2.0+git20161107
+ iirdecim_cccf_execute at Base 1.2.0+git20161107
+ iirdecim_cccf_execute_block at Base 1.2.0+git20161107
+ iirdecim_cccf_groupdelay at Base 1.2.0+git20161107
+ iirdecim_cccf_print at Base 1.2.0+git20161107
+ iirdecim_cccf_reset at Base 1.2.0+git20161107
+ iirdecim_crcf_create at Base 1.2.0+git20161107
+ iirdecim_crcf_create_default at Base 1.2.0+git20161107
+ iirdecim_crcf_create_prototype at Base 1.2.0+git20161107
+ iirdecim_crcf_destroy at Base 1.2.0+git20161107
+ iirdecim_crcf_execute at Base 1.2.0+git20161107
+ iirdecim_crcf_execute_block at Base 1.2.0+git20161107
+ iirdecim_crcf_groupdelay at Base 1.2.0+git20161107
+ iirdecim_crcf_print at Base 1.2.0+git20161107
+ iirdecim_crcf_reset at Base 1.2.0+git20161107
+ iirdecim_rrrf_create at Base 1.2.0+git20161107
+ iirdecim_rrrf_create_default at Base 1.2.0+git20161107
+ iirdecim_rrrf_create_prototype at Base 1.2.0+git20161107
+ iirdecim_rrrf_destroy at Base 1.2.0+git20161107
+ iirdecim_rrrf_execute at Base 1.2.0+git20161107
+ iirdecim_rrrf_execute_block at Base 1.2.0+git20161107
+ iirdecim_rrrf_groupdelay at Base 1.2.0+git20161107
+ iirdecim_rrrf_print at Base 1.2.0+git20161107
+ iirdecim_rrrf_reset at Base 1.2.0+git20161107
+ iirdes_dzpk2sosf at Base 1.2.0+git20161107
+ iirdes_dzpk2tff at Base 1.2.0+git20161107
+ iirdes_dzpk_lp2bp at Base 1.2.0+git20161107
+ iirdes_dzpk_lp2hp at Base 1.2.0+git20161107
+ iirdes_freqprewarp at Base 1.2.0+git20161107
+ iirdes_isstable at Base 1.2.0+git20161107
+ iirdes_pll_active_PI at Base 1.2.0+git20161107
+ iirdes_pll_active_lag at Base 1.2.0+git20161107
+ iirfilt_cccf_create at Base 1.2.0+git20161107
+ iirfilt_cccf_create_dc_blocker at Base 1.2.0+git20161107
+ iirfilt_cccf_create_differentiator at Base 1.2.0+git20161107
+ iirfilt_cccf_create_integrator at Base 1.2.0+git20161107
+ iirfilt_cccf_create_lowpass at Base 1.2.0+git20161107
+ iirfilt_cccf_create_pll at Base 1.2.0+git20161107
+ iirfilt_cccf_create_prototype at Base 1.2.0+git20161107
+ iirfilt_cccf_create_sos at Base 1.2.0+git20161107
+ iirfilt_cccf_destroy at Base 1.2.0+git20161107
+ iirfilt_cccf_execute at Base 1.2.0+git20161107
+ iirfilt_cccf_execute_block at Base 1.2.0+git20161107
+ iirfilt_cccf_execute_norm at Base 1.2.0+git20161107
+ iirfilt_cccf_execute_sos at Base 1.2.0+git20161107
+ iirfilt_cccf_freqresponse at Base 1.2.0+git20161107
+ iirfilt_cccf_get_length at Base 1.2.0+git20161107
+ iirfilt_cccf_groupdelay at Base 1.2.0+git20161107
+ iirfilt_cccf_print at Base 1.2.0+git20161107
+ iirfilt_cccf_reset at Base 1.2.0+git20161107
+ iirfilt_crcf_create at Base 1.2.0+git20161107
+ iirfilt_crcf_create_dc_blocker at Base 1.2.0+git20161107
+ iirfilt_crcf_create_differentiator at Base 1.2.0+git20161107
+ iirfilt_crcf_create_integrator at Base 1.2.0+git20161107
+ iirfilt_crcf_create_lowpass at Base 1.2.0+git20161107
+ iirfilt_crcf_create_pll at Base 1.2.0+git20161107
+ iirfilt_crcf_create_prototype at Base 1.2.0+git20161107
+ iirfilt_crcf_create_sos at Base 1.2.0+git20161107
+ iirfilt_crcf_destroy at Base 1.2.0+git20161107
+ iirfilt_crcf_execute at Base 1.2.0+git20161107
+ iirfilt_crcf_execute_block at Base 1.2.0+git20161107
+ iirfilt_crcf_execute_norm at Base 1.2.0+git20161107
+ iirfilt_crcf_execute_sos at Base 1.2.0+git20161107
+ iirfilt_crcf_freqresponse at Base 1.2.0+git20161107
+ iirfilt_crcf_get_length at Base 1.2.0+git20161107
+ iirfilt_crcf_groupdelay at Base 1.2.0+git20161107
+ iirfilt_crcf_print at Base 1.2.0+git20161107
+ iirfilt_crcf_reset at Base 1.2.0+git20161107
+ iirfilt_rrrf_create at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_dc_blocker at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_differentiator at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_integrator at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_lowpass at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_pll at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_prototype at Base 1.2.0+git20161107
+ iirfilt_rrrf_create_sos at Base 1.2.0+git20161107
+ iirfilt_rrrf_destroy at Base 1.2.0+git20161107
+ iirfilt_rrrf_execute at Base 1.2.0+git20161107
+ iirfilt_rrrf_execute_block at Base 1.2.0+git20161107
+ iirfilt_rrrf_execute_norm at Base 1.2.0+git20161107
+ iirfilt_rrrf_execute_sos at Base 1.2.0+git20161107
+ iirfilt_rrrf_freqresponse at Base 1.2.0+git20161107
+ iirfilt_rrrf_get_length at Base 1.2.0+git20161107
+ iirfilt_rrrf_groupdelay at Base 1.2.0+git20161107
+ iirfilt_rrrf_print at Base 1.2.0+git20161107
+ iirfilt_rrrf_reset at Base 1.2.0+git20161107
+ iirfiltsos_cccf_create at Base 1.2.0+git20161107
+ iirfiltsos_cccf_destroy at Base 1.2.0+git20161107
+ iirfiltsos_cccf_execute at Base 1.2.0+git20161107
+ iirfiltsos_cccf_execute_df1 at Base 1.2.0+git20161107
+ iirfiltsos_cccf_execute_df2 at Base 1.2.0+git20161107
+ iirfiltsos_cccf_groupdelay at Base 1.2.0+git20161107
+ iirfiltsos_cccf_print at Base 1.2.0+git20161107
+ iirfiltsos_cccf_reset at Base 1.2.0+git20161107
+ iirfiltsos_cccf_set_coefficients at Base 1.2.0+git20161107
+ iirfiltsos_crcf_create at Base 1.2.0+git20161107
+ iirfiltsos_crcf_destroy at Base 1.2.0+git20161107
+ iirfiltsos_crcf_execute at Base 1.2.0+git20161107
+ iirfiltsos_crcf_execute_df1 at Base 1.2.0+git20161107
+ iirfiltsos_crcf_execute_df2 at Base 1.2.0+git20161107
+ iirfiltsos_crcf_groupdelay at Base 1.2.0+git20161107
+ iirfiltsos_crcf_print at Base 1.2.0+git20161107
+ iirfiltsos_crcf_reset at Base 1.2.0+git20161107
+ iirfiltsos_crcf_set_coefficients at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_create at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_destroy at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_execute at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_execute_df1 at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_execute_df2 at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_groupdelay at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_print at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_reset at Base 1.2.0+git20161107
+ iirfiltsos_rrrf_set_coefficients at Base 1.2.0+git20161107
+ iirinterp_cccf_create at Base 1.2.0+git20161107
+ iirinterp_cccf_create_default at Base 1.2.0+git20161107
+ iirinterp_cccf_create_prototype at Base 1.2.0+git20161107
+ iirinterp_cccf_destroy at Base 1.2.0+git20161107
+ iirinterp_cccf_execute at Base 1.2.0+git20161107
+ iirinterp_cccf_execute_block at Base 1.2.0+git20161107
+ iirinterp_cccf_groupdelay at Base 1.2.0+git20161107
+ iirinterp_cccf_print at Base 1.2.0+git20161107
+ iirinterp_cccf_reset at Base 1.2.0+git20161107
+ iirinterp_crcf_create at Base 1.2.0+git20161107
+ iirinterp_crcf_create_default at Base 1.2.0+git20161107
+ iirinterp_crcf_create_prototype at Base 1.2.0+git20161107
+ iirinterp_crcf_destroy at Base 1.2.0+git20161107
+ iirinterp_crcf_execute at Base 1.2.0+git20161107
+ iirinterp_crcf_execute_block at Base 1.2.0+git20161107
+ iirinterp_crcf_groupdelay at Base 1.2.0+git20161107
+ iirinterp_crcf_print at Base 1.2.0+git20161107
+ iirinterp_crcf_reset at Base 1.2.0+git20161107
+ iirinterp_rrrf_create at Base 1.2.0+git20161107
+ iirinterp_rrrf_create_default at Base 1.2.0+git20161107
+ iirinterp_rrrf_create_prototype at Base 1.2.0+git20161107
+ iirinterp_rrrf_destroy at Base 1.2.0+git20161107
+ iirinterp_rrrf_execute at Base 1.2.0+git20161107
+ iirinterp_rrrf_execute_block at Base 1.2.0+git20161107
+ iirinterp_rrrf_groupdelay at Base 1.2.0+git20161107
+ iirinterp_rrrf_print at Base 1.2.0+git20161107
+ iirinterp_rrrf_reset at Base 1.2.0+git20161107
+ interleaver_create at Base 1.2.0+git20161107
+ interleaver_decode at Base 1.2.0+git20161107
+ interleaver_decode_soft at Base 1.2.0+git20161107
+ interleaver_destroy at Base 1.2.0+git20161107
+ interleaver_encode at Base 1.2.0+git20161107
+ interleaver_encode_soft at Base 1.2.0+git20161107
+ interleaver_permute at Base 1.2.0+git20161107
+ interleaver_permute_mask at Base 1.2.0+git20161107
+ interleaver_permute_mask_soft at Base 1.2.0+git20161107
+ interleaver_permute_soft at Base 1.2.0+git20161107
+ interleaver_print at Base 1.2.0+git20161107
+ interleaver_set_depth at Base 1.2.0+git20161107
+ kaiser at Base 1.2.0+git20161107
+ kaiser_beta_As at Base 1.2.0+git20161107
+ landenf at Base 1.2.0+git20161107
+ liquid_MarcumQ1f at Base 1.2.0+git20161107
+ liquid_MarcumQf at Base 1.2.0+git20161107
+ liquid_Qf at Base 1.2.0+git20161107
+ liquid_apsk128 at Base 1.2.0+git20161107
+ liquid_apsk16 at Base 1.2.0+git20161107
+ liquid_apsk256 at Base 1.2.0+git20161107
+ liquid_apsk32 at Base 1.2.0+git20161107
+ liquid_apsk4 at Base 1.2.0+git20161107
+ liquid_apsk64 at Base 1.2.0+git20161107
+ liquid_apsk8 at Base 1.2.0+git20161107
+ liquid_asechf at Base 1.2.0+git20161107
+ liquid_bdotprod at Base 1.2.0+git20161107
+ liquid_besseli0f at Base 1.2.0+git20161107
+ liquid_besselif at Base 1.2.0+git20161107
+ liquid_besselj0f at Base 1.2.0+git20161107
+ liquid_besseljf at Base 1.2.0+git20161107
+ liquid_c_leading_zeros at Base 1.2.0+git20161107
+ liquid_c_ones at Base 1.2.0+git20161107
+ liquid_c_ones_mod2 at Base 1.2.0+git20161107
+ liquid_cacosf at Base 1.2.0+git20161107
+ liquid_cargf_approx at Base 1.2.0+git20161107
+ liquid_casinf at Base 1.2.0+git20161107
+ liquid_catanf at Base 1.2.0+git20161107
+ liquid_cexpf at Base 1.2.0+git20161107
+ liquid_clogf at Base 1.2.0+git20161107
+ liquid_cosf at Base 1.2.0+git20161107
+ liquid_count_leading_zeros at Base 1.2.0+git20161107
+ liquid_count_ones at Base 1.2.0+git20161107
+ liquid_count_ones_mod2 at Base 1.2.0+git20161107
+ liquid_cplxpair at Base 1.2.0+git20161107
+ liquid_cplxpair_cleanup at Base 1.2.0+git20161107
+ liquid_csqrtf at Base 1.2.0+git20161107
+ liquid_expf at Base 1.2.0+git20161107
+ liquid_factor at Base 1.2.0+git20161107
+ liquid_factorialf at Base 1.2.0+git20161107
+ liquid_fft_estimate_method at Base 1.2.0+git20161107
+ liquid_filter_autocorr at Base 1.2.0+git20161107
+ liquid_filter_crosscorr at Base 1.2.0+git20161107
+ liquid_filter_energy at Base 1.2.0+git20161107
+ liquid_filter_isi at Base 1.2.0+git20161107
+ liquid_firdes_arkaiser at Base 1.2.0+git20161107
+ liquid_firdes_doppler at Base 1.2.0+git20161107
+ liquid_firdes_farcsech at Base 1.2.0+git20161107
+ liquid_firdes_farcsech_freqresponse at Base 1.2.0+git20161107
+ liquid_firdes_fexp at Base 1.2.0+git20161107
+ liquid_firdes_fexp_freqresponse at Base 1.2.0+git20161107
+ liquid_firdes_fnyquist at Base 1.2.0+git20161107
+ liquid_firdes_fsech at Base 1.2.0+git20161107
+ liquid_firdes_fsech_freqresponse at Base 1.2.0+git20161107
+ liquid_firdes_gmskrx at Base 1.2.0+git20161107
+ liquid_firdes_gmsktx at Base 1.2.0+git20161107
+ liquid_firdes_hM3 at Base 1.2.0+git20161107
+ liquid_firdes_kaiser at Base 1.2.0+git20161107
+ liquid_firdes_prototype at Base 1.2.0+git20161107
+ liquid_firdes_rcos at Base 1.2.0+git20161107
+ liquid_firdes_rfarcsech at Base 1.2.0+git20161107
+ liquid_firdes_rfexp at Base 1.2.0+git20161107
+ liquid_firdes_rfsech at Base 1.2.0+git20161107
+ liquid_firdes_rkaiser at Base 1.2.0+git20161107
+ liquid_firdes_rkaiser_bisection at Base 1.2.0+git20161107
+ liquid_firdes_rkaiser_internal_isi at Base 1.2.0+git20161107
+ liquid_firdes_rkaiser_quadratic at Base 1.2.0+git20161107
+ liquid_firdes_rrcos at Base 1.2.0+git20161107
+ liquid_gammaf at Base 1.2.0+git20161107
+ liquid_getopt_str2crc at Base 1.2.0+git20161107
+ liquid_getopt_str2fec at Base 1.2.0+git20161107
+ liquid_getopt_str2firfilt at Base 1.2.0+git20161107
+ liquid_getopt_str2mod at Base 1.2.0+git20161107
+ liquid_getopt_str2window at Base 1.2.0+git20161107
+ liquid_iirdes at Base 1.2.0+git20161107
+ liquid_invgauss at Base 1.2.0+git20161107
+ liquid_is_prime at Base 1.2.0+git20161107
+ liquid_kbd at Base 1.2.0+git20161107
+ liquid_kbd_window at Base 1.2.0+git20161107
+ liquid_lbcircshift at Base 1.2.0+git20161107
+ liquid_lbshift at Base 1.2.0+git20161107
+ liquid_lcircshift at Base 1.2.0+git20161107
+ liquid_levinson at Base 1.2.0+git20161107
+ liquid_libversion at Base 1.2.0+git20161107
+ liquid_libversion_number at Base 1.2.0+git20161107
+ liquid_lnbesselif at Base 1.2.0+git20161107
+ liquid_lngammaf at Base 1.2.0+git20161107
+ liquid_lnlowergammaf at Base 1.2.0+git20161107
+ liquid_lnuppergammaf at Base 1.2.0+git20161107
+ liquid_logf at Base 1.2.0+git20161107
+ liquid_lowergammaf at Base 1.2.0+git20161107
+ liquid_lpc at Base 1.2.0+git20161107
+ liquid_lshift at Base 1.2.0+git20161107
+ liquid_modem_is_apsk at Base 1.2.0+git20161107
+ liquid_modem_is_ask at Base 1.2.0+git20161107
+ liquid_modem_is_dpsk at Base 1.2.0+git20161107
+ liquid_modem_is_psk at Base 1.2.0+git20161107
+ liquid_modem_is_qam at Base 1.2.0+git20161107
+ liquid_modpow at Base 1.2.0+git20161107
+ liquid_msb_index at Base 1.2.0+git20161107
+ liquid_multimodal at Base 1.2.0+git20161107
+ liquid_nchoosek at Base 1.2.0+git20161107
+ liquid_nextpow2 at Base 1.2.0+git20161107
+ liquid_pack_array at Base 1.2.0+git20161107
+ liquid_pack_bytes at Base 1.2.0+git20161107
+ liquid_pack_soft_bits at Base 1.2.0+git20161107
+ liquid_primitive_root at Base 1.2.0+git20161107
+ liquid_primitive_root_prime at Base 1.2.0+git20161107
+ liquid_print_bitstring at Base 1.2.0+git20161107
+ liquid_print_crc_schemes at Base 1.2.0+git20161107
+ liquid_print_fec_schemes at Base 1.2.0+git20161107
+ liquid_print_modulation_schemes at Base 1.2.0+git20161107
+ liquid_print_windows at Base 1.2.0+git20161107
+ liquid_rbcircshift at Base 1.2.0+git20161107
+ liquid_rbshift at Base 1.2.0+git20161107
+ liquid_rcircshift at Base 1.2.0+git20161107
+ liquid_rcostaper_windowf at Base 1.2.0+git20161107
+ liquid_repack_bytes at Base 1.2.0+git20161107
+ liquid_reverse_byte at Base 1.2.0+git20161107
+ liquid_reverse_byte_gentab at Base 1.2.0+git20161107
+ liquid_reverse_uint16 at Base 1.2.0+git20161107
+ liquid_reverse_uint24 at Base 1.2.0+git20161107
+ liquid_reverse_uint32 at Base 1.2.0+git20161107
+ liquid_rosenbrock at Base 1.2.0+git20161107
+ liquid_rshift at Base 1.2.0+git20161107
+ liquid_sincosf at Base 1.2.0+git20161107
+ liquid_sinf at Base 1.2.0+git20161107
+ liquid_spiral at Base 1.2.0+git20161107
+ liquid_sumsqcf at Base 1.2.0+git20161107
+ liquid_sumsqf at Base 1.2.0+git20161107
+ liquid_tanf at Base 1.2.0+git20161107
+ liquid_totient at Base 1.2.0+git20161107
+ liquid_unique_factor at Base 1.2.0+git20161107
+ liquid_unpack_array at Base 1.2.0+git20161107
+ liquid_unpack_bytes at Base 1.2.0+git20161107
+ liquid_unpack_soft_bits at Base 1.2.0+git20161107
+ liquid_unwrap_phase2 at Base 1.2.0+git20161107
+ liquid_unwrap_phase at Base 1.2.0+git20161107
+ liquid_uppergammaf at Base 1.2.0+git20161107
+ liquid_vectorcf_abs at Base 1.2.0+git20161107
+ liquid_vectorcf_add at Base 1.2.0+git20161107
+ liquid_vectorcf_addscalar at Base 1.2.0+git20161107
+ liquid_vectorcf_carg at Base 1.2.0+git20161107
+ liquid_vectorcf_cexpj at Base 1.2.0+git20161107
+ liquid_vectorcf_mul at Base 1.2.0+git20161107
+ liquid_vectorcf_mulscalar at Base 1.2.0+git20161107
+ liquid_vectorcf_norm at Base 1.2.0+git20161107
+ liquid_vectorcf_normalize at Base 1.2.0+git20161107
+ liquid_vectorf_abs at Base 1.2.0+git20161107
+ liquid_vectorf_add at Base 1.2.0+git20161107
+ liquid_vectorf_addscalar at Base 1.2.0+git20161107
+ liquid_vectorf_carg at Base 1.2.0+git20161107
+ liquid_vectorf_cexpj at Base 1.2.0+git20161107
+ liquid_vectorf_mul at Base 1.2.0+git20161107
+ liquid_vectorf_mulscalar at Base 1.2.0+git20161107
+ liquid_vectorf_norm at Base 1.2.0+git20161107
+ liquid_vectorf_normalize at Base 1.2.0+git20161107
+ liquid_version at Base 1.2.0+git20161107
+ liquid_window_str at Base 1.2.0+git20161107
+ matrix_add at Base 1.2.0+git20161107
+ matrix_aug at Base 1.2.0+git20161107
+ matrix_cgsolve at Base 1.2.0+git20161107
+ matrix_chol at Base 1.2.0+git20161107
+ matrix_det2x2 at Base 1.2.0+git20161107
+ matrix_det at Base 1.2.0+git20161107
+ matrix_div at Base 1.2.0+git20161107
+ matrix_eye at Base 1.2.0+git20161107
+ matrix_gjelim at Base 1.2.0+git20161107
+ matrix_gramschmidt at Base 1.2.0+git20161107
+ matrix_hermitian at Base 1.2.0+git20161107
+ matrix_hermitian_mul at Base 1.2.0+git20161107
+ matrix_inv at Base 1.2.0+git20161107
+ matrix_linsolve at Base 1.2.0+git20161107
+ matrix_ludecomp_crout at Base 1.2.0+git20161107
+ matrix_ludecomp_doolittle at Base 1.2.0+git20161107
+ matrix_mul at Base 1.2.0+git20161107
+ matrix_mul_hermitian at Base 1.2.0+git20161107
+ matrix_mul_transpose at Base 1.2.0+git20161107
+ matrix_ones at Base 1.2.0+git20161107
+ matrix_pdiv at Base 1.2.0+git20161107
+ matrix_pivot at Base 1.2.0+git20161107
+ matrix_pmul at Base 1.2.0+git20161107
+ matrix_print at Base 1.2.0+git20161107
+ matrix_proj at Base 1.2.0+git20161107
+ matrix_qrdecomp_gramschmidt at Base 1.2.0+git20161107
+ matrix_sub at Base 1.2.0+git20161107
+ matrix_swaprows at Base 1.2.0+git20161107
+ matrix_trans at Base 1.2.0+git20161107
+ matrix_transpose_mul at Base 1.2.0+git20161107
+ matrix_zeros at Base 1.2.0+git20161107
+ matrixc_add at Base 1.2.0+git20161107
+ matrixc_aug at Base 1.2.0+git20161107
+ matrixc_cgsolve at Base 1.2.0+git20161107
+ matrixc_chol at Base 1.2.0+git20161107
+ matrixc_det2x2 at Base 1.2.0+git20161107
+ matrixc_det at Base 1.2.0+git20161107
+ matrixc_div at Base 1.2.0+git20161107
+ matrixc_eye at Base 1.2.0+git20161107
+ matrixc_gjelim at Base 1.2.0+git20161107
+ matrixc_gramschmidt at Base 1.2.0+git20161107
+ matrixc_hermitian at Base 1.2.0+git20161107
+ matrixc_hermitian_mul at Base 1.2.0+git20161107
+ matrixc_inv at Base 1.2.0+git20161107
+ matrixc_linsolve at Base 1.2.0+git20161107
+ matrixc_ludecomp_crout at Base 1.2.0+git20161107
+ matrixc_ludecomp_doolittle at Base 1.2.0+git20161107
+ matrixc_mul at Base 1.2.0+git20161107
+ matrixc_mul_hermitian at Base 1.2.0+git20161107
+ matrixc_mul_transpose at Base 1.2.0+git20161107
+ matrixc_ones at Base 1.2.0+git20161107
+ matrixc_pdiv at Base 1.2.0+git20161107
+ matrixc_pivot at Base 1.2.0+git20161107
+ matrixc_pmul at Base 1.2.0+git20161107
+ matrixc_print at Base 1.2.0+git20161107
+ matrixc_proj at Base 1.2.0+git20161107
+ matrixc_qrdecomp_gramschmidt at Base 1.2.0+git20161107
+ matrixc_sub at Base 1.2.0+git20161107
+ matrixc_swaprows at Base 1.2.0+git20161107
+ matrixc_trans at Base 1.2.0+git20161107
+ matrixc_transpose_mul at Base 1.2.0+git20161107
+ matrixc_zeros at Base 1.2.0+git20161107
+ matrixcf_add at Base 1.2.0+git20161107
+ matrixcf_aug at Base 1.2.0+git20161107
+ matrixcf_cgsolve at Base 1.2.0+git20161107
+ matrixcf_chol at Base 1.2.0+git20161107
+ matrixcf_det2x2 at Base 1.2.0+git20161107
+ matrixcf_det at Base 1.2.0+git20161107
+ matrixcf_div at Base 1.2.0+git20161107
+ matrixcf_eye at Base 1.2.0+git20161107
+ matrixcf_gjelim at Base 1.2.0+git20161107
+ matrixcf_gramschmidt at Base 1.2.0+git20161107
+ matrixcf_hermitian at Base 1.2.0+git20161107
+ matrixcf_hermitian_mul at Base 1.2.0+git20161107
+ matrixcf_inv at Base 1.2.0+git20161107
+ matrixcf_linsolve at Base 1.2.0+git20161107
+ matrixcf_ludecomp_crout at Base 1.2.0+git20161107
+ matrixcf_ludecomp_doolittle at Base 1.2.0+git20161107
+ matrixcf_mul at Base 1.2.0+git20161107
+ matrixcf_mul_hermitian at Base 1.2.0+git20161107
+ matrixcf_mul_transpose at Base 1.2.0+git20161107
+ matrixcf_ones at Base 1.2.0+git20161107
+ matrixcf_pdiv at Base 1.2.0+git20161107
+ matrixcf_pivot at Base 1.2.0+git20161107
+ matrixcf_pmul at Base 1.2.0+git20161107
+ matrixcf_print at Base 1.2.0+git20161107
+ matrixcf_proj at Base 1.2.0+git20161107
+ matrixcf_qrdecomp_gramschmidt at Base 1.2.0+git20161107
+ matrixcf_sub at Base 1.2.0+git20161107
+ matrixcf_swaprows at Base 1.2.0+git20161107
+ matrixcf_trans at Base 1.2.0+git20161107
+ matrixcf_transpose_mul at Base 1.2.0+git20161107
+ matrixcf_zeros at Base 1.2.0+git20161107
+ matrixf_add at Base 1.2.0+git20161107
+ matrixf_aug at Base 1.2.0+git20161107
+ matrixf_cgsolve at Base 1.2.0+git20161107
+ matrixf_chol at Base 1.2.0+git20161107
+ matrixf_det2x2 at Base 1.2.0+git20161107
+ matrixf_det at Base 1.2.0+git20161107
+ matrixf_div at Base 1.2.0+git20161107
+ matrixf_eye at Base 1.2.0+git20161107
+ matrixf_gjelim at Base 1.2.0+git20161107
+ matrixf_gramschmidt at Base 1.2.0+git20161107
+ matrixf_hermitian at Base 1.2.0+git20161107
+ matrixf_hermitian_mul at Base 1.2.0+git20161107
+ matrixf_inv at Base 1.2.0+git20161107
+ matrixf_linsolve at Base 1.2.0+git20161107
+ matrixf_ludecomp_crout at Base 1.2.0+git20161107
+ matrixf_ludecomp_doolittle at Base 1.2.0+git20161107
+ matrixf_mul at Base 1.2.0+git20161107
+ matrixf_mul_hermitian at Base 1.2.0+git20161107
+ matrixf_mul_transpose at Base 1.2.0+git20161107
+ matrixf_ones at Base 1.2.0+git20161107
+ matrixf_pdiv at Base 1.2.0+git20161107
+ matrixf_pivot at Base 1.2.0+git20161107
+ matrixf_pmul at Base 1.2.0+git20161107
+ matrixf_print at Base 1.2.0+git20161107
+ matrixf_proj at Base 1.2.0+git20161107
+ matrixf_qrdecomp_gramschmidt at Base 1.2.0+git20161107
+ matrixf_sub at Base 1.2.0+git20161107
+ matrixf_swaprows at Base 1.2.0+git20161107
+ matrixf_trans at Base 1.2.0+git20161107
+ matrixf_transpose_mul at Base 1.2.0+git20161107
+ matrixf_zeros at Base 1.2.0+git20161107
+ modem_arb128opt at Base 1.2.0+git20161107
+ modem_arb16opt at Base 1.2.0+git20161107
+ modem_arb256opt at Base 1.2.0+git20161107
+ modem_arb32opt at Base 1.2.0+git20161107
+ modem_arb64opt at Base 1.2.0+git20161107
+ modem_arb_V29 at Base 1.2.0+git20161107
+ modem_arb_balance_iq at Base 1.2.0+git20161107
+ modem_arb_init at Base 1.2.0+git20161107
+ modem_arb_init_file at Base 1.2.0+git20161107
+ modem_arb_scale at Base 1.2.0+git20161107
+ modem_arb_sqam128 at Base 1.2.0+git20161107
+ modem_arb_sqam32 at Base 1.2.0+git20161107
+ modem_arb_vt64 at Base 1.2.0+git20161107
+ modem_create at Base 1.2.0+git20161107
+ modem_create_V29 at Base 1.2.0+git20161107
+ modem_create_apsk at Base 1.2.0+git20161107
+ modem_create_arb128opt at Base 1.2.0+git20161107
+ modem_create_arb16opt at Base 1.2.0+git20161107
+ modem_create_arb256opt at Base 1.2.0+git20161107
+ modem_create_arb32opt at Base 1.2.0+git20161107
+ modem_create_arb64opt at Base 1.2.0+git20161107
+ modem_create_arb64vt at Base 1.2.0+git20161107
+ modem_create_arb at Base 1.2.0+git20161107
+ modem_create_arbitrary at Base 1.2.0+git20161107
+ modem_create_ask at Base 1.2.0+git20161107
+ modem_create_bpsk at Base 1.2.0+git20161107
+ modem_create_dpsk at Base 1.2.0+git20161107
+ modem_create_ook at Base 1.2.0+git20161107
+ modem_create_psk at Base 1.2.0+git20161107
+ modem_create_qam at Base 1.2.0+git20161107
+ modem_create_qpsk at Base 1.2.0+git20161107
+ modem_create_sqam128 at Base 1.2.0+git20161107
+ modem_create_sqam32 at Base 1.2.0+git20161107
+ modem_demodsoft_gentab at Base 1.2.0+git20161107
+ modem_demodulate at Base 1.2.0+git20161107
+ modem_demodulate_apsk at Base 1.2.0+git20161107
+ modem_demodulate_arb at Base 1.2.0+git20161107
+ modem_demodulate_ask at Base 1.2.0+git20161107
+ modem_demodulate_bpsk at Base 1.2.0+git20161107
+ modem_demodulate_dpsk at Base 1.2.0+git20161107
+ modem_demodulate_linear_array at Base 1.2.0+git20161107
+ modem_demodulate_linear_array_ref at Base 1.2.0+git20161107
+ modem_demodulate_ook at Base 1.2.0+git20161107
+ modem_demodulate_psk at Base 1.2.0+git20161107
+ modem_demodulate_qam at Base 1.2.0+git20161107
+ modem_demodulate_qpsk at Base 1.2.0+git20161107
+ modem_demodulate_soft at Base 1.2.0+git20161107
+ modem_demodulate_soft_arb at Base 1.2.0+git20161107
+ modem_demodulate_soft_bpsk at Base 1.2.0+git20161107
+ modem_demodulate_soft_qpsk at Base 1.2.0+git20161107
+ modem_demodulate_soft_table at Base 1.2.0+git20161107
+ modem_demodulate_sqam128 at Base 1.2.0+git20161107
+ modem_demodulate_sqam32 at Base 1.2.0+git20161107
+ modem_destroy at Base 1.2.0+git20161107
+ modem_gen_rand_sym at Base 1.2.0+git20161107
+ modem_get_bps at Base 1.2.0+git20161107
+ modem_get_demodulator_evm at Base 1.2.0+git20161107
+ modem_get_demodulator_phase_error at Base 1.2.0+git20161107
+ modem_get_demodulator_sample at Base 1.2.0+git20161107
+ modem_get_scheme at Base 1.2.0+git20161107
+ modem_init at Base 1.2.0+git20161107
+ modem_init_map at Base 1.2.0+git20161107
+ modem_modulate at Base 1.2.0+git20161107
+ modem_modulate_apsk at Base 1.2.0+git20161107
+ modem_modulate_arb at Base 1.2.0+git20161107
+ modem_modulate_ask at Base 1.2.0+git20161107
+ modem_modulate_bpsk at Base 1.2.0+git20161107
+ modem_modulate_dpsk at Base 1.2.0+git20161107
+ modem_modulate_map at Base 1.2.0+git20161107
+ modem_modulate_ook at Base 1.2.0+git20161107
+ modem_modulate_psk at Base 1.2.0+git20161107
+ modem_modulate_qam at Base 1.2.0+git20161107
+ modem_modulate_qpsk at Base 1.2.0+git20161107
+ modem_modulate_sqam128 at Base 1.2.0+git20161107
+ modem_modulate_sqam32 at Base 1.2.0+git20161107
+ modem_print at Base 1.2.0+git20161107
+ modem_recreate at Base 1.2.0+git20161107
+ modem_reset at Base 1.2.0+git20161107
+ modulation_types at Base 1.2.0+git20161107
+ msequence_advance at Base 1.2.0+git20161107
+ msequence_create at Base 1.2.0+git20161107
+ msequence_create_default at Base 1.2.0+git20161107
+ msequence_create_genpoly at Base 1.2.0+git20161107
+ msequence_default at Base 1.2.0+git20161107
+ msequence_destroy at Base 1.2.0+git20161107
+ msequence_generate_symbol at Base 1.2.0+git20161107
+ msequence_get_length at Base 1.2.0+git20161107
+ msequence_get_state at Base 1.2.0+git20161107
+ msequence_print at Base 1.2.0+git20161107
+ msequence_reset at Base 1.2.0+git20161107
+ msequence_set_state at Base 1.2.0+git20161107
+ msourcecf_add_modem at Base 1.2.0+git20161107
+ msourcecf_add_noise at Base 1.2.0+git20161107
+ msourcecf_add_source at Base 1.2.0+git20161107
+ msourcecf_add_tone at Base 1.2.0+git20161107
+ msourcecf_create at Base 1.2.0+git20161107
+ msourcecf_destroy at Base 1.2.0+git20161107
+ msourcecf_disable at Base 1.2.0+git20161107
+ msourcecf_enable at Base 1.2.0+git20161107
+ msourcecf_get_source at Base 1.2.0+git20161107
+ msourcecf_print at Base 1.2.0+git20161107
+ msourcecf_remove at Base 1.2.0+git20161107
+ msourcecf_reset at Base 1.2.0+git20161107
+ msourcecf_set_frequency at Base 1.2.0+git20161107
+ msourcecf_set_gain at Base 1.2.0+git20161107
+ msourcecf_write_samples at Base 1.2.0+git20161107
+ msresamp2_cccf_create at Base 1.2.0+git20161107
+ msresamp2_cccf_decim_execute at Base 1.2.0+git20161107
+ msresamp2_cccf_destroy at Base 1.2.0+git20161107
+ msresamp2_cccf_execute at Base 1.2.0+git20161107
+ msresamp2_cccf_get_delay at Base 1.2.0+git20161107
+ msresamp2_cccf_interp_execute at Base 1.2.0+git20161107
+ msresamp2_cccf_print at Base 1.2.0+git20161107
+ msresamp2_cccf_reset at Base 1.2.0+git20161107
+ msresamp2_crcf_create at Base 1.2.0+git20161107
+ msresamp2_crcf_decim_execute at Base 1.2.0+git20161107
+ msresamp2_crcf_destroy at Base 1.2.0+git20161107
+ msresamp2_crcf_execute at Base 1.2.0+git20161107
+ msresamp2_crcf_get_delay at Base 1.2.0+git20161107
+ msresamp2_crcf_interp_execute at Base 1.2.0+git20161107
+ msresamp2_crcf_print at Base 1.2.0+git20161107
+ msresamp2_crcf_reset at Base 1.2.0+git20161107
+ msresamp2_rrrf_create at Base 1.2.0+git20161107
+ msresamp2_rrrf_decim_execute at Base 1.2.0+git20161107
+ msresamp2_rrrf_destroy at Base 1.2.0+git20161107
+ msresamp2_rrrf_execute at Base 1.2.0+git20161107
+ msresamp2_rrrf_get_delay at Base 1.2.0+git20161107
+ msresamp2_rrrf_interp_execute at Base 1.2.0+git20161107
+ msresamp2_rrrf_print at Base 1.2.0+git20161107
+ msresamp2_rrrf_reset at Base 1.2.0+git20161107
+ msresamp_cccf_create at Base 1.2.0+git20161107
+ msresamp_cccf_decim_execute at Base 1.2.0+git20161107
+ msresamp_cccf_destroy at Base 1.2.0+git20161107
+ msresamp_cccf_execute at Base 1.2.0+git20161107
+ msresamp_cccf_get_delay at Base 1.2.0+git20161107
+ msresamp_cccf_interp_execute at Base 1.2.0+git20161107
+ msresamp_cccf_print at Base 1.2.0+git20161107
+ msresamp_cccf_reset at Base 1.2.0+git20161107
+ msresamp_crcf_create at Base 1.2.0+git20161107
+ msresamp_crcf_decim_execute at Base 1.2.0+git20161107
+ msresamp_crcf_destroy at Base 1.2.0+git20161107
+ msresamp_crcf_execute at Base 1.2.0+git20161107
+ msresamp_crcf_get_delay at Base 1.2.0+git20161107
+ msresamp_crcf_interp_execute at Base 1.2.0+git20161107
+ msresamp_crcf_print at Base 1.2.0+git20161107
+ msresamp_crcf_reset at Base 1.2.0+git20161107
+ msresamp_rrrf_create at Base 1.2.0+git20161107
+ msresamp_rrrf_decim_execute at Base 1.2.0+git20161107
+ msresamp_rrrf_destroy at Base 1.2.0+git20161107
+ msresamp_rrrf_execute at Base 1.2.0+git20161107
+ msresamp_rrrf_get_delay at Base 1.2.0+git20161107
+ msresamp_rrrf_interp_execute at Base 1.2.0+git20161107
+ msresamp_rrrf_print at Base 1.2.0+git20161107
+ msresamp_rrrf_reset at Base 1.2.0+git20161107
+ nco_crcf_adjust_frequency at Base 1.2.0+git20161107
+ nco_crcf_adjust_phase at Base 1.2.0+git20161107
+ nco_crcf_cexpf at Base 1.2.0+git20161107
+ nco_crcf_compute_sincos_nco at Base 1.2.0+git20161107
+ nco_crcf_compute_sincos_vco at Base 1.2.0+git20161107
+ nco_crcf_constrain_frequency at Base 1.2.0+git20161107
+ nco_crcf_constrain_phase at Base 1.2.0+git20161107
+ nco_crcf_cos at Base 1.2.0+git20161107
+ nco_crcf_create at Base 1.2.0+git20161107
+ nco_crcf_destroy at Base 1.2.0+git20161107
+ nco_crcf_get_frequency at Base 1.2.0+git20161107
+ nco_crcf_get_phase at Base 1.2.0+git20161107
+ nco_crcf_mix_block_down at Base 1.2.0+git20161107
+ nco_crcf_mix_block_up at Base 1.2.0+git20161107
+ nco_crcf_mix_down at Base 1.2.0+git20161107
+ nco_crcf_mix_up at Base 1.2.0+git20161107
+ nco_crcf_pll_reset at Base 1.2.0+git20161107
+ nco_crcf_pll_set_bandwidth at Base 1.2.0+git20161107
+ nco_crcf_pll_step at Base 1.2.0+git20161107
+ nco_crcf_reset at Base 1.2.0+git20161107
+ nco_crcf_set_frequency at Base 1.2.0+git20161107
+ nco_crcf_set_phase at Base 1.2.0+git20161107
+ nco_crcf_sin at Base 1.2.0+git20161107
+ nco_crcf_sincos at Base 1.2.0+git20161107
+ nco_crcf_step at Base 1.2.0+git20161107
+ ofdmflexframegen_assemble at Base 1.2.0+git20161107
+ ofdmflexframegen_create at Base 1.2.0+git20161107
+ ofdmflexframegen_destroy at Base 1.2.0+git20161107
+ ofdmflexframegen_encode_header at Base 1.2.0+git20161107
+ ofdmflexframegen_getframelen at Base 1.2.0+git20161107
+ ofdmflexframegen_getprops at Base 1.2.0+git20161107
+ ofdmflexframegen_is_assembled at Base 1.2.0+git20161107
+ ofdmflexframegen_modulate_header at Base 1.2.0+git20161107
+ ofdmflexframegen_print at Base 1.2.0+git20161107
+ ofdmflexframegen_reconfigure at Base 1.2.0+git20161107
+ ofdmflexframegen_reset at Base 1.2.0+git20161107
+ ofdmflexframegen_setprops at Base 1.2.0+git20161107
+ ofdmflexframegen_write_S0a at Base 1.2.0+git20161107
+ ofdmflexframegen_write_S0b at Base 1.2.0+git20161107
+ ofdmflexframegen_write_S1 at Base 1.2.0+git20161107
+ ofdmflexframegen_write_header at Base 1.2.0+git20161107
+ ofdmflexframegen_write_payload at Base 1.2.0+git20161107
+ ofdmflexframegen_writesymbol at Base 1.2.0+git20161107
+ ofdmflexframegenprops_init_default at Base 1.2.0+git20161107
+ ofdmflexframesync_create at Base 1.2.0+git20161107
+ ofdmflexframesync_debug_disable at Base 1.2.0+git20161107
+ ofdmflexframesync_debug_enable at Base 1.2.0+git20161107
+ ofdmflexframesync_debug_print at Base 1.2.0+git20161107
+ ofdmflexframesync_decode_header at Base 1.2.0+git20161107
+ ofdmflexframesync_destroy at Base 1.2.0+git20161107
+ ofdmflexframesync_execute at Base 1.2.0+git20161107
+ ofdmflexframesync_get_cfo at Base 1.2.0+git20161107
+ ofdmflexframesync_get_rssi at Base 1.2.0+git20161107
+ ofdmflexframesync_internal_callback at Base 1.2.0+git20161107
+ ofdmflexframesync_print at Base 1.2.0+git20161107
+ ofdmflexframesync_reset at Base 1.2.0+git20161107
+ ofdmflexframesync_rxheader at Base 1.2.0+git20161107
+ ofdmflexframesync_rxpayload at Base 1.2.0+git20161107
+ ofdmframe_init_S0 at Base 1.2.0+git20161107
+ ofdmframe_init_S1 at Base 1.2.0+git20161107
+ ofdmframe_init_default_sctype at Base 1.2.0+git20161107
+ ofdmframe_print_sctype at Base 1.2.0+git20161107
+ ofdmframe_validate_sctype at Base 1.2.0+git20161107
+ ofdmframegen_create at Base 1.2.0+git20161107
+ ofdmframegen_destroy at Base 1.2.0+git20161107
+ ofdmframegen_gensymbol at Base 1.2.0+git20161107
+ ofdmframegen_print at Base 1.2.0+git20161107
+ ofdmframegen_reset at Base 1.2.0+git20161107
+ ofdmframegen_write_S0a at Base 1.2.0+git20161107
+ ofdmframegen_write_S0b at Base 1.2.0+git20161107
+ ofdmframegen_write_S1 at Base 1.2.0+git20161107
+ ofdmframegen_writesymbol at Base 1.2.0+git20161107
+ ofdmframegen_writetail at Base 1.2.0+git20161107
+ ofdmframesync_S0_metrics at Base 1.2.0+git20161107
+ ofdmframesync_create at Base 1.2.0+git20161107
+ ofdmframesync_debug_disable at Base 1.2.0+git20161107
+ ofdmframesync_debug_enable at Base 1.2.0+git20161107
+ ofdmframesync_debug_print at Base 1.2.0+git20161107
+ ofdmframesync_destroy at Base 1.2.0+git20161107
+ ofdmframesync_estimate_eqgain at Base 1.2.0+git20161107
+ ofdmframesync_estimate_eqgain_poly at Base 1.2.0+git20161107
+ ofdmframesync_estimate_gain_S0 at Base 1.2.0+git20161107
+ ofdmframesync_estimate_gain_S1 at Base 1.2.0+git20161107
+ ofdmframesync_execute at Base 1.2.0+git20161107
+ ofdmframesync_execute_S0a at Base 1.2.0+git20161107
+ ofdmframesync_execute_S0b at Base 1.2.0+git20161107
+ ofdmframesync_execute_S1 at Base 1.2.0+git20161107
+ ofdmframesync_execute_rxsymbols at Base 1.2.0+git20161107
+ ofdmframesync_execute_seekplcp at Base 1.2.0+git20161107
+ ofdmframesync_get_cfo at Base 1.2.0+git20161107
+ ofdmframesync_get_rssi at Base 1.2.0+git20161107
+ ofdmframesync_print at Base 1.2.0+git20161107
+ ofdmframesync_reset at Base 1.2.0+git20161107
+ ofdmframesync_rxsymbol at Base 1.2.0+git20161107
+ optim_sort at Base 1.2.0+git20161107
+ optim_threshold_switch at Base 1.2.0+git20161107
+ packetizer_compute_dec_msg_len at Base 1.2.0+git20161107
+ packetizer_compute_enc_msg_len at Base 1.2.0+git20161107
+ packetizer_create at Base 1.2.0+git20161107
+ packetizer_decode at Base 1.2.0+git20161107
+ packetizer_decode_soft at Base 1.2.0+git20161107
+ packetizer_destroy at Base 1.2.0+git20161107
+ packetizer_encode at Base 1.2.0+git20161107
+ packetizer_get_crc at Base 1.2.0+git20161107
+ packetizer_get_dec_msg_len at Base 1.2.0+git20161107
+ packetizer_get_enc_msg_len at Base 1.2.0+git20161107
+ packetizer_get_fec0 at Base 1.2.0+git20161107
+ packetizer_get_fec1 at Base 1.2.0+git20161107
+ packetizer_print at Base 1.2.0+git20161107
+ packetizer_realloc_buffers at Base 1.2.0+git20161107
+ packetizer_recreate at Base 1.2.0+git20161107
+ packetizer_set_scheme at Base 1.2.0+git20161107
+ poly_expandbinomial at Base 1.2.0+git20161107
+ poly_expandbinomial_pm at Base 1.2.0+git20161107
+ poly_expandroots2 at Base 1.2.0+git20161107
+ poly_expandroots at Base 1.2.0+git20161107
+ poly_findroots at Base 1.2.0+git20161107
+ poly_findroots_bairstow at Base 1.2.0+git20161107
+ poly_findroots_bairstow_recursion at Base 1.2.0+git20161107
+ poly_findroots_durandkerner at Base 1.2.0+git20161107
+ poly_fit at Base 1.2.0+git20161107
+ poly_fit_lagrange at Base 1.2.0+git20161107
+ poly_fit_lagrange_barycentric at Base 1.2.0+git20161107
+ poly_interp_lagrange at Base 1.2.0+git20161107
+ poly_mul at Base 1.2.0+git20161107
+ poly_val at Base 1.2.0+git20161107
+ poly_val_lagrange_barycentric at Base 1.2.0+git20161107
+ polyc_expandbinomial at Base 1.2.0+git20161107
+ polyc_expandbinomial_pm at Base 1.2.0+git20161107
+ polyc_expandroots2 at Base 1.2.0+git20161107
+ polyc_expandroots at Base 1.2.0+git20161107
+ polyc_findroots at Base 1.2.0+git20161107
+ polyc_findroots_bairstow at Base 1.2.0+git20161107
+ polyc_findroots_bairstow_recursion at Base 1.2.0+git20161107
+ polyc_findroots_durandkerner at Base 1.2.0+git20161107
+ polyc_fit at Base 1.2.0+git20161107
+ polyc_fit_lagrange at Base 1.2.0+git20161107
+ polyc_fit_lagrange_barycentric at Base 1.2.0+git20161107
+ polyc_interp_lagrange at Base 1.2.0+git20161107
+ polyc_mul at Base 1.2.0+git20161107
+ polyc_val at Base 1.2.0+git20161107
+ polyc_val_lagrange_barycentric at Base 1.2.0+git20161107
+ polycf_expandbinomial at Base 1.2.0+git20161107
+ polycf_expandbinomial_pm at Base 1.2.0+git20161107
+ polycf_expandroots2 at Base 1.2.0+git20161107
+ polycf_expandroots at Base 1.2.0+git20161107
+ polycf_findroots at Base 1.2.0+git20161107
+ polycf_findroots_bairstow at Base 1.2.0+git20161107
+ polycf_findroots_bairstow_recursion at Base 1.2.0+git20161107
+ polycf_findroots_durandkerner at Base 1.2.0+git20161107
+ polycf_fit at Base 1.2.0+git20161107
+ polycf_fit_lagrange at Base 1.2.0+git20161107
+ polycf_fit_lagrange_barycentric at Base 1.2.0+git20161107
+ polycf_interp_lagrange at Base 1.2.0+git20161107
+ polycf_mul at Base 1.2.0+git20161107
+ polycf_val at Base 1.2.0+git20161107
+ polycf_val_lagrange_barycentric at Base 1.2.0+git20161107
+ polyf_expandbinomial at Base 1.2.0+git20161107
+ polyf_expandbinomial_pm at Base 1.2.0+git20161107
+ polyf_expandroots2 at Base 1.2.0+git20161107
+ polyf_expandroots at Base 1.2.0+git20161107
+ polyf_findroots at Base 1.2.0+git20161107
+ polyf_findroots_bairstow at Base 1.2.0+git20161107
+ polyf_findroots_bairstow_recursion at Base 1.2.0+git20161107
+ polyf_findroots_durandkerner at Base 1.2.0+git20161107
+ polyf_fit at Base 1.2.0+git20161107
+ polyf_fit_lagrange at Base 1.2.0+git20161107
+ polyf_fit_lagrange_barycentric at Base 1.2.0+git20161107
+ polyf_interp_lagrange at Base 1.2.0+git20161107
+ polyf_mul at Base 1.2.0+git20161107
+ polyf_val at Base 1.2.0+git20161107
+ polyf_val_lagrange_barycentric at Base 1.2.0+git20161107
+ presync_cccf_correlate at Base 1.2.0+git20161107
+ presync_cccf_correlatex at Base 1.2.0+git20161107
+ presync_cccf_create at Base 1.2.0+git20161107
+ presync_cccf_destroy at Base 1.2.0+git20161107
+ presync_cccf_print at Base 1.2.0+git20161107
+ presync_cccf_push at Base 1.2.0+git20161107
+ presync_cccf_reset at Base 1.2.0+git20161107
+ qdetector_cccf_create at Base 1.2.0+git20161107
+ qdetector_cccf_create_gmsk at Base 1.2.0+git20161107
+ qdetector_cccf_create_linear at Base 1.2.0+git20161107
+ qdetector_cccf_destroy at Base 1.2.0+git20161107
+ qdetector_cccf_execute at Base 1.2.0+git20161107
+ qdetector_cccf_execute_align at Base 1.2.0+git20161107
+ qdetector_cccf_execute_seek at Base 1.2.0+git20161107
+ qdetector_cccf_get_buf_len at Base 1.2.0+git20161107
+ qdetector_cccf_get_dphi at Base 1.2.0+git20161107
+ qdetector_cccf_get_gamma at Base 1.2.0+git20161107
+ qdetector_cccf_get_phi at Base 1.2.0+git20161107
+ qdetector_cccf_get_seq_len at Base 1.2.0+git20161107
+ qdetector_cccf_get_sequence at Base 1.2.0+git20161107
+ qdetector_cccf_get_tau at Base 1.2.0+git20161107
+ qdetector_cccf_print at Base 1.2.0+git20161107
+ qdetector_cccf_reset at Base 1.2.0+git20161107
+ qdetector_cccf_set_range at Base 1.2.0+git20161107
+ qdetector_cccf_set_threshold at Base 1.2.0+git20161107
+ qnsearch_compute_Hessian at Base 1.2.0+git20161107
+ qnsearch_compute_gradient at Base 1.2.0+git20161107
+ qnsearch_create at Base 1.2.0+git20161107
+ qnsearch_destroy at Base 1.2.0+git20161107
+ qnsearch_normalize_gradient at Base 1.2.0+git20161107
+ qnsearch_print at Base 1.2.0+git20161107
+ qnsearch_reset at Base 1.2.0+git20161107
+ qnsearch_run at Base 1.2.0+git20161107
+ qnsearch_step at Base 1.2.0+git20161107
+ qpacketmodem_configure at Base 1.2.0+git20161107
+ qpacketmodem_create at Base 1.2.0+git20161107
+ qpacketmodem_decode at Base 1.2.0+git20161107
+ qpacketmodem_decode_bits at Base 1.2.0+git20161107
+ qpacketmodem_decode_soft at Base 1.2.0+git20161107
+ qpacketmodem_decode_syms at Base 1.2.0+git20161107
+ qpacketmodem_destroy at Base 1.2.0+git20161107
+ qpacketmodem_encode at Base 1.2.0+git20161107
+ qpacketmodem_encode_syms at Base 1.2.0+git20161107
+ qpacketmodem_get_crc at Base 1.2.0+git20161107
+ qpacketmodem_get_fec0 at Base 1.2.0+git20161107
+ qpacketmodem_get_fec1 at Base 1.2.0+git20161107
+ qpacketmodem_get_frame_len at Base 1.2.0+git20161107
+ qpacketmodem_get_modscheme at Base 1.2.0+git20161107
+ qpacketmodem_get_payload_len at Base 1.2.0+git20161107
+ qpacketmodem_print at Base 1.2.0+git20161107
+ qpacketmodem_reset at Base 1.2.0+git20161107
+ qpilotgen_create at Base 1.2.0+git20161107
+ qpilotgen_destroy at Base 1.2.0+git20161107
+ qpilotgen_execute at Base 1.2.0+git20161107
+ qpilotgen_get_frame_len at Base 1.2.0+git20161107
+ qpilotgen_print at Base 1.2.0+git20161107
+ qpilotgen_recreate at Base 1.2.0+git20161107
+ qpilotgen_reset at Base 1.2.0+git20161107
+ qpilotsync_create at Base 1.2.0+git20161107
+ qpilotsync_destroy at Base 1.2.0+git20161107
+ qpilotsync_execute at Base 1.2.0+git20161107
+ qpilotsync_get_dphi at Base 1.2.0+git20161107
+ qpilotsync_get_frame_len at Base 1.2.0+git20161107
+ qpilotsync_get_gain at Base 1.2.0+git20161107
+ qpilotsync_get_phi at Base 1.2.0+git20161107
+ qpilotsync_print at Base 1.2.0+git20161107
+ qpilotsync_recreate at Base 1.2.0+git20161107
+ qpilotsync_reset at Base 1.2.0+git20161107
+ qsourcecf_create_modem at Base 1.2.0+git20161107
+ qsourcecf_create_noise at Base 1.2.0+git20161107
+ qsourcecf_create_tone at Base 1.2.0+git20161107
+ qsourcecf_destroy at Base 1.2.0+git20161107
+ qsourcecf_disable at Base 1.2.0+git20161107
+ qsourcecf_enable at Base 1.2.0+git20161107
+ qsourcecf_gen_sample at Base 1.2.0+git20161107
+ qsourcecf_print at Base 1.2.0+git20161107
+ qsourcecf_reset at Base 1.2.0+git20161107
+ qsourcecf_set_frequency at Base 1.2.0+git20161107
+ qsourcecf_set_gain at Base 1.2.0+git20161107
+ quantize_adc at Base 1.2.0+git20161107
+ quantize_dac at Base 1.2.0+git20161107
+ quantizercf_create at Base 1.2.0+git20161107
+ quantizercf_destroy at Base 1.2.0+git20161107
+ quantizercf_execute_adc at Base 1.2.0+git20161107
+ quantizercf_execute_dac at Base 1.2.0+git20161107
+ quantizercf_print at Base 1.2.0+git20161107
+ quantizerf_create at Base 1.2.0+git20161107
+ quantizerf_destroy at Base 1.2.0+git20161107
+ quantizerf_execute_adc at Base 1.2.0+git20161107
+ quantizerf_execute_dac at Base 1.2.0+git20161107
+ quantizerf_print at Base 1.2.0+git20161107
+ randexpf at Base 1.2.0+git20161107
+ randexpf_cdf at Base 1.2.0+git20161107
+ randexpf_pdf at Base 1.2.0+git20161107
+ randf at Base 1.2.0+git20161107
+ randf_cdf at Base 1.2.0+git20161107
+ randf_pdf at Base 1.2.0+git20161107
+ randgammaf at Base 1.2.0+git20161107
+ randgammaf_cdf at Base 1.2.0+git20161107
+ randgammaf_delta at Base 1.2.0+git20161107
+ randgammaf_pdf at Base 1.2.0+git20161107
+ randnakmf at Base 1.2.0+git20161107
+ randnakmf_cdf at Base 1.2.0+git20161107
+ randnakmf_pdf at Base 1.2.0+git20161107
+ randnf at Base 1.2.0+git20161107
+ randnf_cdf at Base 1.2.0+git20161107
+ randnf_pdf at Base 1.2.0+git20161107
+ randricekf at Base 1.2.0+git20161107
+ randricekf_cdf at Base 1.2.0+git20161107
+ randricekf_pdf at Base 1.2.0+git20161107
+ randweibf at Base 1.2.0+git20161107
+ randweibf_cdf at Base 1.2.0+git20161107
+ randweibf_pdf at Base 1.2.0+git20161107
+ resamp2_cccf_analyzer_execute at Base 1.2.0+git20161107
+ resamp2_cccf_clear at Base 1.2.0+git20161107
+ resamp2_cccf_create at Base 1.2.0+git20161107
+ resamp2_cccf_decim_execute at Base 1.2.0+git20161107
+ resamp2_cccf_destroy at Base 1.2.0+git20161107
+ resamp2_cccf_filter_execute at Base 1.2.0+git20161107
+ resamp2_cccf_get_delay at Base 1.2.0+git20161107
+ resamp2_cccf_interp_execute at Base 1.2.0+git20161107
+ resamp2_cccf_print at Base 1.2.0+git20161107
+ resamp2_cccf_recreate at Base 1.2.0+git20161107
+ resamp2_cccf_synthesizer_execute at Base 1.2.0+git20161107
+ resamp2_crcf_analyzer_execute at Base 1.2.0+git20161107
+ resamp2_crcf_clear at Base 1.2.0+git20161107
+ resamp2_crcf_create at Base 1.2.0+git20161107
+ resamp2_crcf_decim_execute at Base 1.2.0+git20161107
+ resamp2_crcf_destroy at Base 1.2.0+git20161107
+ resamp2_crcf_filter_execute at Base 1.2.0+git20161107
+ resamp2_crcf_get_delay at Base 1.2.0+git20161107
+ resamp2_crcf_interp_execute at Base 1.2.0+git20161107
+ resamp2_crcf_print at Base 1.2.0+git20161107
+ resamp2_crcf_recreate at Base 1.2.0+git20161107
+ resamp2_crcf_synthesizer_execute at Base 1.2.0+git20161107
+ resamp2_rrrf_analyzer_execute at Base 1.2.0+git20161107
+ resamp2_rrrf_clear at Base 1.2.0+git20161107
+ resamp2_rrrf_create at Base 1.2.0+git20161107
+ resamp2_rrrf_decim_execute at Base 1.2.0+git20161107
+ resamp2_rrrf_destroy at Base 1.2.0+git20161107
+ resamp2_rrrf_filter_execute at Base 1.2.0+git20161107
+ resamp2_rrrf_get_delay at Base 1.2.0+git20161107
+ resamp2_rrrf_interp_execute at Base 1.2.0+git20161107
+ resamp2_rrrf_print at Base 1.2.0+git20161107
+ resamp2_rrrf_recreate at Base 1.2.0+git20161107
+ resamp2_rrrf_synthesizer_execute at Base 1.2.0+git20161107
+ resamp_cccf_adjust_rate at Base 1.2.0+git20161107
+ resamp_cccf_create at Base 1.2.0+git20161107
+ resamp_cccf_create_default at Base 1.2.0+git20161107
+ resamp_cccf_destroy at Base 1.2.0+git20161107
+ resamp_cccf_execute at Base 1.2.0+git20161107
+ resamp_cccf_execute_block at Base 1.2.0+git20161107
+ resamp_cccf_get_delay at Base 1.2.0+git20161107
+ resamp_cccf_print at Base 1.2.0+git20161107
+ resamp_cccf_reset at Base 1.2.0+git20161107
+ resamp_cccf_set_rate at Base 1.2.0+git20161107
+ resamp_cccf_update_timing_state at Base 1.2.0+git20161107
+ resamp_crcf_adjust_rate at Base 1.2.0+git20161107
+ resamp_crcf_create at Base 1.2.0+git20161107
+ resamp_crcf_create_default at Base 1.2.0+git20161107
+ resamp_crcf_destroy at Base 1.2.0+git20161107
+ resamp_crcf_execute at Base 1.2.0+git20161107
+ resamp_crcf_execute_block at Base 1.2.0+git20161107
+ resamp_crcf_get_delay at Base 1.2.0+git20161107
+ resamp_crcf_print at Base 1.2.0+git20161107
+ resamp_crcf_reset at Base 1.2.0+git20161107
+ resamp_crcf_set_rate at Base 1.2.0+git20161107
+ resamp_crcf_update_timing_state at Base 1.2.0+git20161107
+ resamp_rrrf_adjust_rate at Base 1.2.0+git20161107
+ resamp_rrrf_create at Base 1.2.0+git20161107
+ resamp_rrrf_create_default at Base 1.2.0+git20161107
+ resamp_rrrf_destroy at Base 1.2.0+git20161107
+ resamp_rrrf_execute at Base 1.2.0+git20161107
+ resamp_rrrf_execute_block at Base 1.2.0+git20161107
+ resamp_rrrf_get_delay at Base 1.2.0+git20161107
+ resamp_rrrf_print at Base 1.2.0+git20161107
+ resamp_rrrf_reset at Base 1.2.0+git20161107
+ resamp_rrrf_set_rate at Base 1.2.0+git20161107
+ resamp_rrrf_update_timing_state at Base 1.2.0+git20161107
+ rkaiser_approximate_rho at Base 1.2.0+git20161107
+ scramble_data at Base 1.2.0+git20161107
+ secded2216_P at Base 1.2.0+git20161107
+ secded2216_syndrome_w1 at Base 1.2.0+git20161107
+ secded3932_P at Base 1.2.0+git20161107
+ secded3932_syndrome_w1 at Base 1.2.0+git20161107
+ secded7264_P at Base 1.2.0+git20161107
+ secded7264_syndrome_w1 at Base 1.2.0+git20161107
+ sincf at Base 1.2.0+git20161107
+ smatrix_indexsearch at Base 1.2.0+git20161107
+ smatrixb_clear at Base 1.2.0+git20161107
+ smatrixb_create at Base 1.2.0+git20161107
+ smatrixb_create_array at Base 1.2.0+git20161107
+ smatrixb_delete at Base 1.2.0+git20161107
+ smatrixb_destroy at Base 1.2.0+git20161107
+ smatrixb_eye at Base 1.2.0+git20161107
+ smatrixb_get at Base 1.2.0+git20161107
+ smatrixb_insert at Base 1.2.0+git20161107
+ smatrixb_isset at Base 1.2.0+git20161107
+ smatrixb_mul at Base 1.2.0+git20161107
+ smatrixb_mulf at Base 1.2.0+git20161107
+ smatrixb_print at Base 1.2.0+git20161107
+ smatrixb_print_expanded at Base 1.2.0+git20161107
+ smatrixb_reset at Base 1.2.0+git20161107
+ smatrixb_reset_max_mlist at Base 1.2.0+git20161107
+ smatrixb_reset_max_nlist at Base 1.2.0+git20161107
+ smatrixb_set at Base 1.2.0+git20161107
+ smatrixb_size at Base 1.2.0+git20161107
+ smatrixb_vmul at Base 1.2.0+git20161107
+ smatrixb_vmulf at Base 1.2.0+git20161107
+ smatrixf_clear at Base 1.2.0+git20161107
+ smatrixf_create at Base 1.2.0+git20161107
+ smatrixf_create_array at Base 1.2.0+git20161107
+ smatrixf_delete at Base 1.2.0+git20161107
+ smatrixf_destroy at Base 1.2.0+git20161107
+ smatrixf_eye at Base 1.2.0+git20161107
+ smatrixf_get at Base 1.2.0+git20161107
+ smatrixf_insert at Base 1.2.0+git20161107
+ smatrixf_isset at Base 1.2.0+git20161107
+ smatrixf_mul at Base 1.2.0+git20161107
+ smatrixf_print at Base 1.2.0+git20161107
+ smatrixf_print_expanded at Base 1.2.0+git20161107
+ smatrixf_reset at Base 1.2.0+git20161107
+ smatrixf_reset_max_mlist at Base 1.2.0+git20161107
+ smatrixf_reset_max_nlist at Base 1.2.0+git20161107
+ smatrixf_set at Base 1.2.0+git20161107
+ smatrixf_size at Base 1.2.0+git20161107
+ smatrixf_vmul at Base 1.2.0+git20161107
+ smatrixi_clear at Base 1.2.0+git20161107
+ smatrixi_create at Base 1.2.0+git20161107
+ smatrixi_create_array at Base 1.2.0+git20161107
+ smatrixi_delete at Base 1.2.0+git20161107
+ smatrixi_destroy at Base 1.2.0+git20161107
+ smatrixi_eye at Base 1.2.0+git20161107
+ smatrixi_get at Base 1.2.0+git20161107
+ smatrixi_insert at Base 1.2.0+git20161107
+ smatrixi_isset at Base 1.2.0+git20161107
+ smatrixi_mul at Base 1.2.0+git20161107
+ smatrixi_print at Base 1.2.0+git20161107
+ smatrixi_print_expanded at Base 1.2.0+git20161107
+ smatrixi_reset at Base 1.2.0+git20161107
+ smatrixi_reset_max_mlist at Base 1.2.0+git20161107
+ smatrixi_reset_max_nlist at Base 1.2.0+git20161107
+ smatrixi_set at Base 1.2.0+git20161107
+ smatrixi_size at Base 1.2.0+git20161107
+ smatrixi_vmul at Base 1.2.0+git20161107
+ spgramcf_create at Base 1.2.0+git20161107
+ spgramcf_create_default at Base 1.2.0+git20161107
+ spgramcf_destroy at Base 1.2.0+git20161107
+ spgramcf_estimate_psd at Base 1.2.0+git20161107
+ spgramcf_export_gnuplot at Base 1.2.0+git20161107
+ spgramcf_get_delay at Base 1.2.0+git20161107
+ spgramcf_get_nfft at Base 1.2.0+git20161107
+ spgramcf_get_num_samples at Base 1.2.0+git20161107
+ spgramcf_get_num_samples_total at Base 1.2.0+git20161107
+ spgramcf_get_num_transforms at Base 1.2.0+git20161107
+ spgramcf_get_num_transforms_total at Base 1.2.0+git20161107
+ spgramcf_get_psd at Base 1.2.0+git20161107
+ spgramcf_get_window_len at Base 1.2.0+git20161107
+ spgramcf_print at Base 1.2.0+git20161107
+ spgramcf_push at Base 1.2.0+git20161107
+ spgramcf_reset at Base 1.2.0+git20161107
+ spgramcf_set_alpha at Base 1.2.0+git20161107
+ spgramcf_step at Base 1.2.0+git20161107
+ spgramcf_write at Base 1.2.0+git20161107
+ spgramf_create at Base 1.2.0+git20161107
+ spgramf_create_default at Base 1.2.0+git20161107
+ spgramf_destroy at Base 1.2.0+git20161107
+ spgramf_estimate_psd at Base 1.2.0+git20161107
+ spgramf_export_gnuplot at Base 1.2.0+git20161107
+ spgramf_get_delay at Base 1.2.0+git20161107
+ spgramf_get_nfft at Base 1.2.0+git20161107
+ spgramf_get_num_samples at Base 1.2.0+git20161107
+ spgramf_get_num_samples_total at Base 1.2.0+git20161107
+ spgramf_get_num_transforms at Base 1.2.0+git20161107
+ spgramf_get_num_transforms_total at Base 1.2.0+git20161107
+ spgramf_get_psd at Base 1.2.0+git20161107
+ spgramf_get_window_len at Base 1.2.0+git20161107
+ spgramf_print at Base 1.2.0+git20161107
+ spgramf_push at Base 1.2.0+git20161107
+ spgramf_reset at Base 1.2.0+git20161107
+ spgramf_set_alpha at Base 1.2.0+git20161107
+ spgramf_step at Base 1.2.0+git20161107
+ spgramf_write at Base 1.2.0+git20161107
+ sumproduct_phi at Base 1.2.0+git20161107
+ symstreamcf_create at Base 1.2.0+git20161107
+ symstreamcf_create_linear at Base 1.2.0+git20161107
+ symstreamcf_destroy at Base 1.2.0+git20161107
+ symstreamcf_fill_buffer at Base 1.2.0+git20161107
+ symstreamcf_print at Base 1.2.0+git20161107
+ symstreamcf_reset at Base 1.2.0+git20161107
+ symstreamcf_write_samples at Base 1.2.0+git20161107
+ symsync_crcf_advance_internal_loop at Base 1.2.0+git20161107
+ symsync_crcf_create at Base 1.2.0+git20161107
+ symsync_crcf_create_kaiser at Base 1.2.0+git20161107
+ symsync_crcf_create_rnyquist at Base 1.2.0+git20161107
+ symsync_crcf_destroy at Base 1.2.0+git20161107
+ symsync_crcf_execute at Base 1.2.0+git20161107
+ symsync_crcf_get_tau at Base 1.2.0+git20161107
+ symsync_crcf_lock at Base 1.2.0+git20161107
+ symsync_crcf_output_debug_file at Base 1.2.0+git20161107
+ symsync_crcf_print at Base 1.2.0+git20161107
+ symsync_crcf_reset at Base 1.2.0+git20161107
+ symsync_crcf_set_lf_bw at Base 1.2.0+git20161107
+ symsync_crcf_set_output_rate at Base 1.2.0+git20161107
+ symsync_crcf_step at Base 1.2.0+git20161107
+ symsync_crcf_unlock at Base 1.2.0+git20161107
+ symsync_rrrf_advance_internal_loop at Base 1.2.0+git20161107
+ symsync_rrrf_create at Base 1.2.0+git20161107
+ symsync_rrrf_create_kaiser at Base 1.2.0+git20161107
+ symsync_rrrf_create_rnyquist at Base 1.2.0+git20161107
+ symsync_rrrf_destroy at Base 1.2.0+git20161107
+ symsync_rrrf_execute at Base 1.2.0+git20161107
+ symsync_rrrf_get_tau at Base 1.2.0+git20161107
+ symsync_rrrf_lock at Base 1.2.0+git20161107
+ symsync_rrrf_output_debug_file at Base 1.2.0+git20161107
+ symsync_rrrf_print at Base 1.2.0+git20161107
+ symsync_rrrf_reset at Base 1.2.0+git20161107
+ symsync_rrrf_set_lf_bw at Base 1.2.0+git20161107
+ symsync_rrrf_set_output_rate at Base 1.2.0+git20161107
+ symsync_rrrf_step at Base 1.2.0+git20161107
+ symsync_rrrf_unlock at Base 1.2.0+git20161107
+ symtrack_cccf_adjust_phase at Base 1.2.0+git20161107
+ symtrack_cccf_create at Base 1.2.0+git20161107
+ symtrack_cccf_create_default at Base 1.2.0+git20161107
+ symtrack_cccf_destroy at Base 1.2.0+git20161107
+ symtrack_cccf_execute at Base 1.2.0+git20161107
+ symtrack_cccf_execute_block at Base 1.2.0+git20161107
+ symtrack_cccf_print at Base 1.2.0+git20161107
+ symtrack_cccf_reset at Base 1.2.0+git20161107
+ symtrack_cccf_set_bandwidth at Base 1.2.0+git20161107
+ symtrack_cccf_set_modscheme at Base 1.2.0+git20161107
+ triangular at Base 1.2.0+git20161107
+ tvmpch_cccf_create at Base 1.2.0+git20161107
+ tvmpch_cccf_destroy at Base 1.2.0+git20161107
+ tvmpch_cccf_execute at Base 1.2.0+git20161107
+ tvmpch_cccf_execute_block at Base 1.2.0+git20161107
+ tvmpch_cccf_print at Base 1.2.0+git20161107
+ tvmpch_cccf_push at Base 1.2.0+git20161107
+ tvmpch_cccf_reset at Base 1.2.0+git20161107
+ unscramble_data at Base 1.2.0+git20161107
+ unscramble_data_soft at Base 1.2.0+git20161107
+ wdelaycf_clear at Base 1.2.0+git20161107
+ wdelaycf_create at Base 1.2.0+git20161107
+ wdelaycf_destroy at Base 1.2.0+git20161107
+ wdelaycf_print at Base 1.2.0+git20161107
+ wdelaycf_push at Base 1.2.0+git20161107
+ wdelaycf_read at Base 1.2.0+git20161107
+ wdelaycf_recreate at Base 1.2.0+git20161107
+ wdelayf_clear at Base 1.2.0+git20161107
+ wdelayf_create at Base 1.2.0+git20161107
+ wdelayf_destroy at Base 1.2.0+git20161107
+ wdelayf_print at Base 1.2.0+git20161107
+ wdelayf_push at Base 1.2.0+git20161107
+ wdelayf_read at Base 1.2.0+git20161107
+ wdelayf_recreate at Base 1.2.0+git20161107
+ windowcf_clear at Base 1.2.0+git20161107
+ windowcf_create at Base 1.2.0+git20161107
+ windowcf_debug_print at Base 1.2.0+git20161107
+ windowcf_destroy at Base 1.2.0+git20161107
+ windowcf_index at Base 1.2.0+git20161107
+ windowcf_print at Base 1.2.0+git20161107
+ windowcf_push at Base 1.2.0+git20161107
+ windowcf_read at Base 1.2.0+git20161107
+ windowcf_recreate at Base 1.2.0+git20161107
+ windowcf_write at Base 1.2.0+git20161107
+ windowf_clear at Base 1.2.0+git20161107
+ windowf_create at Base 1.2.0+git20161107
+ windowf_debug_print at Base 1.2.0+git20161107
+ windowf_destroy at Base 1.2.0+git20161107
+ windowf_index at Base 1.2.0+git20161107
+ windowf_print at Base 1.2.0+git20161107
+ windowf_push at Base 1.2.0+git20161107
+ windowf_read at Base 1.2.0+git20161107
+ windowf_recreate at Base 1.2.0+git20161107
+ windowf_write at Base 1.2.0+git20161107
diff --git a/debian/patches/define-soname b/debian/patches/define-soname
new file mode 100644
index 0000000..5ce8ad6
--- /dev/null
+++ b/debian/patches/define-soname
@@ -0,0 +1,37 @@
+Description: Add versioned soname to library
+ Upstream has no versioned soname yet, so this patch adds a Debian
+ specific soname version until something is added upstream.
+Author: Andreas Bombe <aeb at debian.org>
+Last-Update: 2016-12-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/makefile.in
++++ b/makefile.in
+@@ -1166,7 +1166,7 @@
+ $(CC) -dynamiclib -install_name $@ -o $@ $^ $(LDFLAGS)
+
+ # linux, et al
+-libliquid.so: libliquid.a
++$(SHARED_LIB): libliquid.a
+ $(CC) $(CFLAGS) $(LDFLAGS) -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive $(LIBS)
+
+ all: libliquid.a $(SHARED_LIB)
+@@ -1190,6 +1190,7 @@
+ mkdir -p $(DESTDIR)$(exec_prefix)$(libdir)
+ mkdir -p $(DESTDIR)$(prefix)/include/liquid
+ install -m 644 -p $(SHARED_LIB) libliquid.a $(DESTDIR)$(exec_prefix)$(libdir)
++ ln -s $(SHARED_LIB) $(DESTDIR)$(exec_prefix)$(libdir)/libliquid.so
+ install -m 644 -p $(addprefix include/,$(headers_install)) $(DESTDIR)$(prefix)/include/liquid
+ @echo ""
+ @echo "---------------------------------------------------------"
+--- a/configure.ac
++++ b/configure.ac
+@@ -226,7 +226,7 @@
+ REBIND=""
+ ;;
+ *)
+- SH_LIB=libliquid.so
++ SH_LIB=libliquid.so.0d
+ REBIND=ldconfig
+ ;;
+ esac
diff --git a/debian/patches/fix-makefile b/debian/patches/fix-makefile
new file mode 100644
index 0000000..002b5b8
--- /dev/null
+++ b/debian/patches/fix-makefile
@@ -0,0 +1,155 @@
+Description: Fix overloading of LDFLAGS and CFLAGS in makefile.in
+ The makefile.in used the variable LDFLAGS for both flags and libraries
+ to link. This will create problems as many flags need to appear before
+ the object files while the libraries to link need to appear after. A
+ similar problem stems from using CFLAGS for both include path
+ specifications and regular C compiler flags, as the CFLAGS are needed
+ for proper linking.
+ .
+ This patch splits LDFLAGS into LDFLAGS for flags only and LIBS for libs
+ only and splits CFLAGS into CFLAGS for compiler flags only and CPPFLAGS
+ for include path specifications only. Linking now changes LDFLAGS to
+ LIBS and adds CFLAGS and LDFLAGS at the beginning of the command. The
+ previously ignored @CPPFLAGS@ autoconf value is now also included in
+ CPPFLAGS.
+Author: Andreas Bombe <aeb at debian.org>
+Last-Update: 2016-12-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/makefile.in
++++ b/makefile.in
+@@ -63,11 +63,13 @@
+ RANLIB := ranlib
+
+ # flags
+-INCLUDE_CFLAGS = $(addprefix -I ,$(include_dirs))
++INCLUDE_CFLAGS = $(addprefix -I,$(include_dirs))
+ CONFIG_CFLAGS = @CFLAGS@ @DEBUG_OPTION@ @ARCH_OPTION@
+ # -g : debugging info
+-CFLAGS += $(INCLUDE_CFLAGS) -Wall -fPIC $(CONFIG_CFLAGS)
+-LDFLAGS += @LDFLAGS@ @LIBS@
++CPPFLAGS = @CPPFLAGS@ $(INCLUDE_CFLAGS)
++CFLAGS = $(CONFIG_CFLAGS) -Wall -fPIC
++LDFLAGS = @LDFLAGS@
++LIBS = @LIBS@
+ ARFLAGS = r
+ PATHSEP = /
+
+@@ -1165,7 +1167,7 @@
+
+ # linux, et al
+ libliquid.so: libliquid.a
+- $(CC) -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive $(LDFLAGS)
++ $(CC) $(CFLAGS) $(LDFLAGS) -shared -Xlinker -soname=$@ -o $@ -Wl,-whole-archive $^ -Wl,-no-whole-archive $(LIBS)
+
+ all: libliquid.a $(SHARED_LIB)
+
+@@ -1221,10 +1223,10 @@
+ autoscript : scripts/autoscript
+
+ scripts/autoscript.o scripts/main.o : %.o : %.c
+- $(CC) $(CFLAGS) -c -o $@ $<
++ $(CC) $(CPPFLAGS) $(CFLAGS) -c -o $@ $<
+
+ scripts/autoscript : scripts/autoscript.o scripts/main.o
+- $(CC) $(CFLAGS) -o $@ $^ $(LDFLAGS)
++ $(CC) $(CFLAGS) $(LDFLAGS) -o $@ $^ $(LIBS)
+
+ clean-autoscript :
+ $(RM) scripts/autoscript.o scripts/main.o scripts/autoscript
+@@ -1250,23 +1252,23 @@
+ # the '-x c' flag
+ autotest_obj = $(patsubst %.c,%.o,$(autotest_sources))
+ $(autotest_obj) : %.o : %.c $(include_headers)
+- $(CC) $(CFLAGS) $< -c -o $@
++ $(CC) $(CPPFLAGS) $(CFLAGS) $< -c -o $@
+
+ # additional autotest objects
+ $(autotest_extra_obj) : %.o : %.c $(include_headers)
+
+ # compile the autotest internal library functions without linking
+ autotest/autotestlib.o : autotest/autotestlib.c autotest/autotest.h
+- $(CC) $(CFLAGS) $< -c -o $@
++ $(CC) $(CPPFLAGS) $(CFLAGS) $< -c -o $@
+
+ # compile the autotest program without linking
+ $(autotest_prog).o : autotest/autotest.c autotest/autotest.h autotest_include.h
+- $(CC) $(CFLAGS) $< -c -o $@
++ $(CC) $(CPPFLAGS) $(CFLAGS) $< -c -o $@
+
+ # link the autotest program with the objects
+ # NOTE: linked libraries must come _after_ the target program
+ $(autotest_prog): $(autotest_prog).o $(autotest_obj) $(autotest_extra_obj) autotest/autotestlib.o libliquid.a
+- $(CC) $^ -o $@ $(LDFLAGS)
++ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS)
+
+ # run the autotest program
+ check: $(autotest_prog)
+@@ -1291,8 +1293,10 @@
+ # on the target platform.
+ .PHONY: bench
+ bench_prog = benchmark
+-BENCH_CFLAGS = -Wall $(INCLUDE_CFLAGS) $(CONFIG_CFLAGS)
++BENCH_CPPFLAGS = $(CONFIG_CPPFLAGS)
++BENCH_CFLAGS = -Wall $(CONFIG_CFLAGS)
+ BENCH_LDFLAGS = $(LDFLAGS)
++BENCH_LIBS = $(LIBS)
+
+ # run the benchmark generator script to create benchmark_include.h
+ benchmark_include.h : scripts/autoscript $(benchmark_sources) $(include_headers)
+@@ -1304,19 +1308,19 @@
+ # the '-x c' flag
+ benchmark_obj = $(patsubst %.c,%.o,$(benchmark_sources))
+ $(benchmark_obj) : %.o : %.c $(include_headers)
+- $(CC) $(BENCH_CFLAGS) $< -c -o $@
++ $(CC) $(BENCH_CPPFLAGS) $(BENCH_CFLAGS) $< -c -o $@
+
+ # additional benchmark objects
+ $(benchmark_extra_obj) : %.o : %.c $(include_headers)
+
+ # compile the benchmark program without linking
+ $(bench_prog).o: bench/bench.c benchmark_include.h bench/bench.c
+- $(CC) $(BENCH_CFLAGS) $< -c -o $(bench_prog).o
++ $(CC) $(BENCH_CPPFLAGS) $(BENCH_CFLAGS) $< -c -o $(bench_prog).o
+
+ # link the benchmark program with the library objects
+ # NOTE: linked libraries must come _after_ the target program
+ $(bench_prog): $(bench_prog).o $(benchmark_obj) $(benchmark_extra_obj) libliquid.a
+- $(CC) $^ -o $(bench_prog) $(BENCH_LDFLAGS)
++ $(CC) $(BENCH_CFLAGS) $(BENCH_LDFLAGS) $^ -o $(bench_prog) $(BENCH_LIBS)
+
+ # run the benchmark program
+ bench: $(bench_prog)
+@@ -1324,14 +1328,14 @@
+
+ # benchmark compare script
+ scripts/benchmark_compare : % : %.c
+- $(CC) $(CFLAGS) -o $@ $< $(LDFLAGS)
++ $(CC) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ $< $(LIBS)
+
+ # fftbench program
+ bench/fftbench.o : %.o : %.c
+- $(CC) $(BENCH_CFLAGS) $< -c -o $@
++ $(CC) $(BENCH_CPPFLAGS) $(BENCH_CFLAGS) $< -c -o $@
+
+ bench/fftbench : % : %.o libliquid.a
+- $(CC) $^ -o $@ $(BENCH_LDFLAGS)
++ $(CC) $(BENCH_CFLAGS) $(BENCH_LDFLAGS) $^ -o $@ $(BENCH_LIBS)
+
+ # clean up the generated files
+ clean-bench:
+@@ -1481,13 +1485,11 @@
+ example_objects = $(patsubst %,%.o,$(example_programs))
+ examples: $(example_programs)
+
+-EXAMPLES_LDFLAGS = $(LDFLAGS)
+-
+ # NOTE: linked libraries must come _after_ the target program
+ $(example_objects): %.o : %.c
+
+ $(example_programs): % : %.o libliquid.a
+- $(CC) $(CFLAGS) $^ -o $@ $(LDFLAGS)
++ $(CC) $(CFLAGS) $(LDFLAGS) $^ -o $@ $(LIBS)
+
+ # clean examples
+ clean-examples:
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..517f12a
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+fix-makefile
+define-soname
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..88315da
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
+%:
+ dh ${@}
+
+override_dh_auto_configure:
+ dh_auto_configure -- --enable-simdoverride
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/liquid-dsp.git
More information about the pkg-hamradio-commits
mailing list