Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio @ 3f32342f

Name Size
  blks2
  blks2impl
  gr
  gru
  gruimpl
  vocoder
.gitignore 63 Bytes
Makefile.am 1.2 kB
__init__.py 22 Bytes
audio.py 2.7 kB
eng_notation.py 2.1 kB
eng_option.py 2 kB
gr_unittest.py 6.1 kB
gr_xmlrunner.py 12.3 kB
modulation_utils.py 3.1 kB
modulation_utils2.py 3.1 kB
ofdm_packet_utils.py 26.8 kB
optfir.py 12.5 kB
packet_utils.py 27.2 kB
usrp_options.py 5.5 kB
window.py 5.3 kB

Latest revisions

# Date Author Comment
3f32342f 12/28/2010 06:00 pm Tom Rondeau

Allowing PFB interpolator to be called without specifying the taps; autogen taps inside hierblock.

47c11429 12/28/2010 05:56 pm Tom Rondeau

Allowing PFB decimator to be called without specifying the taps; autogen taps inside hierblock.

3751671d 12/28/2010 05:56 pm Tom Rondeau

PFB channelizer can be specified without external taps. Uses optfir to generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired.

ae03fd9a 12/28/2010 05:47 pm Tom Rondeau

Updating the arb. resampler to use the optfir filter that provides better specificatiion of stopband atten.

153de8c4 12/23/2010 11:31 pm Tom Rondeau

Modifying the unittest output. XML files are no longer written outside of the build tree.

6246efbe 12/06/2010 06:52 pm Tom Rondeau

Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just specify the requested resampling rate without providing their own filter taps.

Taps are then generated inside hier_block2 to cover full bandwidth of input signal.

Optional attenuation parameter may be provided.

d74b45e2 10/07/2010 01:15 am Tom Rondeau

Checks to make sure XML path is writable before making the XML runner. Ignores it if directory is now writable.

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.

08fa4163 10/03/2010 07:39 pm Tom Rondeau

Adding gr_xmlrunner.py to Makefile.

2933f69b 10/03/2010 07:00 pm Tom Rondeau

Adding XML output to Python unittests.

gr_unittest.py was updated to handle the path and file creation and run the XML runner

gr_xmlrunner.py is a public domain program written by Sebastian Rittau <> (THANKS!) to extend Python's unittest module to handle XML JUnit format output. This was renamed from xmlrunner.py if any future work is done on it from our project as well as to keep the namespace clean and clear....

View revisions

Also available in: Atom