Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | Merge branch 'master-mods' | Tom Rondeau | 2012-06-20 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | 1. handle pmt serialize and deserialize for tuples | Tim O'Shea | 2012-06-20 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. fix offset checking in pmt_annotator_raw | |||||
* | | | | | | | Merge branch 'gr_filter' | Johnathan Corgan | 2012-06-20 | 1 | -1/+33 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | filter: adding freq_xlating_filter. | Tom Rondeau | 2012-06-16 | 1 | -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 Rondeau | 2012-05-02 | 1 | -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. | |||||
* | | | | | | | cmake: add support for SYSCONFDIR | Chí-Thanh Christopher Nguyễn | 2012-06-16 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492 | |||||
* | | | | | | | Merge branch 'master-mods' | Tom Rondeau | 2012-06-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | 2012-06-16 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | New Features: | Tim O'Shea | 2012-06-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added support for pmt_serialize and pmt_deserialize for uint64_t type pmts added gr_add_const_bb typed block to gr_add_const_XX gengen | |||||
* | | | | | | | | | Merge branch 'maint' | Johnathan Corgan | 2012-06-14 | 1 | -2/+0 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | core: remove extraneous include statement | Johnathan Corgan | 2012-06-14 | 1 | -2/+0 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master-mods' | Tom Rondeau | 2012-06-13 | 5 | -0/+204 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / / | ||||||
| * | | | | | | core: modifications to gr_annotator_raw. | Tom Rondeau | 2012-06-13 | 2 | -42/+52 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Using mutex to make add_tag and work thread safe. Throwing exception intead of asserting on error. | |||||
| * | | | | | | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | 2012-06-13 | 5 | -0/+194 | |
| |\| | | | | | ||||||
| | * | | | | | new block, gr_annotator_raw | Tim O'Shea | 2012-06-12 | 5 | -0/+194 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | allows passing a raw pmt k->v pair from outside the flowgraph/python in at exact samples also added GRUEL autogenerated .i files to gnuradio-core-swig include line | |||||
* | | | | | | | Merge branch 'master-mods'maint-3.6.0 | Tom Rondeau | 2012-06-10 | 5 | -21/+163 | |
|\| | | | | | | ||||||
| * | | | | | | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-mods | Tom Rondeau | 2012-06-10 | 5 | -21/+163 | |
| |\| | | | | | ||||||
| | * | | | | | gr_unpack_k_bits: | Tim O'Shea | 2012-06-10 | 5 | -17/+157 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 'maint' | Tom Rondeau | 2012-06-10 | 16 | -29/+29 | |
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | | | ||||||
| * | | | | | | volk: make sure the alignment call for a block passes at least 1. | Tom Rondeau | 2012-06-10 | 16 | -29/+29 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | For machines with an alignment of 1, the blocks were truncating the aligment to 0. This makes sure that it gets set to a minimum of 1. | |||||
| * | | | | | | pfb: properly deleting d_fft to close some memory leaks. | Tom Rondeau | 2012-05-03 | 3 | -0/+3 | |
| | | | | | | | ||||||
* | | | | | | | fixed copyright dates. | Tom Rondeau | 2012-06-07 | 14 | -14/+14 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Some really minor nits. | Tom Rondeau | 2012-06-07 | 7 | -65/+66 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Block Modifications: | Tim O'Shea | 2012-06-06 | 17 | -1/+609 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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: patch for vector_map loop variable initialization. | Donald Porges | 2012-05-27 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | core: minor formatting changes to vector_map for style consistency. | Tom Rondeau | 2012-05-21 | 3 | -61/+74 | |
| | | | | | ||||||
* | | | | | gr: Added vector_map block. | Ben Reynwar | 2012-05-17 | 6 | -0/+323 | |
| | | | | | ||||||
* | | | | | pfb: properly deleting d_fft to close some memory leaks. | Tom Rondeau | 2012-05-03 | 3 | -0/+3 | |
| | | | | | ||||||
* | | | | | digital: moving generated chunks_to_symbols to gr-digital. | Tom Rondeau | 2012-04-24 | 1 | -2/+2 | |
| |/ / / |/| | | | ||||||
* | | | | Merge branch 'maint' | Tom Rondeau | 2012-04-23 | 1 | -2/+2 | |
|\| | | | ||||||
| * | | | Various fixes for using Python 2.5. | Tom Rondeau | 2012-04-23 | 1 | -2/+2 | |
| | |/ | |/| | ||||||
* | | | Merge branch 'merge/core-swig-magic' | Johnathan Corgan | 2012-04-21 | 2 | -1/+12 | |
|\ \ \ | |/ / |/| | | ||||||
| * | | core: add SWIG macro for namespaced blocks | Johnathan Corgan | 2012-04-21 | 2 | -1/+12 | |
| |/ | ||||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-04-21 | 1 | -0/+3 | |
|\ \ | |/ |/| | ||||||
| * | cmake: fix compiler flags on ppc arch | Josh Blum | 2012-04-20 | 1 | -0/+3 | |
| | | ||||||
* | | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵ | Tom Rondeau | 2012-04-13 | 1195 | -7802/+7799 | |
| | | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer. | |||||
* | | Fix some minor warnings. | Tom Rondeau | 2012-04-13 | 2 | -2/+2 | |
| | | ||||||
* | | filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency. | Nick Foster | 2012-04-12 | 1 | -0/+1 | |
| | | ||||||
* | | Merge branch 'maint' | Johnathan Corgan | 2012-04-09 | 1 | -0/+1 | |
|\| | ||||||
| * | gr: fix 2 places where pyc files get generated in-tree | Josh Blum | 2012-04-09 | 1 | -0/+1 | |
| | | | | | | | | Included the GrPython module to define PYTHON_DASH_B. | |||||
* | | Merge branch 'master' into next | Johnathan Corgan | 2012-04-07 | 6 | -34/+38 | |
|\| | ||||||
| * | Merge branch 'wfm_tx_work' | Johnathan Corgan | 2012-04-07 | 6 | -34/+38 | |
| |\ | ||||||
| | * | core: loosen fm modulator QA to 5 decimal places of agreement | Johnathan Corgan | 2012-04-07 | 1 | -1/+1 | |
| | | | ||||||
| | * | core: use while instead of if in frequency_modulator | Johnathan Corgan | 2012-04-07 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | * It is possible to wrap multiple times in a single update if the sensitivity parameter is high enough. | |||||
| | * | gr_frequency_modulator_f : Convert from using libm sin/cos, to gr_fxpt sin/cos. | Philip Balister | 2012-03-15 | 2 | -12/+12 | |
| | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
| | * | qa_gr_fxpt : Remove debugging cout. | Philip Balister | 2012-03-13 | 1 | -1/+0 | |
| | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
| | * | gr_fxpt : Add sincos function to class. | Philip Balister | 2012-03-13 | 2 | -0/+26 | |
| | | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
| | * | gr_fxpt.c : Remove unused code. | Philip Balister | 2012-03-12 | 1 | -21/+0 | |
| | | | | | | | | | | | | | | | | | | | | | The code in the #if 0 block is in the header file. Remove this section to avoid confusing people trying to figure out what this does. Signed-off-by: Philip Balister <philip@opensdr.com> | |||||
* | | | Merge branch 'master' into next | Tom Rondeau | 2012-04-07 | 1 | -2/+3 | |
|\| | | ||||||
| * | | Merge branch 'maint' | Tom Rondeau | 2012-04-07 | 1 | -2/+3 | |
| |\ \ |