summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-03-21Add new block gr.additive_scrambler_bb()Johnathan Corgan
2010-03-21Merge branch 'grc/dualusrp' of git://gnuradio.org/jblumJohnathan Corgan
2010-03-21Merge branch 'grc/menu' of git://gnuradio.org/jblumJohnathan Corgan
2010-03-21Fix extraneous import in gr-gpioJuha Vierinen
2010-03-21Added missing header includes for memcpyJohnathan Corgan
2010-03-14Merge branch 'fftfilt'Tom Rondeau
2010-03-14Removing SSE version of FFT filter until we work out how we want to handle th...Tom Rondeau
2010-03-14Merge branch 'digital'Tom Rondeau
2010-03-14Fixing copyright of a couple of stragglers.Tom Rondeau
2010-03-14Fixing copyright dates.Tom Rondeau
2010-03-14Making old and new digital modulations completely seperable by adding modulat...Tom Rondeau
2010-03-13Merge branch 'digital' of vps.gnuradio.org:trondeau into digitalTom Rondeau
2010-03-13Merge branch 'digital' of git@gnuradio.org:trondeau into digitalTom Rondeau
2010-03-13Fixing call to usrp_receive_path2.Tom Rondeau
2010-03-13Adding version 2 of receive path so as not to affect old dbpsk and dqpsk oper...Tom Rondeau
2010-03-13Making a version 2 of transmit path so as not to affect old dbpsk and dqpsk o...Tom Rondeau
2010-03-13Now have a FFT filter implemented in SSE and generic version that can be swit...Tom Rondeau
2010-03-11Adding SSE version of fft filters. Complex (ccc) version working.Tom Rondeau
2010-03-10Trial feature for different source sides for usrp dual source.Josh Blum
2010-03-09added a right click context menu for the flow graph elementsJosh Blum
2010-03-08Replace some calls to pmt constructors with mp(foo) shorthand.Eric Blossom
2010-03-08Convert pmt_dict type into an immutable data structure.Eric Blossom
2010-03-07Add check_topology, delete d_diff_filters in dtor, cleanup init and use ofEric Blossom
2010-03-06Changing FLL parameter range for use with new code.Tom Rondeau
2010-03-06Small fixes for loopback with new code.Tom Rondeau
2010-03-06Fixing how new pick_bitrate is used.Tom Rondeau
2010-03-06Using better defaults for new FLL implementation.Tom Rondeau
2010-03-06Improved performance of FLL using a more robust error term.Tom Rondeau
2010-03-04Add command that builds a new 'out-of-tree' project.Eric Blossom
2010-03-04doc fix (in generated file)Eric Blossom
2010-03-04doc fixEric Blossom
2010-03-04Fix distcheck failure in gr-howto-write-a-blockJohnathan Corgan
2010-03-04Merge branch 'howto'Eric Blossom
2010-03-04Refactor gr-howto-write-a-block such that it no longer installs intoEric Blossom
2010-03-03Fixed bug in checking if path is writable.Josh Blum
2010-03-03If the directory is read-only, use the systems tmp directory for generated py...Josh Blum
2010-03-02Merge branch 'usrp2_set_ant' of git://gnuradio.org/jblumJohnathan Corgan
2010-03-02Add README for new FPGA hosting locationJohnathan Corgan
2010-03-01set antenna defaults to 0Josh Blum
2010-02-28Adding Doxygen comments to new FFT filter blocks.Tom Rondeau
2010-02-28New fft filter base class to handle complex data types. Passes make check.Tom Rondeau
2010-02-28Renaming ffft filter base class to reflect its use with floats.Tom Rondeau
2010-02-28Remove usrp1 and usrp2 FPGA files. These are now hosted at:Johnathan Corgan
2010-02-27Adding a base class to handle FFT filters for use in other blocks. Old fft_fi...Tom Rondeau
2010-02-27Fixing use of pick_bitrate2 in QT Rx2.Tom Rondeau
2010-02-27Fixing logging in new DBPSK and DQPSK.Tom Rondeau
2010-02-26Fixing a few bugs in handling of real samples per symbol.Tom Rondeau
2010-02-26Fixes pick_bitrate2 for use on receiver side.Tom Rondeau
2010-02-25setting xcvr antennas through apiJosh Blum
2010-02-25Fixing pick_bitrate2 for transmit side with all cases tested.Tom Rondeau