Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-10-06 | digital: copied tunnel.py over to gr-digital/examples and updated it to use ↵ | Tom Rondeau | |
UHD. So far so good. Testing on multiple computers now. | |||
2011-09-30 | digital: first pass at BERT receiver. | Tom Rondeau | |
2011-09-30 | digital: first pass at implementing a BERT transmitter. Works storing ↵ | Tom Rondeau | |
samples to file. | |||
2011-09-30 | digital: modified generic_mod_demod so mod and demods have same options in ↵ | Tom Rondeau | |
the same order. | |||
2011-09-28 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gr-digital/lib/Makefile.am gr-digital/python/__init__.py | |||
2011-09-27 | digital: fixed differential/non-differential. Defaults to differential now, too. | Tom Rondeau | |
2011-09-27 | digital: fixed up benchmark codes to handle receive, too. Over-the-air tests ↵ | Tom Rondeau | |
worked. | |||
2011-09-27 | digital: making a parent class for the UHD interface since most of the ↵ | Tom Rondeau | |
functions are duplicated between receiver and transmitter. Made a receiver interface, too. | |||
2011-09-27 | digital: bug fixes for digital mods. Adding fist pass at a UHD benchmark ↵ | Tom Rondeau | |
transit chain. Automatically selects the right samples/symbol and sample rate to achieve requested bitrate. | |||
2011-09-26 | Merge branch 'next' into digital | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/general/general.i gnuradio-core/src/lib/general/gr_pll_carriertracking_cc.cc gnuradio-core/src/lib/general/gr_pll_freqdet_cf.cc gnuradio-core/src/lib/general/gr_pll_refout_cc.cc gnuradio-core/src/python/gnuradio/gr/qa_pll_carriertracking.py gnuradio-core/src/python/gnuradio/gr/qa_pll_freqdet.py gnuradio-core/src/python/gnuradio/gr/qa_pll_refout.py gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/python/Makefile.am gr-digital/python/__init__.py gr-digital/python/generic_mod_demod.py gr-digital/python/pkt.py gr-digital/python/psk2.py gr-digital/python/qam.py | |||
2011-09-26 | digital: removed hier directory | Tom Rondeau | |
2011-09-26 | digital: removed hier directory in gr-digital; put c++ hier blocks into ↵ | Tom Rondeau | |
lib/include/swig. | |||
2011-09-26 | digital: moved header files from lib to include in gr-digital. | Tom Rondeau | |
2011-09-26 | digital: updated build files for new gr-digital/include directory. | Tom Rondeau | |
2011-09-26 | digital: adding include directory for public header files. | Tom Rondeau | |
2011-09-16 | digital: added cmake support for moved grc files and examples | Josh Blum | |
2011-09-15 | Merge branch 'digital' of git://github.com/trondeau/gnuradio into digital | Josh Blum | |
2011-09-13 | digital: moved tx/rx_voice from gnuradio-examples into gr-digital. Tested ↵ | Tom Rondeau | |
and working with new dbpsk,dqpsk,d8psk. | |||
2011-09-13 | digital: moving more examples from gnuradio-examples to gr-digital and added ↵ | Tom Rondeau | |
examples to Makefile.am. | |||
2011-09-13 | digital: modifying example dir gitignore to ignore any generated samle files. | Tom Rondeau | |
2011-09-13 | digital: psk and dxpsk GRC blocks working. | Tom Rondeau | |
2011-09-12 | digital: fixed GRC blocks for blocks moved to gr-digital. | Tom Rondeau | |
2011-09-05 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
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 | |||
2011-09-01 | grc: moved GRC blocks that were put into gr-digital into gr-digital/grc and ↵ | Tom Rondeau | |
refactored for new API. | |||
2011-09-01 | Fixing GRC files for new API to loop blocks. | Tom Rondeau | |
2011-09-01 | digital: adding CPM C++ hier block, which adds a hier directory to ↵ | Tom Rondeau | |
gr-digital. Reworked build system to include this in the libraries and modules built. | |||
2011-08-30 | digital: added gitignore file to hier dir. | Tom Rondeau | |
2011-08-30 | digital: fixed up build to make libdigital_hier.la; does not swig or get ↵ | Tom Rondeau | |
built into full library yet. Passes distcheck. | |||
2011-08-30 | digital: moved newly added CPM and GMSK hier blocks to gr-digital. | Tom Rondeau | |
2011-08-30 | digital: adding GMSK as a modulation type. Updated to use PFB-based clock ↵ | Tom Rondeau | |
recovery alg instead of M&M. | |||
2011-08-30 | digital: minor formatting fixes. | Tom Rondeau | |
2011-08-30 | digital: fixing a few things left out in conversion to gri_control_loop ↵ | Tom Rondeau | |
children. | |||
2011-08-30 | Merge branch 'digital' of github.com:trondeau/gnuradio into digital | Tom Rondeau | |
2011-08-30 | digital: adding a script to add channel conditions to a saved file and ↵ | Tom Rondeau | |
output to another file. | |||
2011-08-30 | digital: converted mpsk_receiver to use gri_control_loop parent class. ↵ | Tom Rondeau | |
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. | |||
2011-08-30 | digital: formatting comments for line length. | Tom Rondeau | |
2011-08-30 | digital: made other QA codes executable | Tom Rondeau | |
2011-08-30 | digital: converted FLL block to use gri_control_loop parent class. | Tom Rondeau | |
2011-08-30 | digital: reformatting documentation for line length. | Tom Rondeau | |
2011-08-29 | digital: fixing qa code to test new dqpsk; a few minor formatting changes. | Tom Rondeau | |
2011-08-29 | digital: fixed qpsk modulators to enable dqpsk. | Tom Rondeau | |
2011-08-29 | digital: created a separate DQPSK constellation that does not gray code ↵ | Tom Rondeau | |
inside the block. This forces a slower decision making routine but allows differential encoding. Gray coding is done using pre_diff_code. | |||
2011-08-27 | digital: wip: dqpsk needs work. | Tom Rondeau | |
2011-08-27 | digital: working on adding a dqpsk modulation block. | Tom Rondeau | |
2011-08-27 | digital: updating constellation receiver's QA code. | Tom Rondeau | |
2011-08-27 | digital: made digital constellation receiver a child of the second order ↵ | Tom Rondeau | |
control loop class and cleaned up the interface. | |||
2011-08-17 | small tweaks for windows building | Josh Blum | |
2011-08-17 | Merge branch 'digital' of https://github.com/trondeau/gnuradio into digital | Josh Blum | |
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gnuradio-core/src/lib/general/gr_fll_band_edge_cc.h gnuradio-core/src/lib/general/gr_pll_refout_cc.h gr-digital/lib/digital_constellation_receiver_cb.cc gr-digital/lib/digital_constellation_receiver_cb.h gr-digital/lib/digital_costas_loop_cc.h | |||
2011-08-14 | digital: cleaned up Costas loop code by switching over to the ↵ | Tom Rondeau | |
gri_control_loop class to handle the inner loop. Had to add it to digital_swig.i to properly wrap the parent functions into Python. | |||
2011-08-10 | digital: fixing naming of logging files. | Tom Rondeau | |