summaryrefslogtreecommitdiff
path: root/gnuradio-core/src/python/gnuradio
AgeCommit message (Expand)Author
2011-10-19Removing usrp, usrp2, gr-usrp, gr-usrp2. Everything is moving to using UHD. A...Tom Rondeau
2011-10-19uhd: updating examples to use args and better default for all UHD examples; a...Tom Rondeau
2011-10-12digital: fixed QA tests for ofdm.Tom Rondeau
2011-10-12digital: removed psk and qam from gnuradio-core; unnecessary now.Tom Rondeau
2011-10-12digital: wip: changes to get benchmark_ofdm_tx to produce output (runs but un...Tom Rondeau
2011-10-12digital: wip: moved all OFDM examples and blks2impl to gr-digital.Tom Rondeau
2011-10-07uhd: adding uhd_rx_nogui app to uhd apps directory.Tom Rondeau
2011-10-06Merge branch 'next' into digitalTom Rondeau
2011-10-06Formatting and normalizing freq limits.Tom Rondeau
2011-10-06Added FFF version of pfb_arb_resampler to Python hier block (where only the r...Tom Rondeau
2011-09-26Merge branch 'next' into digitalTom Rondeau
2011-09-23updated QA codes for fixed PLL blocks.Tom Rondeau
2011-09-23Merge branch 'master' into nextTom Rondeau
2011-09-23fixed QA code for PLL changesTom Rondeau
2011-09-09Merge branch 'master' into nextTom Rondeau
2011-09-08logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-08Merge branch 'master' into nextTom Rondeau
2011-09-07logpwrfft.py -- need to average the square, not square the average. Then do ...Matt Ettus
2011-09-01digital: adding CPM C++ hier block, which adds a hier directory to gr-digital...Tom Rondeau
2011-08-30Merge remote branch 'mbant/cpm' into digitalTom Rondeau
2011-08-29Updating QA code for PLL blocks. Setting gains using new loop bw concept chan...Tom Rondeau
2011-07-24digital: moving Python digital stuff to gr-digital. Fixing some build issues.Tom Rondeau
2011-07-24digital: moved CRC32 from gnuradio-core to gr-digital. Also added QA code for...Tom Rondeau
2011-07-21digital: moving correlate_access_code to gr-digital.Tom Rondeau
2011-07-20digital: removed LMS and CMA equalizers from core that are supplanted in gr-d...Tom Rondeau
2011-07-19digital: removed references to modulators that were moved to gr-digital.Tom Rondeau
2011-07-19digital: moved gr_binary_slicer_fb to digital_binary_slicer_fb and added QA c...Tom Rondeau
2011-07-18gr-vocoder: reimplemented gr-gsm-fr-vocoder in gr-vocoderJohnathan Corgan
2011-07-17digital: reverting back to ofdm, pkt, and modulation_utils in gnuradio-core t...Tom Rondeau
2011-07-12fixing buildTom Rondeau
2011-07-10digital: removed new constellation blocks from gnuradio-core.Tom Rondeau
2011-06-13Merge branch '8psk' of https://github.com/trondeau/gnuradio into 8pskBen Reynwar
2011-06-03Merge branch 'master' into 8pskTom Rondeau
2011-06-02QA: adding QA code for DC blocker block. Tests impulse response for complex a...Tom Rondeau
2011-05-11Moved generic psk and qam modulation into gr-digital.Ben Reynwar
2011-04-08Merge branch 'master' into constell_objTom Rondeau
2011-04-07core: adding QA code for int_to_float block.Tom Rondeau
2011-03-09audio: make prefs look like old audio, removed old audio.pyJosh Blum
2011-02-27Fixed to make compatible with python 2.4Ben Reynwar
2011-02-27Updated copyright notice dates.Ben Reynwar
2011-02-27Minor bug fixes (from last two commits)Ben Reynwar
2011-02-27Removing docstring generation from this branch.Ben Reynwar
2011-02-27Added testing module for constellation_receiver.Ben Reynwar
2011-02-27Added utility python sequence comparison scripts for use in testing.Ben Reynwar
2011-02-20Constellation objects accept n-dimensional points. (i.e. n complex numbers co...Ben Reynwar
2011-02-13Added constellation object unit test.Ben Reynwar
2011-02-13Fixing bugs in qam.py.Ben Reynwar
2011-02-09Changed constellation objects so that codings besides gray code can be used.Ben Reynwar
2011-02-01Forgot to add qpsk.py in last commit.Ben Reynwar
2011-01-31Added QPSK constellation object.Ben Reynwar