summaryrefslogtreecommitdiff
path: root/gr-digital/grc
Commit message (Collapse)AuthorAgeFilesLines
* digital: removing unused parameter from DPSK demod GRC block.Martin Braun2012-07-151-6/+0
|
* digital: fixes DxPSK mod/demod to use right API.Martin Braun2012-07-082-9/+9
|
* digital: adding a GFSK mod/demodulator.Wayne Roberts2012-07-082-0/+169
| | | | Includes GRC files and an example in gr-digital/examples/demod
* digital: fixed use of gray code in digital mod/demod GRC files.Tom Rondeau2012-06-163-13/+13
|
* digital: fixed typo with gray code setting in GRC's QAM demodulator.Tom Rondeau2012-06-141-1/+1
|
* Block Modifications:Tim O'Shea2012-06-062-1/+18
| | | | | | | | | | | | | | 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
* digital: added GRC file for chunks_to_symbols block.Tom Rondeau2012-04-242-0/+78
|
* digital: copying over rest of blocks from gnuradio-core to gr-digital.Tom Rondeau2012-04-2316-0/+558
| | | | | | Includes moving GRC and QA code; new ones where missing. Have not removed blocks from gnuradio-core for compatibility.
* Merge branch 'master' into nextTom Rondeau2012-04-054-33/+112
|\ | | | | | | | | Conflicts: gr-digital/grc/Makefile.am
| * digital: added GRC files for new MPSK SNR estimator and probe.Tom Rondeau2012-04-055-33/+114
| |
* | Merge branch 'master' into nextTom Rondeau2012-02-271-1/+1
|\|
| * Merge remote-tracking branch 'benreynwar/maint' into maintTom Rondeau2012-02-271-1/+1
| |\
| | * Fixed bug in digital_qam_demod.xmlBen Reynwar2012-02-271-1/+1
| | |
* | | Merge branch 'master' into nextTom Rondeau2012-02-243-0/+42
|\| | | | | | | | | | | | | | Conflicts: gr-digital/grc/Makefile.am
| * | digital: forgot to include new xml in Makefile.am.Tom Rondeau2012-02-241-0/+1
| | |
| * | Added digital_constellation_receiver_cb.xml fileBen Reynwar2012-02-243-0/+42
| |/
* | Merge branch 'master' into nextTom Rondeau2011-12-301-0/+7
|\| | | | | | | | | | | | | | | | | Conflicts: gr-digital/examples/Makefile.am gr-digital/include/Makefile.am gr-digital/lib/Makefile.am gr-digital/python/Makefile.am gr-digital/swig/Makefile.am
| * digital: exposed setting FLL loop bandwidth factor in GRC; must have been ↵Tom Rondeau2011-12-221-0/+7
| | | | | | | | overlooked initially.
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-082-56/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* digital: reverting GMSK mod/demod GRC blocks for old interface.Tom Rondeau2011-10-271-8/+22
|
* digital: updates to interface in GRC. Actually tested in working GRC flowgraphs.Tom Rondeau2011-10-263-94/+55
|
* digital: really, seriously, fixing digital GRC files.Tom Rondeau2011-10-263-1/+9
|
* digital: moved files to the right location; put them into the build files.Tom Rondeau2011-10-263-0/+193
|
* grc: fixing grc blocks not properly moved in to digital.Tom Rondeau2011-10-262-0/+73
|
* Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-192-2/+2
|\
| * digital: xml is so picky. This fixes the problems with the new GRC blocks in ↵Tom Rondeau2011-10-182-2/+2
| | | | | | | | issue #449.
* | digital: added mising install rules for moved ofdm xml filesJosh Blum2011-10-181-0/+7
| |
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-1710-2/+632
|\| | | | | | | | | | | | | | | | | | | | | | | | | 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: adding OFDM GRC blocks to gr-digital.Tom Rondeau2011-10-179-1/+631
| |
| * digital: OFDM using new psk and qam modules for constellations. Also, ↵Tom Rondeau2011-10-121-1/+1
| | | | | | | | psk2->psk updated in all files and examples.
* | Merge branch 'next' of http://gnuradio.org/git/gnuradio into nextJosh Blum2011-10-111-27/+13
|\| | | | | | | | | Conflicts: gr-digital/include/digital_constellation.h
| * gcell: removed gcell and gr-gcellTom Rondeau2011-10-081-27/+13
| |
* | gr: the CMakeLists.txt took a chill pillJosh Blum2011-10-081-1/+1
| |
* | digital: added cmake support for moved grc files and examplesJosh Blum2011-09-161-1/+7
| |
* | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1511-32/+170
|\|
| * digital: psk and dxpsk GRC blocks working.Tom Rondeau2011-09-133-19/+9
| |
| * digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-128-13/+161
| |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-055-10/+153
|\| | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.h gnuradio-core/src/lib/general/gr_pll_freqdet_cf.h gr-digital/lib/digital_constellation.h gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_fll_band_edge_cc.h gr-digital/lib/digital_mpsk_receiver_cc.h
| * grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵Tom Rondeau2011-09-014-1/+150
| | | | | | | | refactored for new API.
| * Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-011-9/+3
| |
* | digital: added cmake support for gr-digital (unix only)Josh Blum2011-07-201-0/+34
|/
* Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar2011-06-134-2/+50
|\
| * digital: converting LMS algorithm to use the gr_adaptive_filter structure ↵Tom Rondeau2011-06-061-2/+7
| | | | | | | | and making naming consistent (so CMA and LMS look and behave similary with different error and upate functions).
| * digital: formatting CMA code; adding get_ functions and renaming things for ↵Tom Rondeau2011-06-061-1/+1
| | | | | | | | consistency.
| * digital: adding GRC block for LMS DD equalizer.Tom Rondeau2011-06-033-0/+38
| |
| * digital: set number of samps per symbol for the equalizer. Also, explicitly ↵Tom Rondeau2011-05-181-1/+6
| | | | | | | | set the initial taps of the adaptive filter to 0+j0
* | Fixing typos in grc xml files.Ben Reynwar2011-05-124-8/+8
| |
* | Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-116-1/+585
|/
* digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-081-0/+167
|
* gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-092-2/+26
|