Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / gr / qa_agc.py @ 7ed92966

History | View | Annotate | Download (18.4 kB)

# Date Author Comment
2104a9d1 10/03/2010 08:56 pm Tom Rondeau

Updating all python QA programs in gnuradio-core to output XML files.

Also fixed gr_unittest.py to print to the screen and fail make check properly if there's an error.

Need to find a way to use XML runner with main() to fail make check and output to screen, too.

3c443c0b 11/27/2007 03:29 pm Johnathan Corgan

Merged r7001:7035 from jcorgan/t202 into trunk. Implements ticket:202, converting qa code in core to new top block code.

Three issues exist and have been separately logged:

qa_bin_statistics.py - ticket:199
qa_rational_resampler.py - ticket:210
qa_stream_mux.py - ticket:211...

937b719d 07/21/2007 03:44 am Eric Blossom

Updated license from GPL version 2 or later to GPL version 3 or later.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6044 221aa14e-8319-0410-a670-987f0aec2ac5

f1c41f80 09/27/2006 05:14 am Eric Blossom

Merged changes from eb/digital-wip into trunk.

This includes:

  • renaming gnuradio-examples/python/gmsk2 to gnuradio-examples/python/digital
  • refactoring the digital data tx and rx test code into benchmark_tx
    and benchmark_rx. These accept a -m <modulation> argument....