Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-05 | trellis: fixed Makefile by removing non-existant file names. | Tom Rondeau | |
2011-06-02 | Updated some of the examples in gr-trellis to use the options parser | Achilleas Anastasopoulos | |
2011-03-24 | updated gr-trellis documentation | Achilleas Anastasopoulos | |
2011-02-22 | Added Makefile.gen back to repo | Achilleas Anastasopoulos | |
2011-02-21 | added pccc decoder + examples | Achilleas Anastasopoulos | |
2011-02-20 | added pccc (parallel concatenated convlutional code) encoder | Achilleas Anastasopoulos | |
2011-02-20 | updated documentation | Achilleas Anastasopoulos | |
2011-02-20 | added sccc_decoder block (without the metrics part) | Achilleas Anastasopoulos | |
2011-02-20 | added a scaling parameter in trellis_sccc_decoder, needed | Achilleas Anastasopoulos | |
for sum-product metric calculation | |||
2011-02-19 | added sccc turbo decoder block + example test_sccc_turbo1.py | Achilleas Anastasopoulos | |
2011-02-18 | templated siso_combined | Achilleas Anastasopoulos | |
removed Makefile.gen from git tracking | |||
2011-02-18 | removed "audio" dependencies from test files in gr-trellis | Achilleas Anastasopoulos | |
2011-02-18 | core algorithms such as viterbi/siso were refactored | Achilleas Anastasopoulos | |
and implemented using templates. Minor renaming of some files | |||
2011-02-17 | inital commit of turbo stuff: | Achilleas Anastasopoulos | |
added sccc encoder block + minor fixes | |||
2011-02-08 | build: update revision to 3.3.2git | Johnathan Corgan | |
2011-02-08 | build: update version number to 3.3.1 | Johnathan Corgan | |
2011-02-08 | build: update config.guess and config.sub from canonical source | Johnathan Corgan | |
2011-01-17 | Adding new accessor for Goertzel filter to GRC block. Thanks to Marcus Leech ↵ | Tom Rondeau | |
for the last three modifications. | |||
2011-01-17 | Adding accessors to Goertzel filter GR block to call setparms from ↵ | Tom Rondeau | |
implementation file for (re)setting parameters. | |||
2011-01-17 | Adding accessor function to Goertzel filter implementaiton to set/reset its ↵ | Tom Rondeau | |
parameters. | |||
2011-01-16 | Merge 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-16 | Fixing up fft and constellation plot to better handle zooming. | Tom Rondeau | |
2011-01-16 | Fixing 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-15 | Fixing up other plotting tools for data read errors. | Tom Rondeau | |
2011-01-15 | Using .min and .max on scipy arrays instead of min() max(); seems to be more ↵ | Tom Rondeau | |
portable. | |||
2011-01-15 | Fix how the end of a file is handled. | Tom Rondeau | |
2011-01-06 | Fixed error in the name of the test_filter output files. | Tom Rondeau | |
2010-12-28 | Under 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-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: 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-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. |