summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'digital' of git://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-1527-671/+118
|\
| * digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵Tom Rondeau2011-09-135-32/+59
| | | | | | | | and working with new dbpsk,dqpsk,d8psk.
| * digital: moving more examples from gnuradio-examples to gr-digital and added ↵Tom Rondeau2011-09-134-4/+8
| | | | | | | | examples to Makefile.am.
| * digital: modifying example dir gitignore to ignore any generated samle files.Tom Rondeau2011-09-131-0/+6
| |
| * digital: psk and dxpsk GRC blocks working.Tom Rondeau2011-09-133-19/+9
| |
| * grc: removing more blocks from general grc tree that are now in digital.Tom Rondeau2011-09-131-12/+0
| |
| * digital: fixed GRC blocks for blocks moved to gr-digital.Tom Rondeau2011-09-1215-604/+36
| |
* | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digitalJosh Blum2011-09-0585-1339/+2498
|\| | | | | | | | | | | | | | | | | | | 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-016-27/+14
| | | | | | | | refactored for new API.
| * Fixed the PFB clock sync block when asking for multiple samples per symbol out.Tom Rondeau2011-09-012-32/+33
| |
| * Fixing GRC files for new API to loop blocks.Tom Rondeau2011-09-014-33/+15
| |
| * digital: adding CPM C++ hier block, which adds a hier directory to ↵Tom Rondeau2011-09-0118-86/+299
| | | | | | | | gr-digital. Reworked build system to include this in the libraries and modules built.
| * digital: added gitignore file to hier dir.Tom Rondeau2011-08-301-0/+2
| |
| * digital: fixed up build to make libdigital_hier.la; does not swig or get ↵Tom Rondeau2011-08-304-10/+76
| | | | | | | | built into full library yet. Passes distcheck.
| * digital: moved newly added CPM and GMSK hier blocks to gr-digital.Tom Rondeau2011-08-308-60/+79
| |
| * Merge remote branch 'mbant/cpm' into digitalTom Rondeau2011-08-3021-4/+1072
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/general/Makefile.am gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/hier/Makefile.am grc/blocks/Makefile.am
| | * fixed: FM sensitivity and calling gr_cpm::phase_response() through SWIGMartin Braun2010-12-106-9/+10
| | |
| | * fixed some XML glitchesMartin Braun2010-12-102-5/+5
| | |
| | * Forgot to add GRC blocks to block_tree, fixedMartin Braun2010-12-101-0/+2
| | |
| | * Added GRC blocks to MakefileMartin Braun2010-12-102-8/+10
| | |
| | * updated doxygen blocks, changed param order for gmskMartin Braun2010-12-106-76/+73
| | |
| | * All CPM stuff included (C++/GRC/Python), tests passMartin Braun2010-12-0913-15/+356
| | |
| | * more elaborate checks, they also work nowMartin Braun2010-12-092-15/+53
| | |
| | * CPM make checksMartin Braun2010-12-0810-61/+73
| | |
| | * first version of CPM codeMartin Braun2010-12-0810-5/+680
| | |
| * | digital: adding GMSK as a modulation type. Updated to use PFB-based clock ↵Tom Rondeau2011-08-302-64/+43
| | | | | | | | | | | | recovery alg instead of M&M.
| * | digital: minor formatting fixes.Tom Rondeau2011-08-301-2/+2
| | |
| * | digital: fixing a few things left out in conversion to gri_control_loop ↵Tom Rondeau2011-08-304-29/+4
| | | | | | | | | | | | children.
| * | Merge branch 'digital' of github.com:trondeau/gnuradio into digitalTom Rondeau2011-08-3010-435/+165
| |\ \
| | * | digital: converted mpsk_receiver to use gri_control_loop parent class. ↵Tom Rondeau2011-08-304-86/+36
| | | | | | | | | | | | | | | | Updated QA code for this, too. Again, had to change the expected data since the loop converges at a different rate; tested by setting alpha and beta to old values and it worked with old data still.
| | * | digital: formatting comments for line length.Tom Rondeau2011-08-301-51/+70
| | | |
| | * | digital: made other QA codes executableTom Rondeau2011-08-304-0/+0
| | | |
| | * | digital: converted FLL block to use gri_control_loop parent class.Tom Rondeau2011-08-303-261/+7
| | | |
| | * | digital: reformatting documentation for line length.Tom Rondeau2011-08-301-50/+65
| | | |
| * | | digital: adding a script to add channel conditions to a saved file and ↵Tom Rondeau2011-08-301-0/+101
| |/ / | | | | | | | | | output to another file.
| * | Updating QA code for PLL blocks. Setting gains using new loop bw concept ↵Tom Rondeau2011-08-294-316/+312
| | | | | | | | | | | | changes the behavior slightly so new values were necessary. By explicitly setting alpha and beta to the previous values still worked, though.
| * | Updating all three PLL blocks to use new control_loop parent class.Tom Rondeau2011-08-299-76/+81
| | |
| * | digital: fixing qa code to test new dqpsk; a few minor formatting changes.Tom Rondeau2011-08-293-7/+13
| | |
| * | digital: fixed qpsk modulators to enable dqpsk.Tom Rondeau2011-08-292-23/+13
| | |
| * | digital: created a separate DQPSK constellation that does not gray code ↵Tom Rondeau2011-08-293-23/+162
| | | | | | | | | | | | inside the block. This forces a slower decision making routine but allows differential encoding. Gray coding is done using pre_diff_code.
| * | digital: wip: dqpsk needs work.Tom Rondeau2011-08-271-5/+18
| | |
| * | digital: working on adding a dqpsk modulation block.Tom Rondeau2011-08-271-0/+69
| | |
| * | digital: updating constellation receiver's QA code.Tom Rondeau2011-08-271-7/+5
| | |
| * | digital: made digital constellation receiver a child of the second order ↵Tom Rondeau2011-08-272-268/+9
| | | | | | | | | | | | control loop class and cleaned up the interface.
| * | utils: fixed typoTom Rondeau2011-08-221-1/+1
| | |
* | | small tweaks for windows buildingJosh Blum2011-08-173-1/+74
| | |
* | | Merge branch 'next' into digitalJosh Blum2011-08-1791-195/+2227
|\ \ \
| * | | cmake: re-imagining of how to write a block w/ cmake and boost unit testJosh Blum2011-08-0429-0/+1988
| | | |
| * | | cmake: specify all the boosts, remove dummy sys/time.h for msvc buildJosh Blum2011-08-043-73/+10
| | | |
| * | | cmake: moved unique target macro into python where its usedJosh Blum2011-08-032-19/+13
| | | |