summaryrefslogtreecommitdiff
path: root/gnuradio-core/src
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge branch 'master-mods'Tom Rondeau2012-06-201-1/+1
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | 1. handle pmt serialize and deserialize for tuplesTim O'Shea2012-06-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | 2. fix offset checking in pmt_annotator_raw
* | | | | | | 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.
* | | | | | | cmake: add support for SYSCONFDIRChí-Thanh Christopher Nguyễn2012-06-161-3/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set with 'cmake -DSYSCONFDIR=target ...' This fixes http://gnuradio.org/redmine/issues/492
* | | | | | | Merge branch 'master-mods'Tom Rondeau2012-06-161-1/+1
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau2012-06-161-1/+1
| |\ \ \ \ \ \ \
| | * | | | | | | New Features:Tim O'Shea2012-06-151-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 Corgan2012-06-141-2/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | core: remove extraneous include statementJohnathan Corgan2012-06-141-2/+0
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'master-mods'Tom Rondeau2012-06-135-0/+204
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| / / / / / / | |/ / / / / /
| * | | | | | core: modifications to gr_annotator_raw.Tom Rondeau2012-06-132-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-modsTom Rondeau2012-06-135-0/+194
| |\| | | | |
| | * | | | | new block, gr_annotator_rawTim O'Shea2012-06-125-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.0Tom Rondeau2012-06-105-21/+163
|\| | | | | |
| * | | | | | Merge branch 'master-mods' of git://github.com/osh/gnuradio-1 into master-modsTom Rondeau2012-06-105-21/+163
| |\| | | | |
| | * | | | | gr_unpack_k_bits:Tim O'Shea2012-06-105-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 Rondeau2012-06-1016-29/+29
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | volk: make sure the alignment call for a block passes at least 1.Tom Rondeau2012-06-1016-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 Rondeau2012-05-033-0/+3
| | | | | | |
* | | | | | | fixed copyright dates.Tom Rondeau2012-06-0714-14/+14
| |/ / / / / |/| | | | |
* | | | | | Some really minor nits.Tom Rondeau2012-06-077-65/+66
| |/ / / / |/| | | |
* | | | | Block Modifications:Tim O'Shea2012-06-0617-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 Porges2012-05-271-2/+2
| | | | |
* | | | | core: minor formatting changes to vector_map for style consistency.Tom Rondeau2012-05-213-61/+74
| | | | |
* | | | | gr: Added vector_map block.Ben Reynwar2012-05-176-0/+323
| | | | |
* | | | | pfb: properly deleting d_fft to close some memory leaks.Tom Rondeau2012-05-033-0/+3
| | | | |
* | | | | digital: moving generated chunks_to_symbols to gr-digital.Tom Rondeau2012-04-241-2/+2
| |/ / / |/| | |
* | | | Merge branch 'maint'Tom Rondeau2012-04-231-2/+2
|\| | |
| * | | Various fixes for using Python 2.5.Tom Rondeau2012-04-231-2/+2
| | |/ | |/|
* | | Merge branch 'merge/core-swig-magic'Johnathan Corgan2012-04-212-1/+12
|\ \ \ | |/ / |/| |
| * | core: add SWIG macro for namespaced blocksJohnathan Corgan2012-04-212-1/+12
| |/
* | Merge branch 'maint'Johnathan Corgan2012-04-211-0/+3
|\ \ | |/ |/|
| * cmake: fix compiler flags on ppc archJosh Blum2012-04-201-0/+3
| |
* | Removed whitespace and added dtools/bin/remove-whitespace as a tool to do ↵Tom Rondeau2012-04-131195-7802/+7799
| | | | | | | | | | | | this in the future. The sed script was provided by Moritz Fischer.
* | Fix some minor warnings.Tom Rondeau2012-04-132-2/+2
| |
* | filters: add alias of "BLACKMAN_HARRiS" to "BLACKMAN_hARRIS" for consistency.Nick Foster2012-04-121-0/+1
| |
* | Merge branch 'maint'Johnathan Corgan2012-04-091-0/+1
|\|
| * gr: fix 2 places where pyc files get generated in-treeJosh Blum2012-04-091-0/+1
| | | | | | | | Included the GrPython module to define PYTHON_DASH_B.
* | Merge branch 'master' into nextJohnathan Corgan2012-04-076-34/+38
|\|
| * Merge branch 'wfm_tx_work'Johnathan Corgan2012-04-076-34/+38
| |\
| | * core: loosen fm modulator QA to 5 decimal places of agreementJohnathan Corgan2012-04-071-1/+1
| | |
| | * core: use while instead of if in frequency_modulatorJohnathan Corgan2012-04-071-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 Balister2012-03-152-12/+12
| | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| | * qa_gr_fxpt : Remove debugging cout.Philip Balister2012-03-131-1/+0
| | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| | * gr_fxpt : Add sincos function to class.Philip Balister2012-03-132-0/+26
| | | | | | | | | | | | Signed-off-by: Philip Balister <philip@opensdr.com>
| | * gr_fxpt.c : Remove unused code.Philip Balister2012-03-121-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 nextTom Rondeau2012-04-071-2/+3
|\| |
| * | Merge branch 'maint'Tom Rondeau2012-04-071-2/+3
| |\ \