Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-09-24 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-23 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-23 | fixed QA code for PLL changes | Tom Rondeau | |
2011-09-12 | Merge branch 'next' of http://gnuradio.org/git/gnuradio into next | Josh Blum | |
2011-09-09 | Merge branch 'master' into next | Tom Rondeau | |
Fixed some strange conflicts where a Makefile.am and .gitignore were disappeared. | |||
2011-09-08 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-09-08 | Merge branch 'master' into next | Tom Rondeau | |
2011-09-07 | logpwrfft.py -- need to average the square, not square the average. Then do ↵ | Matt Ettus | |
proper scaling (no more 3dB kludge). | |||
2011-07-20 | gr: squashed cmakelists.txt into one commit | Josh Blum | |
2011-07-20 | core: use gendir envvar to optionally generate makfile.gen into the build dir | Josh Blum | |
2011-07-18 | gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoder | Johnathan Corgan | |
2011-07-17 | digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core ↵ | Tom Rondeau | |
to master. Moved new versions under gr-digital. | |||
2011-07-12 | fixing build | Tom Rondeau | |
2011-07-10 | digital: removed new constellation blocks from gnuradio-core. | Tom Rondeau | |
2011-06-13 | Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8psk | Ben Reynwar | |
2011-06-03 | Merge branch 'master' into 8psk | Tom Rondeau | |
2011-06-02 | QA: adding QA code for DC blocker block. Tests impulse response for complex ↵ | Tom Rondeau | |
and float, long and short form for each. | |||
2011-05-11 | Moved generic psk and qam modulation into gr-digital. | Ben Reynwar | |
2011-04-08 | Merge branch 'master' into constell_obj | Tom Rondeau | |
Conflicts: gnuradio-core/src/lib/filter/gr_pfb_clock_sync_ccf.h gr-audio-oss/src/Makefile.swig.gen gr-audio/swig/Makefile.swig.gen | |||
2011-04-07 | core: adding QA code for int_to_float block. | Tom Rondeau | |
2011-03-09 | audio: make prefs look like old audio, removed old audio.py | Josh Blum | |
2011-02-27 | Fixed to make compatible with python 2.4 | Ben Reynwar | |
2011-02-27 | Updated copyright notice dates. | Ben Reynwar | |
2011-02-27 | Minor bug fixes (from last two commits) | Ben Reynwar | |
2011-02-27 | Removing docstring generation from this branch. | Ben Reynwar | |
2011-02-27 | Added testing module for constellation_receiver. | Ben Reynwar | |
2011-02-27 | Added utility python sequence comparison scripts for use in testing. | Ben Reynwar | |
2011-02-20 | Constellation objects accept n-dimensional points. (i.e. n complex numbers ↵ | Ben Reynwar | |
correspond to one symbol value.) | |||
2011-02-13 | Added constellation object unit test. | Ben Reynwar | |
2011-02-13 | Fixing bugs in qam.py. | Ben Reynwar | |
2011-02-09 | Changed constellation objects so that codings besides gray code can be used. | Ben Reynwar | |
2011-02-01 | Forgot to add qpsk.py in last commit. | Ben Reynwar | |
2011-01-31 | Added QPSK constellation object. | Ben Reynwar | |
2011-01-31 | Tidied qam.py | Ben Reynwar | |
2011-01-31 | Added BPSK constellation object. | Ben Reynwar | |
2011-01-30 | Added ofdm_frame_sink2. Like ofdm_frame_sink but uses constellation object. | Ben Reynwar | |
2011-01-30 | Modified python level OFDM to use constellation object. | Ben Reynwar | |
2011-01-30 | Merged upstream from next | Ben Reynwar | |
2011-01-20 | Added support for PSK to generic modulation. | Ben Reynwar | |
2011-01-14 | Tidied QAM modulation. | Ben Reynwar | |
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-28 | Merge branch 'master' into next | Tom Rondeau | |
* master: Under extreme circumstances, optfir might never produce an answer (atten>300), so this puts in a check on the ripple; if it gets too large, stop trying. Allowing PFB interpolator to be called without specifying the taps; autogen taps inside hierblock. Allowing PFB decimator to be called without specifying the taps; autogen taps inside hierblock. PFB channelizer can be specified without external taps. Uses optfir to generate an internal filter to cover the channel bandwidth; user can specify the attenuation of this filter if desired. Updating the arb. resampler to use the optfir filter that provides better specificatiion of stopband atten. | |||
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 | Merge branch 'master' into next | Tom Rondeau | |
* master: clean now gets rid of unittest results. Passes distcheck. Modifying the unittest output. XML files are no longer written outside of the build tree. A new patch for fixing the alsa restart issue. Submitted by Volker Schroer. Reverting last change in alsa. 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. Adding a "change in progress" check to alsa sink. Added a check in alsa sink if error has occurred due to blocking; if so, it will just drop samples and not get backed up. Patch taken from Marcus Leech 10/29/2010. Conflicts: Makefile.common gnuradio-core/src/lib/filter/gr_pfb_arb_resampler_ccf.cc | |||
2010-12-23 | Modifying the unittest output. XML files are no longer written outside of ↵ | Tom Rondeau | |
the build tree. |