summaryrefslogtreecommitdiff
path: root/gr-analog/lib
Commit message (Collapse)AuthorAgeFilesLines
* analog: add analog dependencies to testJosh Blum2012-11-141-0/+2
|
* Fix infinite recursion/loop when sincos is presentJohnathan Corgan2012-11-021-1/+1
| | | | (This was introduced by d9a292ac)
* fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens2012-11-012-0/+12
|
* fix gr-analog to detect and compile 'sincos(f)' correctlyMichael L Dickens2012-11-011-0/+0
|
* analog: adding quadrature_demod_cf to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+124
|
* analog: adding rail_ff block to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+149
|
* analog: adding pwr_squelch blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-315-0/+304
|
* analog: adding simple_squelch block to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+166
|
* analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau2012-10-313-0/+324
|
* analog: adding rotator to gr-analog with QA.Tom Rondeau2012-10-304-0/+129
|
* analog: adding sincos functions to gr-analog.Tom Rondeau2012-10-307-0/+359
| | | | Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
* analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-307-0/+459
|
* analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-307-0/+845
|
* analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau2012-10-303-0/+129
|
* analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau2012-10-253-1/+175
|
* analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau2012-10-253-0/+135
|
* analog: added fmdet block to gr-analog.Tom Rondeau2012-10-233-0/+192
|
* analog: adding dpll_bb to gr-analog.Tom Rondeau2012-10-223-0/+157
|
* analog: added cpfsk to gr-analog.Tom Rondeau2012-10-223-0/+141
|
* analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau2012-10-2111-0/+655
|
* analog: adding complex squelch base class.Tom Rondeau2012-10-212-0/+205
|
* analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau2012-10-205-0/+419
| | | | This addresses the issues of inheriting from both gr_block and another block (squelch_base_ff, in this case).
* analog: adding gr-analog component with.Tom Rondeau2012-09-232-0/+340