Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-02 | Merge branch 'wxgui_fix' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | |
* waterfall and fft use a common autoscale function * Fix so that the waterfall texture is initialized with a buffer of the same size. | |||
2009-09-02 | Merge branch 'lo_fix' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | |
* Modifications to usrp2 source and sink so that set center freq is called afer set lo offset. * Modifications to the usrp blocks and wrapper so that the lo offset is set with the lo frequency. | |||
2009-09-02 | waterfall and fft use a common autoscale function | Josh Blum | |
2009-09-02 | Fix so that the waterfall texture is initialized with a buffer of the same size. | Josh Blum | |
If the fft size was a non power of two, the buffer would be a different size. This would cause a segfault. Particularly because fft_window was throwing out a bin. | |||
2009-09-02 | Modifications to usrp2 source and sink so that set center freq is called ↵ | Josh Blum | |
afer set lo offset. | |||
2009-09-02 | Removed the flagging api and usage from the base classes. | Josh Blum | |
Far better to flag the namespace for renewing once in the flowgraph.py | |||
2009-09-02 | added ref scale param to fft and waterfall | Josh Blum | |
2009-09-02 | Modifications to the usrp blocks and wrapper so that the lo offset is set ↵ | Josh Blum | |
with the lo frequency. | |||
2009-09-02 | Removed subversion related configuration info. | Johnathan Corgan | |
* Don't call GR_SUBVERSION in configure.ac * Remove --svn* options from gnuradio-config-info | |||
2009-09-02 | Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | |
* Modified log power fft block so ref scale is peak to peak. * Tweaked fft sink autoscale routine to come up with better numbers. * Modified scope sink ac couple block to use constant tap. The previous tap calculation would cause failure for very small sample rates. | |||
2009-09-02 | Expand frequency ranges to match hardware capability. | Johnathan Corgan | |
* Corresponds to SVN r11620:11622 * Fixes ticket 405 Reported-by: Dimitris Symeonidis <azimout@gmail.com> Fixed-by: Matt Ettus <matt@ettus.com> | |||
2009-08-31 | Modified log power fft block so ref scale is peak to peak. | Josh Blum | |
Tweaked fft sink autoscale routine to come up with better numbers. Modified scope sink ac couple block to use constant tap. The previous tap calculation would cause failure for very small sample rates. | |||
2009-08-30 | Adding clock sync algorithm using PFB. This works, but needs a bit more work. | Tom | |
2009-08-30 | Switched the python classes to inherit from the base and gui classes. | Josh Blum | |
Use only **kwargs so all contructor parameters must be passed with keys. Moved gui input forms classes from base to gui param module. | |||
2009-08-30 | port and param types from an overloaded method | Josh Blum | |
2009-08-29 | todo | Josh Blum | |
2009-08-29 | Replaced TYPES in Port and Param with types parameter. | Josh Blum | |
Replaced odict in options for storing options with a list. Fix virtual port check in flow graph template. | |||
2009-08-28 | made is_virtual_xxx a block level function, used by port and param classes | Josh Blum | |
2009-08-28 | added stream id type and checking in evaluate | Josh Blum | |
2009-08-28 | avoid loops | Josh Blum | |
2009-08-28 | Recursive resolution of virtual sources. | Josh Blum | |
Flow graph generation code working. Also, mod to fft window to use clean/nice Db/div. | |||
2009-08-28 | added virtual source and added stream ids, logic to clone in port | Josh Blum | |
2009-08-26 | Merge vrt of http://gnuradio.org/git/jblum.git into master | Johnathan Corgan | |
* automatic store for empty traces on enable * added traces to fft window * added quadradio method to enable/disable cal * use enum for band select * added get band select | |||
2009-08-26 | Merge msg-passing from http://gnuradio.org/git/eb.git | Johnathan Corgan | |
* Add shorthand for making tuples. * Add blobs and shorthand pmt pseudo-constructors. * gruel::send can now send to a pmt. * Add top-level msg_passing.h include file. * QA code now works. * Add pmt type that wraps a gruel::msg_accepter. | |||
2009-08-26 | added rewrite methods to element to separate from validation logic | Josh Blum | |
2009-08-26 | Added virtual sink and logic to clone port. | Josh Blum | |
Tweaks to the base validation routines. Validate twice in the update until rewrite functions are implemented. | |||
2009-08-25 | removed repurposing of pads | Josh Blum | |
2009-08-25 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc | Josh Blum | |
2009-08-25 | Merge utils from http://gnuradio.org/git/trondeau.git | Johnathan Corgan | |
Added files to Makefile.am for distribution. Added colorbar to spectrogram for magnitude measurement. Fixed spectrogram plotting axis. Adding a spectrogram plot. The axis need work. GR plotter tool handles end of file and files shorter than the block length. Manages window/filter types better. Disables filter types if the designing algorithm doesn't support it (no RRC or Gaussian for equiripple filters). User messages if PyQt and PyQwt are not installed (or found). Setting validators for all edit boxes. Fixing tab order. Adding display for the number of taps in the filter. Adding equiripple band reject filter to filter design app. Adding P-M version of band reject filter. Fixed documentation for optfir band pass filters. Added routine for optfir equiripple filter design code to create complex bandpass filters. Also adds this ability to the filter designer. Added design for Guassian filters. Added design for RRC filters. Added Band Notch filter Adding complex bandpass filter design (for windowed filters only). Adding plotting of group delay. Adding labels to the plots. ... | |||
2009-08-25 | Added files to Makefile.am for distribution. | Tom Rondeau | |
2009-08-25 | Added colorbar to spectrogram for magnitude measurement. | Tom Rondeau | |
2009-08-25 | Work on command line options for generated code. | Josh Blum | |
Simplified eng_option eng_float to reuse str_to_num code. | |||
2009-08-25 | Fixed spectrogram plotting axis. | Tom Rondeau | |
2009-08-25 | Adding a spectrogram plot. The axis need work. | Tom Rondeau | |
2009-08-25 | GR plotter tool handles end of file and files shorter than the block length. | Tom Rondeau | |
2009-08-25 | Manages window/filter types better. Disables filter types if the designing ↵ | Tom Rondeau | |
algorithm doesn't support it (no RRC or Gaussian for equiripple filters). | |||
2009-08-25 | User messages if PyQt and PyQwt are not installed (or found). | Tom Rondeau | |
2009-08-24 | Merge branch 'wxgui' of git@gnuradio.org:jblum into grc | Josh Blum | |
2009-08-24 | Merge branch 'master' of http://gnuradio.org/git/gnuradio into grc | Josh Blum | |
2009-08-24 | renamed the colors dialog to types | Josh Blum | |
2009-08-24 | Setting validators for all edit boxes. | Tom | |
2009-08-24 | Fixing tab order. | Tom | |
2009-08-24 | Adding display for the number of taps in the filter. | Tom | |
2009-08-24 | Adding equiripple band reject filter to filter design app. | Tom Rondeau | |
2009-08-24 | Adding P-M version of band reject filter. | Tom Rondeau | |
2009-08-24 | Fixed documentation for optfir band pass filters. | Tom Rondeau | |
2009-08-24 | Added routine for optfir equiripple filter design code to create complex ↵ | Tom Rondeau | |
bandpass filters. Also adds this ability to the filter designer. | |||
2009-08-24 | Added design for Guassian filters. | Tom | |
2009-08-24 | Added design for RRC filters. | Tom | |
2009-08-23 | use pkgpythondir | Josh Blum | |