summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | | | | * Fixing typos in grc xml files.Ben Reynwar2011-05-124-8/+8
| | | | | |
| | | | | * Moved generic psk and qam modulation into gr-digital.Ben Reynwar2011-05-1121-16/+603
| | | | | |
| | | | | * Modifying gr_trellis for gr_constellation -> digital_constellation change.Ben Reynwar2011-05-105-13/+19
| | |_|_|/ | |/| | |
| * | | | Merge branch 'master' into 8pskTom Rondeau2011-05-08116-921/+3577
| |\ \ \ \
| * | | | | build: committing updated Makefile.swig.gen files.Tom Rondeau2011-05-083-9/+39
| | | | | |
| * | | | | digital: fixing qa code; adding (untested) GRC block for DxPSK demods.Tom Rondeau2011-05-082-1/+167
| | | | | |
| * | | | | Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-083-16/+23
| |\ \ \ \ \
| | * \ \ \ \ Merge branch '8psk' of github.com:trondeau/gnuradio into 8pskTom Rondeau2011-05-08152-1625/+10742
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gr-digital/lib/digital_costas_loop_cc.cc gr-digital/python/qa_costas_loop_cc.py
| | * | | | | | gr-digital: updatign QA code to new interface of Costas Loop.Tom Rondeau2011-03-301-39/+21
| | | | | | | |
| | * | | | | | gr-digital: cleaning up and commenting.Tom Rondeau2011-03-302-17/+24
| | | | | | | |
| * | | | | | | gr-digital: bumping up the signal amplitude into the costas loop for the ↵Tom Rondeau2011-04-091-1/+1
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | 8PSK slicer.
| * | | | | | gr-digital: adding dbpsk, dqpsk, and d8psk demodulators to gr-digital.Tom Rondeau2011-04-095-7/+33
| | | | | | |
| * | | | | | gr-digital: moved dbpsk, dqpsk, d8psk into the gr-digital space. Mods tested ↵Tom Rondeau2011-04-099-7/+1344
| | | | | | | | | | | | | | | | | | | | | | | | | | | | and working in GRC.
| * | | | | | gr-digital: formatting constellation block for our style; adding 8PSK ↵Tom Rondeau2011-04-082-69/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | constellation.
| * | | | | | gr-digital: updating build for consetellation object move.Tom Rondeau2011-04-0810-201/+189
| | | | | | |
| * | | | | | gr-digital: moved consetellation object into gr-digital space.Tom Rondeau2011-04-083-0/+0
| | | | | | |
| * | | | | | gr-digital: Updated Costas loop QA to work with all tests wth new API.Tom Rondeau2011-04-081-37/+24
| | | | | | |
| * | | | | | Merge branch 'constell_obj' into 8pskTom Rondeau2011-04-0877-1054/+4313
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' into constell_objTom Rondeau2011-04-08307-6300/+8207
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen
| | * | | | | | | Fixed to make compatible with python 2.4Ben Reynwar2011-02-272-8/+11
| | | | | | | | |
| | * | | | | | | Updated copyright notice dates.Ben Reynwar2011-02-2723-25/+84
| | | | | | | | |
| | * | | | | | | Minor bug fixes (from last two commits)Ben Reynwar2011-02-272-14/+2
| | | | | | | | |
| | * | | | | | | Merge branch 'next' into constell_objBen Reynwar2011-02-27323-13377/+2794
| | |\ \ \ \ \ \ \
| | * | | | | | | | Removing docstring generation from this branch.Ben Reynwar2011-02-2742-41315/+25
| | | | | | | | | |
| | * | | | | | | | Added testing module for constellation_receiver.Ben Reynwar2011-02-272-42/+190
| | | | | | | | | |
| | * | | | | | | | Added utility python sequence comparison scripts for use in testing.Ben Reynwar2011-02-272-0/+140
| | | | | | | | | |
| | * | | | | | | | Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵Ben Reynwar2011-02-2010-122/+334
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correspond to one symbol value.)
| | * | | | | | | | Added constellation object unit test.Ben Reynwar2011-02-132-0/+173
| | | | | | | | | |
| | * | | | | | | | Fixing bugs in qam.py.Ben Reynwar2011-02-131-9/+7
| | | | | | | | | |
| | * | | | | | | | Added rotational symmetry info to gr_constellation.Ben Reynwar2011-02-133-15/+41
| | | | | | | | | |
| | * | | | | | | | Added gr_constellation_decoder2_cb block.Ben Reynwar2011-02-135-0/+167
| | | | | | | | | |
| | * | | | | | | | Changed constellation objects so that codings besides gray code can be used.Ben Reynwar2011-02-099-86/+142
| | | | | | | | | |
| | * | | | | | | | Added tests to qa_trellis.py.Ben Reynwar2011-02-061-28/+91
| | | | | | | | | |
| | * | | | | | | | Added comments to fsm.hBen Reynwar2011-02-061-2/+98
| | | | | | | | | |
| | * | | | | | | | Added trellis_constellation_metrics_cf. It is equivalent to ↵Ben Reynwar2011-02-0611-5/+252
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | trellis_metrics_c but it uses the constellation object's calc_metric method. This method is also added here. trellis_metric_type.h is moved to gr_metric_type since constellation object is now dependent on it.
| | * | | | | | | | Forgot to add qpsk.py in last commit.Ben Reynwar2011-02-011-0/+79
| | | | | | | | | |
| | * | | | | | | | Added QPSK constellation object.Ben Reynwar2011-01-315-3/+72
| | | | | | | | | |
| | * | | | | | | | Tidied qam.pyBen Reynwar2011-01-311-2/+0
| | | | | | | | | |
| | * | | | | | | | Added BPSK constellation object.Ben Reynwar2011-01-315-15/+171
| | | | | | | | | |
| | * | | | | | | | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object.Ben Reynwar2011-01-306-2/+537
| | | | | | | | | |
| | * | | | | | | | Modified python level OFDM to use constellation object.Ben Reynwar2011-01-301-43/+32
| | | | | | | | | |
| | * | | | | | | | Fixed Makefiles to generate swig_doc.iBen Reynwar2011-01-3019-237/+2292
| | | | | | | | | |
| | * | | | | | | | Merged upstream from nextBen Reynwar2011-01-30846-7307/+50781
| | |\ \ \ \ \ \ \ \
| | * | | | | | | | | Minor changes to a benchmark example in gnuradio-examples/python/digital.Ben Reynwar2011-01-271-4/+21
| | | | | | | | | | |
| | * | | | | | | | | Minor typo in comments.Ben Reynwar2011-01-271-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Fixed minor bug in fsm.cc for fsms with 1 state.Ben Reynwar2011-01-231-1/+1
| | | | | | | | | | |
| | * | | | | | | | | Added support for PSK to generic modulation.Ben Reynwar2011-01-209-115/+495
| | | | | | | | | | |
| | * | | | | | | | | Tidied QAM modulation.Ben Reynwar2011-01-144-93/+75
| | | | | | | | | | |
| | * | | | | | | | | Changed pky.py so that is possible to skip modulation/demodulation steps.Ben Reynwar2011-01-011-7/+26
| | | | | | | | | | |
| | * | | | | | | | | Worked on generic demodulation.Ben Reynwar2011-01-0110-125/+339
| | | | | | | | | | |