Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core @ 153de8c4

Name Size
  src
.gitignore 330 Bytes
Makefile.am 1022 Bytes
gnuradio-core.conf 481 Bytes
gnuradio-core.pc.in 360 Bytes

Latest revisions

# Date Author Comment
153de8c4 12/23/2010 11:31 pm Tom Rondeau

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

1a3e4989 12/12/2010 06:40 pm Tom Rondeau

PFB resampler: fix it this way to avoid the signed/unsigned warning.

199b77a7 12/12/2010 06:28 pm Tom Rondeau

PFB resampler: fixes bug where filter could be looking past the number of inputs.

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.

dd656e9d 11/24/2010 11:21 pm Tom Rondeau

Changing API for gr_skiphead to use uint64_t for the offset instead of size_t (still unsigned). Fixes issue #304.

Also uses uint64_t's internally so everyone is always on the same type. This should not affect anyone's use of the block.

522073fa 11/24/2010 11:20 pm Tom Rondeau

Adding typedef for uint64_t and int64_t so we can use them through SWIG.

d7f501f6 11/24/2010 10:24 pm Tom Rondeau

Merge branch 'warnings'

88c83cf6 11/24/2010 04:57 am Tom Rondeau

Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out.

9922d355 11/16/2010 07:15 am Tom Rondeau

Removing autogenerated file.

9eeb6dba 11/09/2010 03:42 am Tom Rondeau

Adding a bit more checking on file operations.

View revisions

Also available in: Atom