Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-28 | Allowing PFB interpolator to be called without specifying the taps; autogen ↵ | Tom Rondeau | |
taps inside hierblock. | |||
2010-12-28 | Allowing PFB decimator to be called without specifying the taps; autogen ↵ | Tom Rondeau | |
taps inside hierblock. | |||
2010-12-28 | PFB channelizer can be specified without external taps. Uses optfir to ↵ | Tom Rondeau | |
generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired. | |||
2010-12-28 | Updating the arb. resampler to use the optfir filter that provides better ↵ | Tom Rondeau | |
specificatiion of stopband atten. | |||
2010-12-23 | clean now gets rid of unittest results. Passes distcheck. | Tom Rondeau | |
2010-12-23 | Modifying the unittest output. XML files are no longer written outside of ↵ | Tom Rondeau | |
the build tree. | |||
2010-12-22 | Merge branch 'alsa_drop_samples' | Tom Rondeau | |
2010-12-22 | A new patch for fixing the alsa restart issue. Submitted by Volker Schroer. | Tom Rondeau | |
2010-12-22 | Reverting last change in alsa. | Tom Rondeau | |
2010-12-12 | PFB resampler: fix it this way to avoid the signed/unsigned warning. | Tom Rondeau | |
2010-12-12 | PFB resampler: fixes bug where filter could be looking past the number of ↵ | Tom Rondeau | |
inputs. | |||
2010-12-06 | Adding a "change in progress" check to alsa sink. | Tom Rondeau | |
2010-12-06 | Adding new example script for using the new PFB arbitrary resampler ↵ | Tom Rondeau | |
interface. One resampler takes user-generated taps and another resampler just takes the resampling rate. Both input and output signals are plotted. | |||
2010-12-06 | Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to ↵ | Tom Rondeau | |
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. | |||
2010-11-24 | Changing API for gr_skiphead to use uint64_t for the offset instead of ↵ | Tom Rondeau | |
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. | |||
2010-11-24 | Adding typedef for uint64_t and int64_t so we can use them through SWIG. | Tom Rondeau | |
2010-11-24 | Merge branch 'warnings' | Tom Rondeau | |
2010-11-24 | Removing warnings in portaudio source/sink. | Tom Rondeau | |
2010-11-23 | Merge branch 'master' of gnuradio.org:gnuradio | Tom Rondeau | |
2010-11-23 | Fixing output types from tap_type to o_type in gr_single_pole_iir.h. Doesn't ↵ | Tom Rondeau | |
make a difference in the current uses of this class, but could in the future. Thanks to Achilleas Anastasopoulos for pointing this out. | |||
2010-11-23 | first shot at Windows-compatible LIBUSB check | Michael Dickens | |
2010-11-23 | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵ | Michael Dickens | |
because the symbol does not exist for that platform (only, it seems) | |||
2010-11-23 | Merge branch 'no_usb_debug_windows' | Tom Rondeau | |
2010-11-15 | Removing autogenerated file. | Tom Rondeau | |
2010-11-10 | Updated doxygen Doxyfile for newer versions. | Tom Rondeau | |
2010-11-09 | Adding file operations result checking. | Tom Rondeau | |
2010-11-09 | Updating audio_jack to new interface for creating a client. Fixes depricated ↵ | Tom Rondeau | |
warning. | |||
2010-11-08 | Potential fix to MSDD warnings by setting sequence number from buffer more ↵ | Tom Rondeau | |
explicitly. | |||
2010-11-08 | Adding a bit more checking on file operations. | Tom Rondeau | |
2010-11-08 | Fixing copyright date. | Tom Rondeau | |
2010-11-08 | Fixed warning re defining GNU_SOURCE. Can probably just remove it since it's ↵ | Tom Rondeau | |
defined in config, but this won't hurt anyone. | |||
2010-11-08 | Fixing signed/unsigned warnings. | Tom Rondeau | |
2010-11-04 | first shot at Windows-compatible LIBUSB check | Michael Dickens | |
2010-11-02 | Sneaking in a few warning fixes to this branch. | Tom Rondeau | |
2010-11-02 | Adding ability for FIR filter with internal buffer to decimate. | Tom Rondeau | |
Also adds QA code to test decimate by 2 and 5. Removes lib/filter/gri_fir_filter_with_buffer_ccf.h that is autogenerated. | |||
2010-11-01 | Tweak LIBUSB m4 script to not check for 'usb_debug' symbol on Windows, ↵ | Michael Dickens | |
because the symbol does not exist for that platform (only, it seems) | |||
2010-10-30 | Added a check in alsa sink if error has occurred due to blocking; if so, it ↵ | Tom Rondeau | |
will just drop samples and not get backed up. Patch taken from Marcus Leech 10/29/2010. | |||
2010-10-29 | Merge branch 'makefile_var_ordering' | Tom Rondeau | |
2010-10-17 | Adds a new parameter "y_axis_label" to scopesink2 and the GRC .xml file that ↵ | Marcus Leech | |
contains the string for the Y axis label. It defaults to 'Counts' to be consistent with the old version. | |||
2010-10-17 | Adding ccf version of fir filter to gitignore. | Tom Rondeau | |
2010-10-17 | Removing nonexistent gri .i file from Makefile. Got a bit carried away with ↵ | Tom Rondeau | |
the copy/paste. | |||
2010-10-17 | Removing ccf version of filter that is now autogenerated. | Tom Rondeau | |
2010-10-17 | Fixing up filters a bit to pass QA tests for all versions. | Tom Rondeau | |
2010-10-16 | Fixes Makefile for fir filter generators. | Tom Rondeau | |
Adding new QA code for all other fir filters. fff and fsf versions currently failing. | |||
2010-10-16 | Using generators to make gri_fir_filter_with_buffer_XXX into all possible ↵ | Tom Rondeau | |
in/out/tap types we support. | |||
2010-10-16 | Merge branch 'synfilt' | Tom Rondeau | |
2010-10-16 | Work on examples for the synthesize filterbank block. The cleans up the ↵ | Tom Rondeau | |
simple example and adds a new example that synthesizes a number of signals and then channelizes them again. It displays the synthesized PSD as well as the PSD and time waveform of one of the channels that's specified in teh code. | |||
2010-10-16 | Adding QA code for fir filter with buffer. | Tom Rondeau | |
2010-10-16 | Cleaning up synthesis filter and using new FIR filter with buffer. | Tom Rondeau | |
2010-10-16 | Cleaning up the new FIR filter implementation. Protects against some corner ↵ | Tom Rondeau | |
cases and adds filterN. |