summaryrefslogtreecommitdiff
path: root/gr-analog/python
Commit message (Collapse)AuthorAgeFilesLines
* analog: updated AGC loops to have same interface; can init gain, max_gain ↵Tom Rondeau2013-05-231-9/+9
| | | | defaults to 2e16, reset using set_max_gain.
* analog: fixing agc3 for new 3.7 style/structure. Added QA.Tom Rondeau2013-05-231-0/+37
|
* blocks: removed plateau from gr-analog; now in gr-blocks.Tom Rondeau2013-03-181-47/+0
|
* blocks: converting references to vector source/sink, null source/sink, nop, ↵Tom Rondeau2013-03-1720-89/+108
| | | | copy, head, skiphead, vector_map, and annotator blocks to use gr-blocks.
* Merge branch 'ofdm-master' into ofdm-nextJohnathan Corgan2013-03-152-0/+47
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added fixups for next branch changes Conflicts: CMakeLists.txt gnuradio-core/src/lib/io/gr_message_sink.cc gnuradio-core/src/lib/io/gr_message_sink.h gnuradio-core/src/lib/io/gr_message_sink.i gnuradio-core/src/lib/io/gr_message_source.cc gnuradio-core/src/lib/io/gr_message_source.h gnuradio-core/src/lib/io/gr_message_source.i gr-blocks/CMakeLists.txt gr-digital/CMakeLists.txt gr-digital/grc/digital_block_tree.xml gr-digital/include/digital/CMakeLists.txt gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/lib/CMakeLists.txt gr-digital/lib/digital_ofdm_cyclic_prefixer.cc gr-digital/lib/ofdm_cyclic_prefixer_impl.h gr-digital/python/CMakeLists.txt gr-digital/swig/CMakeLists.txt gr-digital/swig/digital_swig.i
| * analog: minor cleanup for added blockJohnathan Corgan2013-03-151-1/+1
| |
| * Squash/rebased martin/ofdm-master onto trial merge branchMartin Braun2013-03-152-0/+47
| | | | | | | | | | Conflicts: gr-blocks/include/blocks/CMakeLists.txt
* | blocks: removing file_sink/source file_descriptor_sink/source form core and ↵Tom Rondeau2013-03-101-25/+4
| | | | | | | | moved all refs to gr-blocks.
* | core: removed all complex_to_<type> blocks from core; using gr-blocks.Tom Rondeau2013-03-063-3/+3
| |
* | blocks: removing throttle, threshold, stretch from gnuradio-core.Tom Rondeau2013-02-241-1/+1
| |
* | uhd: fixing incorrect module names for UHD examples.Tom Rondeau2013-02-191-1/+2
| |
* | analog: adding public header and QA code for fastnoise_source.Tom Rondeau2013-02-061-0/+52
| |
* | blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-214-22/+28
| | | | | | | | Also fixes up some other missing moves.
* | Merge branch 'master' into nextJohnathan Corgan2012-11-141-9/+9
|\| | | | | | | | | | | | | | | | | Conflicts: gr-atsc/src/lib/CMakeLists.txt gr-digital/python/CMakeLists.txt gr-trellis/src/python/CMakeLists.txt gr-vocoder/python/CMakeLists.txt gr-wavelet/python/CMakeLists.txt
| * analog: add analog dependencies to testJosh Blum2012-11-141-1/+1
| |
| * gr: apply pattern for g37f7522 and gc4c0ce9 to gr-analog and gr-blocksJohnathan Corgan2012-11-141-9/+9
| |
* | analog: moved lfsr from gr-analog to gr-digital where it is used.Tom Rondeau2012-11-101-49/+0
| |
* | analog: Removing reference to gr.sig_source_X and gr.noise_source_X where ↵Tom Rondeau2012-11-065-14/+14
| | | | | | | | | | | | | | | | possible. Passing make and make test. Examples and apps need testing. gr-filter relies on sig_source and noise_source, so can't remove them from core.
* | analog: Removing all squelch blocks from gnuradio-core.Tom Rondeau2012-11-061-2/+2
| | | | | | | | Also updating some Python blocks and examples to properly pull from filter and analog.
* | analog: fixing Python files to install and be usable as part of gr-analog.Tom Rondeau2012-11-067-12/+44
| |
* | analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-0112-0/+1152
|/ | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
* analog: adding quadrature_demod_cf to gr-analog with QA and GRC.Tom Rondeau2012-10-311-0/+63
|
* analog: adding rail_ff block to gr-analog with QA and GRC.Tom Rondeau2012-10-311-0/+79
|
* analog: adding pwr_squelch blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-313-3/+130
|
* analog: adding simple_squelch block to gr-analog with QA and GRC.Tom Rondeau2012-10-311-0/+70
|
* analog: adding sig_source to gr-analog with QA and GRC.Tom Rondeau2012-10-311-0/+160
|
* 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-301-0/+49
|
* analog: adding probe_avg_mag_sqrd blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-301-0/+98
|
* analog: added PLL blocks to gr-analog with QA and GRC.Tom Rondeau2012-10-303-0/+475
|
* analog: adding phase_modulator_fc to gr-analog with QA and GRC.Tom Rondeau2012-10-301-0/+58
|
* analog: adding noise_source to gr-analog with GRC and QA.Tom Rondeau2012-10-251-0/+52
|
* analog: adding frequency_modulator_fc to gr-analog, with QA and GRC.Tom Rondeau2012-10-251-0/+56
|
* analog: added fmdet block to gr-analog.Tom Rondeau2012-10-231-0/+80
|
* analog: adding dpll_bb to gr-analog.Tom Rondeau2012-10-221-0/+76
|
* analog: added cpfsk to gr-analog.Tom Rondeau2012-10-221-0/+68
|
* analog: implemented all AGC classes in gr-analog with QA code.Tom Rondeau2012-10-211-0/+495
|
* analog: adding squelch_base_ff and ctcss_squelch_ff to analog.Tom Rondeau2012-10-201-0/+110
| | | | 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/+78