summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-074-455/+1
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'master' into nextJohnathan Corgan2012-07-074-455/+1
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt
| | * | | | | | | | Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan2012-07-074-455/+1
| | | |_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
* | | | | | | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-07-034-1/+455
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/swig/CMakeLists.txt
| * | | | | | | | Merge branch 'master' into nextJohnathan Corgan2012-07-014-1/+455
| |\| | | | | | | | | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt
| | * | | | | | Merge remote branch 'jblum-github/python_blocks2' into masterJohnathan Corgan2012-07-014-1/+455
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i
| | | * | | | | python-blocks: replace assertItemsEqual with assertEqualJosh Blum2012-04-271-6/+6
| | | | | | | |
| | | * | | | | this is squashed python blocks supportJosh Blum2012-04-174-1/+455
| | | | | | | |
* | | | | | | | core: fix missing update from dc172e5dJohnathan Corgan2012-06-241-6/+1
| | | | | | | |
* | | | | | | | Merge branch 'next' into wip/filter-rm-nextJohnathan Corgan2012-06-231-0/+43
|\| | | | | | |
| * | | | | | | Merge branch 'master' into nextTom Rondeau2012-06-231-0/+43
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i
| | * | | | | | core: adds a tag debug sink to display all tags coming into it.Tom Rondeau2012-06-221-0/+43
| | | |_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | This block is meant to help debug applications that use stream tags.
* | / | | | | core: wip, first pass to remove filter/hier blocks after migration to gr-filterJohnathan Corgan2012-06-2311-1409/+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.
* | | | | | Merge branch 'master' into nextJohnathan Corgan2012-06-201-1/+33
|\| | | | |
| * | | | | Merge branch 'gr_filter'Johnathan Corgan2012-06-201-1/+33
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | filter: adding freq_xlating_filter.Tom Rondeau2012-06-161-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Includes QA and GRC. Update to build_utils adds a FIR_TYPE for the type of filter and CFIR_TYPE for the type of filter where the taps are always complex (needed for freq_xlating_filter).
| | * | | | filter: Reworking filter to have a set of basic implementation classes for ↵Tom Rondeau2012-05-021-1/+31
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | filters of different kinds. The GR blocks are templated now and call from fir_filters for the volk-specific implemenation. Note the modification to build_utils.py to accomodate these changes.
* | | | | Merge branch 'master' into nextTom Rondeau2012-06-102-0/+125
|\| | | |
| * | | | Merge branch 'master-mods'maint-3.6.0Tom Rondeau2012-06-102-0/+125
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | gr_unpack_k_bits:Tim O'Shea2012-06-102-0/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added python QA code reversed bit ordering to match gr_pack_k_bits gr_keep_m_in_n: added python QA code switched block to operate on individual items as itemsize instead of vectors updated GRC to match
* | | | | Merge branch 'wip/digital-rm-next' into nextJohnathan Corgan2012-06-086-419/+0
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/CMakeLists.txt gnuradio-core/src/lib/general/general.i grc/blocks/block_tree.xml
| * | | | core: removed gr_simple_framer after move to gr-digitalJohnathan Corgan2012-06-081-60/+0
| | | | |
| * | | | core: removed gr_diff_phasor_cc after move to gr-digitalJohnathan Corgan2012-06-081-50/+0
| | | | |
| * | | | core: remove gr_diff_encoder and gr_diff_decoder after move to gr-digitalJohnathan Corgan2012-06-071-86/+0
| | | | |
| * | | | core: removed gr_glfsr* and gr_pn_correlator after transition to gr-digitalJohnathan Corgan2012-05-042-144/+0
| | | | |
| * | | | core: removed gr_bytes_to_syms after transition to gr-digitalJohnathan Corgan2012-05-031-18/+3
| | | | |
| * | | | core: removed gr_additive_scrambler after transition to gr-digitalJohnathan Corgan2012-05-031-64/+0
| | | | |
* | | | | fixed copyright dates.Tom Rondeau2012-06-071-1/+1
| |/ / / |/| | |
* | | | Block Modifications:Tim O'Shea2012-06-061-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | digital.mpsk_receiver_cc: Set reasonable default parameter values for GRC definition digital.ofdm_insert_preamble: Expose enter_preamble() as public, to allow external state changes Cleanup of incorrect forecast behavior Make the flag port optional, incase external preamble triggers are preferred to in-band gr_vector_source: added set_data( data ) and rewind() public methods gr_head: added set_length(int) method to modify head length New Blocks Added: gr_keep_m_in_n: Allows periodic extraction of M items instead of 1 (in keep_1_in_n) gr_pack_k_bits: Complementary block fo gr_unpack_k_bits gr_vector_insert_x: Complement to the gr_head block, inserts a vector into a stream then becomes a pass through
* | | | core: minor formatting changes to vector_map for style consistency.Tom Rondeau2012-05-211-3/+5
| | | |
* | | | gr: Added vector_map block.Ben Reynwar2012-05-171-0/+103
|/ / /
* / / digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau2012-04-241-2/+2
|/ /
* / Various fixes for using Python 2.5.Tom Rondeau2012-04-231-2/+2
|/
* Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-13112-1187/+1186
| | | | | | this in the future. The sed script was provided by Moritz Fischer.
* Merge branch 'master' into nextJohnathan Corgan2012-04-071-1/+1
|\
| * Merge branch 'wfm_tx_work'Johnathan Corgan2012-04-071-1/+1
| |\
| | * core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan2012-04-071-1/+1
| | |
* | | wavelet: move wavelet blocks to new top-level componentJohnathan Corgan2012-04-011-181/+0
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-221-2/+2
|\| |
| * | Merge branch 'maint'Johnathan Corgan2012-03-221-2/+2
| |\ \
| | * | volk: added volk as depedency for various componentsJosh Blum2012-03-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Its important to list the dependent libraries for a test so the library path can be correctly set. This is necessary on platforms without dynamic re-linking.
* | | | Merge branch 'master' into nextJohnathan Corgan2012-03-181-1/+1
|\| | |
| * | | Merge branch 'maint'Johnathan Corgan2012-03-181-1/+1
| |\| |
| | * | core: adds -B to python QA gnuradio-coreJosh Blum2012-03-181-1/+1
| | |/
* | | Merge branch 'master' into nextTom Rondeau2012-03-131-0/+67
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/lib/gengen/Makefile.am gnuradio-core/src/python/gnuradio/gr/Makefile.am
| * | Merge branch 'probe'Tom Rondeau2012-03-132-0/+68
| |\ \ | | |/ | |/|
| | * core: adding new probe_signal from gengen into autotools build.Tom Rondeau2012-03-131-0/+1
| | |
| | * Add test for probe_signal blocks.Ben Reynwar2012-03-121-0/+67
| | |
* | | Merge branch 'master' into nextJohnathan Corgan2012-03-0111-2/+557
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: config/grc_volk.m4 gnuradio-core/src/guile/tests/gengen_ctors.test gnuradio-core/src/lib/Makefile.am gnuradio-core/src/lib/general/.gitignore gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/gengen/.gitignore gnuradio-core/src/python/gnuradio/gr/Makefile.am volk/include/volk/Makefile.am
| * | volk: float to short conversion is consistent between archs and tail cases. ↵Tom Rondeau2012-02-231-5/+2
| | | | | | | | | | | | Rounds to nearest number.