summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-09-05standardized the Element inheritance __init__ usage in guiJosh Blum
2009-09-05better error msg for empty statementsJosh Blum
2009-09-05Implement a recursive validation api in the base Element class.Josh Blum
2009-09-04Merge branch 'grc' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-04stop sending short ethernet command packets.Eric Blossom
2009-09-04Fix problem with commands timing out (specifically stop_rx_streaming)Eric Blossom
2009-09-04Fix race condition that caused commands such as stop_rx_streaming to fail.Eric Blossom
2009-09-03Merge branch 'sync' from http://gnuradio.org/git/trondeau.git into masterJohnathan Corgan
2009-09-03Fixing a line in the clock recovery algorithm. This works with a bit larger e...Tom Rondeau
2009-09-03Better fix for broken AC_PROG_F77 macroJohnathan Corgan
2009-09-03we dont use test() -> remove itJosh Blum
2009-09-03Fix Python header check failure due to invalid cached stateJohnathan Corgan
2009-09-03Made the window for the pass band filters integers (take firdes.WIN_XXX).Josh Blum
2009-09-02Evaluation fix in param.to_code().Josh Blum
2009-09-02Merge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-02Merge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-02waterfall and fft use a common autoscale functionJosh Blum
2009-09-02Fix so that the waterfall texture is initialized with a buffer of the same size.Josh Blum
2009-09-02Modifications to usrp2 source and sink so that set center freq is called afer...Josh Blum
2009-09-02Removed the flagging api and usage from the base classes.Josh Blum
2009-09-02added ref scale param to fft and waterfallJosh Blum
2009-09-02Modifications to the usrp blocks and wrapper so that the lo offset is set wit...Josh Blum
2009-09-02Removed subversion related configuration info.Johnathan Corgan
2009-09-02Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-09-02Expand frequency ranges to match hardware capability.Johnathan Corgan
2009-08-31Modified log power fft block so ref scale is peak to peak.Josh Blum
2009-08-30Adding clock sync algorithm using PFB. This works, but needs a bit more work.Tom
2009-08-30Switched the python classes to inherit from the base and gui classes.Josh Blum
2009-08-30port and param types from an overloaded methodJosh Blum
2009-08-29todoJosh Blum
2009-08-29Replaced TYPES in Port and Param with types parameter.Josh Blum
2009-08-28made is_virtual_xxx a block level function, used by port and param classesJosh Blum
2009-08-28added stream id type and checking in evaluateJosh Blum
2009-08-28avoid loopsJosh Blum
2009-08-28Recursive resolution of virtual sources.Josh Blum
2009-08-28added virtual source and added stream ids, logic to clone in portJosh Blum
2009-08-26Merge vrt of http://gnuradio.org/git/jblum.git into masterJohnathan Corgan
2009-08-26Merge msg-passing from http://gnuradio.org/git/eb.gitJohnathan Corgan
2009-08-26added rewrite methods to element to separate from validation logicJosh Blum
2009-08-26Added virtual sink and logic to clone port.Josh Blum
2009-08-25removed repurposing of padsJosh Blum
2009-08-25Merge branch 'master' of http://gnuradio.org/git/gnuradio into grcJosh Blum
2009-08-25Merge utils from http://gnuradio.org/git/trondeau.gitJohnathan Corgan
2009-08-25Added files to Makefile.am for distribution.Tom Rondeau
2009-08-25Added colorbar to spectrogram for magnitude measurement.Tom Rondeau
2009-08-25Work on command line options for generated code.Josh Blum
2009-08-25Fixed spectrogram plotting axis.Tom Rondeau
2009-08-25Adding a spectrogram plot. The axis need work.Tom Rondeau
2009-08-25GR plotter tool handles end of file and files shorter than the block length.Tom Rondeau
2009-08-25Manages window/filter types better. Disables filter types if the designing al...Tom Rondeau