summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python
AgeCommit message (Collapse)Author
2012-10-19Removes some swig workaround code put in for ticket 181.Tom Rondeau
This seems to fix the import problems recently seen on 12.10 for loading gnuradio-companion (due to 'from lxml import etree' which was actually due to 'import os' causing a segfault).
2012-09-05Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-09-04Merge branch 'maint'Johnathan Corgan
2012-09-04core: only check for *.conf in prefs dirMartin Braun
2012-08-30adding gr_endian_swap blockTim O'Shea
2012-07-19Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-07Revert "Merge remote branch 'jblum-github/python_blocks2' into master"Johnathan Corgan
This reverts commit f8581fb475267e1a97eaab962e423559fb4bfce2, reversing changes made to 73800434abfb8c6efcf069222b5f0fea9c86870b.
2012-07-03Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-07-01Merge remote branch 'jblum-github/python_blocks2' into masterJohnathan Corgan
Conflicts: gnuradio-core/CMakeLists.txt gnuradio-core/src/lib/general/general.i
2012-06-23Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-22core: adds a tag debug sink to display all tags coming into it.Tom Rondeau
This block is meant to help debug applications that use stream tags.
2012-06-20Merge branch 'master' into wip/gr-blocks-masterJohnathan Corgan
2012-06-20Merge branch 'gr_filter'Johnathan Corgan
2012-06-16filter: adding freq_xlating_filter.Tom Rondeau
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).
2012-06-11Merge commit 'v3.6.1' into wip/gr-blocks-masterJohnathan Corgan
2012-06-10Merge branch 'master-mods'Tom Rondeau
2012-06-10gr_unpack_k_bits:Tim O'Shea
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
2012-06-08blocks: adds new top-level component gr-blocks with first blockJohnathan Corgan
gr::blocks::add_XX
2012-06-07fixed copyright dates.Tom Rondeau
2012-06-06Block Modifications:Tim O'Shea
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
2012-05-21core: minor formatting changes to vector_map for style consistency.Tom Rondeau
2012-05-17gr: Added vector_map block.Ben Reynwar
2012-05-02filter: Reworking filter to have a set of basic implementation classes for ↵Tom Rondeau
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.
2012-04-27python-blocks: replace assertItemsEqual with assertEqualJosh Blum
2012-04-24digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau
2012-04-23Various fixes for using Python 2.5.Tom Rondeau
2012-04-17this is squashed python blocks supportJosh Blum
2012-04-13Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau
this in the future. The sed script was provided by Moritz Fischer.
2012-04-07Merge branch 'master' into nextJohnathan Corgan
2012-04-07Merge branch 'wfm_tx_work'Johnathan Corgan
2012-04-07core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan
2012-04-01wavelet: move wavelet blocks to new top-level componentJohnathan Corgan
2012-03-22Merge branch 'master' into nextJohnathan Corgan
2012-03-22Merge branch 'maint'Johnathan Corgan
2012-03-22volk: added volk as depedency for various componentsJosh Blum
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.
2012-03-18Merge branch 'master' into nextJohnathan Corgan
2012-03-18Merge branch 'maint'Johnathan Corgan
2012-03-18core: adds -B to python QA gnuradio-coreJosh Blum
2012-03-13Merge branch 'master' into nextTom Rondeau
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
2012-03-13Merge branch 'probe'Tom Rondeau
2012-03-13core: adding new probe_signal from gengen into autotools build.Tom Rondeau
2012-03-12Add test for probe_signal blocks.Ben Reynwar
2012-03-01Merge branch 'master' into nextJohnathan Corgan
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
2012-02-28Merge branch 'synth' into nextTom Rondeau
2012-02-28core: pfb channelizer: can now set a channel map to direct the channels to a ↵Tom Rondeau
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.
2012-02-23volk: float to short conversion is consistent between archs and tail cases. ↵Tom Rondeau
Rounds to nearest number.
2012-02-23Merge remote branch 'bistromath/volk_fix' into safe_alignTom Rondeau
Conflicts: volk/apps/volk_profile.cc
2012-02-17Merge branch 'master' into nextTom Rondeau
2012-02-16core: core: change to the delay QA code.Tom Rondeau
The full vector is received because of the switch to a gr_block, so we exted the expected_data vector; otherwise, the results are the same
2012-02-14Merge branch 'master' into safe_alignJohnathan Corgan
Conflicts: gnuradio-core/src/lib/filter/gr_fft_filter_ccc.cc gnuradio-core/src/lib/filter/gr_fft_filter_fff.cc