summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio/blks2impl
Commit message (Collapse)AuthorAgeFilesLines
* blocks: removes blocks moved to gr-blocks from gnuradio-core.Tom Rondeau2012-12-216-531/+0
| | | | Also fixes up some other missing moves.
* analog: removing PLL blocks. Also moved blks2impl files that used PLLs to ↵Tom Rondeau2012-11-0111-1133/+0
| | | | | | gr-analog. This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
* Examples: Fixed minor bugs in examples and blks2impl from namespace changes.Ben Reynwar2012-09-043-9/+9
|
* Merge remote branch 'reynwar/comments_next' into nextJohnathan Corgan2012-08-2812-104/+86
|\ | | | | | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h gr-digital/python/bpsk.py gr-digital/python/qpsk.py
| * docs: Changed arguments in python docstrings to new formatting style.Ben Reynwar2012-08-1413-116/+110
| |
* | filter: fixing PFB GRC blocks.Tom Rondeau2012-08-224-340/+0
| | | | | | | | Removing from grc dir and using Python-wrapper blocks for GRC components in gr-filter. Updated Python wrapper to take an empty tuple (generated by GRC when no input for a vector type) to auto-generate the taps for the PFBs.
* | core: fixing location of some components for the new hierarchy.Tom Rondeau2012-08-222-156/+0
| | | | | | | | ctest and digital examples working again.
* | core: fix missing update from dc172e5dJohnathan Corgan2012-06-241-6/+1
| |
* | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-231-26/+0
|/ | | | | | | | | | | | | | | | | | | * This commit removes all the blocks from src/lib/filter and src/lib/hier, but leaves a couple stray files in src/lib/filter that won't be removed until gr-analog is done * The relevant QA code has been removed and the gnuradio-core directory passes QA * The effect on Python files in src/python/* has not been fully accounted for * Several top-level components outside gnuradio-core use header files, blocks, or utility functions that have moved to gr-digital. These have not been updated yet. * Similarly, impact on python example files in other components as not yet been accounted for.
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-1317-174/+173
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'synth' into nextTom Rondeau2012-02-281-14/+8
|\
| * core: pfb channelizer: can now set a channel map to direct the channels to a ↵Tom Rondeau2012-02-281-14/+8
| | | | | | | | | | | | specific output stream. Now, not all output channels must be connected; can connect M of N channels (M <= N) and use the channel_map to set which channel from the original wideband signal go to which output streams.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-57/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* usrp: these guys shouldn't still be here...Tom Rondeau2011-10-242-239/+0
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-193-11/+6
|\
| * Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. ↵Tom Rondeau2011-10-191-1/+0
| | | | | | | | Also removes related M4 and dependency requirements for USRP-related libs.
| * uhd: updating examples to use args and better default for all UHD examples; ↵Tom Rondeau2011-10-192-10/+6
| | | | | | | | also fixed the wfm_rcv blocks to use new PLL constructor.
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1710-1118/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_dc_blocker_cc.h gnuradio-core/src/lib/filter/gr_dc_blocker_ff.h gnuradio-core/src/lib/general/gr_ofdm_demapper_vcb.h gr-digital/include/digital_ofdm_cyclic_prefixer.h gr-digital/include/digital_ofdm_frame_acquisition.h gr-digital/include/digital_ofdm_frame_sink.h gr-digital/include/digital_ofdm_insert_preamble.h gr-digital/include/digital_ofdm_mapper_bcv.h gr-digital/include/digital_ofdm_sampler.h
| * digital: removed psk and qam from gnuradio-core; unnecessary now.Tom Rondeau2011-10-123-209/+0
| |
| * digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau2011-10-127-901/+0
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into digitalJosh Blum2011-10-083-56/+135
|\|
| * uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau2011-10-071-1/+1
| |
| * Merge branch 'next' into digitalTom Rondeau2011-10-062-55/+134
| |\
| | * Formatting and normalizing freq limits.Tom Rondeau2011-10-061-55/+81
| | |
| | * Added FFF version of pfb_arb_resampler to Python hier block (where only the ↵Tom Rondeau2011-10-061-0/+53
| | | | | | | | | | | | rate is required).
| * | Merge branch 'next' into digitalTom Rondeau2011-09-262-36/+47
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py
* | | Merge branch 'next' into digitalJosh Blum2011-09-281-4/+4
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py
| * \ \ Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-09-121-4/+4
| |\ \ \ | | | |/ | | |/|
| | * | logpwrfft.py -- need to average the square, not square the average. Then do ↵Matt Ettus2011-09-071-4/+4
| | | | | | | | | | | | | | | | proper scaling (no more 3dB kludge).
* | | | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-07-2814-3398/+0
|\ \ \ \ | |/ / / |/| | / | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_cma_equalizer_cc.h gnuradio-core/src/lib/general/gr_constellation_decoder_cb.h gnuradio-core/src/lib/general/gr_costas_loop_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_cc.h gnuradio-core/src/lib/general/gr_lms_dfe_ff.h gr-digital/lib/Makefile.am gr-digital/lib/digital_binary_slicer_fb.h gr-digital/lib/digital_clock_recovery_mm_cc.h gr-digital/lib/digital_clock_recovery_mm_ff.h gr-digital/lib/digital_correlate_access_code_bb.h gr-digital/lib/digital_crc32.h gr-digital/lib/digital_mpsk_receiver_cc.h gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py
| * | digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau2011-07-247-1273/+0
| | |
| * | digital: removed references to modulators that were moved to gr-digital.Tom Rondeau2011-07-191-6/+0
| | |
| * | digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA ↵Tom Rondeau2011-07-196-2127/+0
| | | | | | | | | | | | code. Removed constellation_decoder and everything that dependedon it. Must switch everything to digital_constellation_decoder now. Also moved gmsk to gr-digital. Make check passes.
* | | gr: squashed cmakelists.txt into one commitJosh Blum2011-07-201-0/+66
| | |
* | | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵Tom Rondeau2011-07-172-60/+51
|/ / | | | | | | to master. Moved new versions under gr-digital.
* | fixing buildTom Rondeau2011-07-126-0/+952
| |
* | Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-116-924/+0
| |
* | Updated copyright notice dates.Ben Reynwar2011-02-275-5/+5
| |
* | Fixing bugs in qam.py.Ben Reynwar2011-02-131-9/+7
| |
* | Changed constellation objects so that codings besides gray code can be used.Ben Reynwar2011-02-093-36/+62
| |
* | Forgot to add qpsk.py in last commit.Ben Reynwar2011-02-011-0/+79
| |
* | Added QPSK constellation object.Ben Reynwar2011-01-312-3/+4
| |
* | Tidied qam.pyBen Reynwar2011-01-311-2/+0
| |
* | Added BPSK constellation object.Ben Reynwar2011-01-312-0/+99
| |
* | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar2011-01-301-2/+2
| |
* | Modified python level OFDM to use constellation object.Ben Reynwar2011-01-301-43/+32
| |
* | Merged upstream from nextBen Reynwar2011-01-304-15/+95
|\|
| * Merge branch 'master' into nextTom Rondeau2010-12-284-13/+88
| |\ | | | | | | | | | | | | | | | | | | | | | | | | * master: Under extreme circumstances, optfir might never produce an answer (atten>300), so this puts in a check on the ripple; if it gets too large, stop trying. Allowing PFB interpolator to be called without specifying the taps; autogen taps inside hierblock. Allowing PFB decimator to be called without specifying the taps; autogen taps inside hierblock. PFB channelizer can be specified without external taps. Uses optfir to generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired. Updating the arb. resampler to use the optfir filter that provides better specificatiion of stopband atten.
| | * Under extreme circumstances, optfir might never produce an answer ↵Tom Rondeau2010-12-284-1/+17
| | | | | | | | | | | | (atten>300), so this puts in a check on the ripple; if it gets too large, stop trying.