Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src @ 4a3fb7eb

Name Size
  gen_interpolator_taps
  lib
  python
  tests
  utils
.gitignore 59 Bytes
Makefile.am 974 Bytes

Latest revisions

# Date Author Comment
4a3fb7eb 10/16/2010 11:42 pm Tom Rondeau

Fixes Makefile for fir filter generators.

Adding new QA code for all other fir filters. fff and fsf versions currently failing.

eb7316ea 10/16/2010 10:28 pm Tom Rondeau

Using generators to make gri_fir_filter_with_buffer_XXX into all possible in/out/tap types we support.

07343791 10/16/2010 09:03 pm Tom Rondeau

Merge branch 'synfilt'

62042813 10/16/2010 06:37 pm Tom Rondeau

Adding QA code for fir filter with buffer.

72c9a5a1 10/16/2010 06:36 pm Tom Rondeau

Cleaning up synthesis filter and using new FIR filter with buffer.

e037d329 10/16/2010 06:35 pm Tom Rondeau

Cleaning up the new FIR filter implementation. Protects against some corner cases and adds filterN.

2e633fc3 10/16/2010 03:13 pm Tom Rondeau

Adding a FIR filter implemented with its own internal buffer. This one keeps its own delay line and just takes in input samples instead of a pointer to an external buffer.

The synthesis filter is being updated to use the new FIR implementation.

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.

3ac56587 10/07/2010 12:50 am Tom Rondeau

Fixed missing set_relative_rate in these two blocks. The others don't actually do it, even though it's counter-intuitive for the pfb_decimate, which is a sync_block (decimation actually care of in the stream_to_streams).

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.

View revisions

Also available in: Atom