index
:
gnuradio/.git
master
GNU Radio fork v3.6
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
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
2011-02-19
added sccc turbo decoder block + example test_sccc_turbo1.py
Achilleas Anastasopoulos
2011-02-18
templated siso_combined
Achilleas Anastasopoulos
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
2011-02-17
inital commit of turbo stuff:
Achilleas Anastasopoulos
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
2011-01-17
Adding accessors to Goertzel filter GR block to call setparms from implementa...
Tom Rondeau
2011-01-17
Adding accessor function to Goertzel filter implementaiton to set/reset its p...
Tom Rondeau
2011-01-16
Merge branch 'maint'
Tom Rondeau
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
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
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 (atten>300)...
Tom Rondeau
2010-12-28
Allowing PFB interpolator to be called without specifying the taps; autogen t...
Tom Rondeau
2010-12-28
Allowing PFB decimator to be called without specifying the taps; autogen taps...
Tom Rondeau
2010-12-28
PFB channelizer can be specified without external taps. Uses optfir to genera...
Tom Rondeau
2010-12-28
Updating the arb. resampler to use the optfir filter that provides better spe...
Tom Rondeau
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 the...
Tom Rondeau
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 inp...
Tom Rondeau
2010-12-12
PFB resampler: fixes bug where filter could be looking past the number of inp...
Tom Rondeau
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 interface...
Tom Rondeau
2010-12-06
Modifying blsk2 wrapper for PFB arbitrary resampler to allow the user to just...
Tom Rondeau
2010-11-24
Changing API for gr_skiphead to use uint64_t for the offset instead of size_t...
Tom Rondeau
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
[next]