- Feb 08, 2011
-
-
Johnathan Corgan authored
-
Johnathan Corgan authored
-
- Jan 17, 2011
-
-
Tom Rondeau authored
Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech for the last three modifications.
-
Tom Rondeau authored
Adding accessors to Goertzel filter GR block to call setparms from implementation file for (re)setting parameters.
-
Tom Rondeau authored
-
- Jan 16, 2011
-
-
Tom Rondeau authored
* maint: Fixing up fft and constellation plot to better handle zooming. Fixing zooming capabilities. Time axis does not track any longer due to what looks like a matplotlib bug that resets the xlims after the zoom occurs. Fixing up other plotting tools for data read errors. Using .min and .max on scipy arrays instead of min() max(); seems to be more portable. Fix how the end of a file is handled. PFB resampler: fix it this way to avoid the signed/unsigned warning. PFB resampler: fixes bug where filter could be looking past the number of inputs.
-
Tom Rondeau authored
-
Tom Rondeau authored
Fixing zooming capabilities. Time axis does not track any longer due to what looks like a matplotlib bug that resets the xlims after the zoom occurs.
-
- Jan 15, 2011
-
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
- Jan 06, 2011
-
-
Tom Rondeau authored
-
- Dec 28, 2010
-
-
Tom Rondeau authored
Under extreme circumstances, optfir might never produce an answer (atten>300), so this puts in a check on the ripple; if it gets too large, stop trying.
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
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.
-
Tom Rondeau authored
Updating the arb. resampler to use the optfir filter that provides better specificatiion of stopband atten.
-
- Dec 24, 2010
-
-
Tom Rondeau authored
-
- Dec 23, 2010
-
-
Tom Rondeau authored
-
- Dec 22, 2010
-
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
- Dec 12, 2010
-
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
- Dec 07, 2010
-
-
Tom Rondeau authored
-
- Dec 06, 2010
-
-
Tom Rondeau authored
Adding new example script for using the new PFB arbitrary resampler interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted.
-
Tom Rondeau authored
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.
-
- Nov 24, 2010
-
-
Tom Rondeau authored
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.
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
-
Tom Rondeau authored
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.
-
Michael Dickens authored
-
Michael Dickens authored
Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, because the symbol does not exist for that platform (only, it seems)
-
Tom Rondeau authored
-
- Nov 16, 2010
-
-
Tom Rondeau authored
-
- Nov 10, 2010
-
-
Tom Rondeau authored
-