Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2009-08-23 | Added Band Notch filter | Tom | |
2009-08-23 | Adding complex bandpass filter design (for windowed filters only). | Tom | |
2009-08-23 | Adding plotting of group delay. | Tom | |
2009-08-23 | Adding labels to the plots. | Tom | |
2009-08-23 | Plotting phase of filter in its own tab now. | Tom | |
2009-08-23 | Adding a phase and group delay plot to the GUI. | Tom | |
2009-08-23 | Fixing time domain plot zoomer. | Tom | |
2009-08-23 | Adding features and usability. | Tom | |
2009-08-23 | Added blks2.pfb_arb_resampler_ccf to GRC block list | Johnathan Corgan | |
* New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum | |||
2009-08-22 | automatic store for empty traces on enable | Josh Blum | |
2009-08-22 | added traces to fft window | Josh Blum | |
2009-08-20 | Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui ↵ | Tom | |
package. | |||
2009-08-20 | Added host_os check for component vrt (Linux only for now.) | Johnathan Corgan | |
2009-08-20 | added continuation mode for pad source and sinks | Josh Blum | |
2009-08-18 | Adding a graphical tool to design and analyze filters. | Tom | |
2009-08-17 | Added omnithread README (deprecation). | Johnathan Corgan | |
2009-08-17 | Removed Source and Sink classes as Port subclasses. | Josh Blum | |
A port can be a source or a sink based on the dir parameter. | |||
2009-08-15 | Added git ignore files as needed. | Johnathan Corgan | |
2009-08-15 | Merged changes from svn repository trunk. | Johnathan Corgan | |
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11601 221aa14e-8319-0410-a670-987f0aec2ac5 Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | |||
2009-08-15 | Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk. | eb | |
Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-15 | Added reset method to gr_head and gr_vector_sink. This allows graphs | eb | |
containing these blocks to be run more than once with user control over when the reset of the counter and sink occurs. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11599 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-15 | Merged branch 'msgq' from http://gnuradio.org/git/jblum.git | Johnathan Corgan | |
This adds the ability to GRC to gave blocks with message ports. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> | |||
2009-08-15 | gr_blocks may now produce different number of output items on each output ↵ | eb | |
stream. Merged eb/varying -r11178:11595 into trunk. Needs QA and examples. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11597 221aa14e-8319-0410-a670-987f0aec2ac5 | |||
2009-08-15 | Merged branch 'msg-passing' from http://gnuradio.org/git/eb.git | Johnathan Corgan | |
This is work in progress on the message passing implementation. Passes distcheck. Signed-off-by: Johnathan Corgan <jcorgan@corganenterprises.com> |