Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-01-01 | Changed pky.py so that is possible to skip modulation/demodulation steps. | Ben Reynwar | |
2011-01-01 | Worked on generic demodulation. | Ben Reynwar | |
2010-12-10 | Fixing generic demodulation. | Ben Reynwar | |
2010-12-09 | Fixing Makefile.am in blks2impl for recent changes. | Ben Reynwar | |
2010-12-09 | Merge branch 'grorg-master' | Ben Reynwar | |
2010-12-09 | Fixed Makefile so that generation of python docstrings works. Still not ↵ | Ben Reynwar | |
well done. | |||
2010-12-09 | Added support for modulation/demodulation of a generic constellation. | Ben Reynwar | |
Not yet robust enough. Inefficient QAM modulation/demodulation also added (via the generic implementation). | |||
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-12-05 | Fixed typos in comments ('samples per symbol' not 'samples per second'). | Ben Reynwar | |
2010-12-03 | Merge branch 'grorg-master' | Ben Reynwar | |
2010-12-03 | Added a new example python script (a stripped down version of ↵ | Ben Reynwar | |
benchmark_loopback.py). Made minor change to blks2.demod_pkts. | |||
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-17 | Merge branch 'grorg-master' | Ben Reynwar | |
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-03 | Merge branch 'grorg-master' | Ben Reynwar | |
2010-11-03 | Generation of python docstrings from doxygen xml. | Ben Reynwar | |
swig_doc.i is a swig interface file containing all the docstrings. It is generated using swig_doc.py and included by gnuradio.i. Minor changes to the swig make files have been made so that the generation of swig_doc.i occurs. | |||
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-29 | Adding doxyxml python package. Acts as interface to doxygen-generated xml. | Ben Reynwar | |
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 | |