summaryrefslogtreecommitdiff
path: root/gr-analog
Commit message (Collapse)AuthorAgeFilesLines
* build: cleaned up some warnings.Tom Rondeau2012-12-031-5/+5
|
* analog: add analog dependencies to testJosh Blum2012-11-142-1/+3
|
* gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocksJohnathan Corgan2012-11-141-9/+9
|
* analog: fixed include guard typoNicholas Corgan2012-11-121-2/+2
|
* analog: adding probe_avg_mag_sqrd GRC block.Tom Rondeau2012-11-052-0/+54
|
* analog: not all classes export symbolsNicholas Corgan2012-11-022-2/+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-013-8/+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-319-0/+272
|
* analog: adding rail_ff block to gr-analog with QA and GRC.Tom Rondeau2012-10-319-0/+341
|
* analog: adding pwr_squelch blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-3115-5/+660
|
* analog: adding simple_squelch block to gr-analog with QA and GRC.Tom Rondeau2012-10-319-0/+335
|
* analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau2012-10-3110-0/+721
|
* analog: adding rotator to gr-analog with QA.Tom Rondeau2012-10-306-0/+193
|
* analog: adding sincos functions to gr-analog.Tom Rondeau2012-10-308-0/+405
| | | | Adds QA test in C++ for sincos and the structure for running CppUnit tests in gr-analog.
* Revert "core: adding int32_t and uint32_t types to swig."Tom Rondeau2012-10-301-0/+3
| | | | | | This reverts commit 4c2330d08927e6436652c1cd3f651633b6b9e2d1. Instead, using stdint.i in analog_swig.i for the data type.
* analog: executable flag for python QA codes.Tom Rondeau2012-10-306-0/+0
|
* analog: export lfsr class to Python and adding QA code for it.Tom Rondeau2012-10-302-0/+51
|
* analog: moving LFSR code into gr-analog.Tom Rondeau2012-10-301-0/+162
|
* analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-3013-0/+774
|
* analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-3019-0/+1689
|
* analog: fixing noise source in GRC.Tom Rondeau2012-10-302-8/+12
|
* analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau2012-10-309-1/+282
|
* analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau2012-10-259-2/+423
|
* analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau2012-10-259-1/+276
|
* analog: added fmdet block to gr-analog.Tom Rondeau2012-10-237-0/+346
|
* analog: adding GRC blocks for:Tom Rondeau2012-10-227-1/+325
| | | | | | | | | - AGC - AGC2 - Feedforward AGC - CPFSK - CTCSS squelch - DPLL
* analog: adding dpll_bb to gr-analog.Tom Rondeau2012-10-227-0/+296
|
* analog: added cpfsk to gr-analog.Tom Rondeau2012-10-227-1/+272
|
* analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau2012-10-2121-1/+1774
|
* analog: adding complex squelch base class.Tom Rondeau2012-10-213-0/+261
|
* analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau2012-10-2010-1/+661
| | | | 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-2318-0/+972