summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-02-20added a scaling parameter in trellis_sccc_decoder, neededAchilleas Anastasopoulos
for sum-product metric calculation
2011-02-19added sccc turbo decoder block + example test_sccc_turbo1.pyAchilleas Anastasopoulos
2011-02-18templated siso_combinedAchilleas Anastasopoulos
removed Makefile.gen from git tracking
2011-02-18removed "audio" dependencies from test files in gr-trellisAchilleas Anastasopoulos
2011-02-18core algorithms such as viterbi/siso were refactoredAchilleas Anastasopoulos
and implemented using templates. Minor renaming of some files
2011-02-17inital commit of turbo stuff:Achilleas Anastasopoulos
added sccc encoder block + minor fixes
2011-02-08build: update revision to 3.3.2gitJohnathan Corgan
2011-02-08build: update version number to 3.3.1Johnathan Corgan
2011-02-08build: update config.guess and config.sub from canonical sourceJohnathan Corgan
2011-01-17Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech ↵Tom Rondeau
for the last three modifications.
2011-01-17Adding accessors to Goertzel filter GR block to call setparms from ↵Tom Rondeau
implementation file for (re)setting parameters.
2011-01-17Adding accessor function to Goertzel filter implementaiton to set/reset its ↵Tom Rondeau
parameters.
2011-01-16Merge branch 'maint'Tom Rondeau
* 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.
2011-01-16Fixing up fft and constellation plot to better handle zooming.Tom Rondeau
2011-01-16Fixing zooming capabilities. Time axis does not track any longer due to what ↵Tom Rondeau
looks like a matplotlib bug that resets the xlims after the zoom occurs.
2011-01-15Fixing up other plotting tools for data read errors.Tom Rondeau
2011-01-15Using .min and .max on scipy arrays instead of min() max(); seems to be more ↵Tom Rondeau
portable.
2011-01-15Fix how the end of a file is handled.Tom Rondeau
2011-01-06Fixed error in the name of the test_filter output files.Tom Rondeau
2010-12-28Under extreme circumstances, optfir might never produce an answer ↵Tom Rondeau
(atten>300), so this puts in a check on the ripple; if it gets too large, stop trying.
2010-12-28Allowing PFB interpolator to be called without specifying the taps; autogen ↵Tom Rondeau
taps inside hierblock.
2010-12-28Allowing PFB decimator to be called without specifying the taps; autogen ↵Tom Rondeau
taps inside hierblock.
2010-12-28PFB 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-28Updating the arb. resampler to use the optfir filter that provides better ↵Tom Rondeau
specificatiion of stopband atten.
2010-12-23clean now gets rid of unittest results. Passes distcheck.Tom Rondeau
2010-12-23Modifying the unittest output. XML files are no longer written outside of ↵Tom Rondeau
the build tree.
2010-12-22Merge branch 'alsa_drop_samples'Tom Rondeau
2010-12-22A new patch for fixing the alsa restart issue. Submitted by Volker Schroer.Tom Rondeau
2010-12-22Reverting last change in alsa.Tom Rondeau
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fix it this way to avoid the signed/unsigned warning.Tom Rondeau
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of ↵Tom Rondeau
inputs.
2010-12-12PFB resampler: fixes bug where filter could be looking past the number of ↵Tom Rondeau
inputs.
2010-12-06Adding a "change in progress" check to alsa sink.Tom Rondeau
2010-12-06Adding 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-06Modifying 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-24Changing 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-24Adding typedef for uint64_t and int64_t so we can use them through SWIG.Tom Rondeau
2010-11-24Merge branch 'warnings'Tom Rondeau
2010-11-24Removing warnings in portaudio source/sink.Tom Rondeau
2010-11-23Merge branch 'master' of gnuradio.org:gnuradioTom Rondeau
2010-11-23Fixing 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-23first shot at Windows-compatible LIBUSB checkMichael Dickens
2010-11-23Tweak 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-23Merge branch 'no_usb_debug_windows'Tom Rondeau
2010-11-15Removing autogenerated file.Tom Rondeau
2010-11-10Updated doxygen Doxyfile for newer versions.Tom Rondeau
2010-11-09Adding file operations result checking.Tom Rondeau
2010-11-09Updating audio_jack to new interface for creating a client. Fixes depricated ↵Tom Rondeau
warning.
2010-11-08Potential fix to MSDD warnings by setting sequence number from buffer more ↵Tom Rondeau
explicitly.