summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-09-02Removed subversion related configuration info.Johnathan Corgan
* Don't call GR_SUBVERSION in configure.ac * Remove --svn* options from gnuradio-config-info
2009-09-02Merge branch 'wxgui' from http://gnuradio.org/git/jblum.git into masterJohnathan 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-02Expand 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-31Modified 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-26Merge vrt of http://gnuradio.org/git/jblum.git into masterJohnathan 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-26Merge msg-passing from http://gnuradio.org/git/eb.gitJohnathan 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-25Merge utils from http://gnuradio.org/git/trondeau.gitJohnathan 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-25Added files to Makefile.am for distribution.Tom Rondeau
2009-08-25Added colorbar to spectrogram for magnitude measurement.Tom Rondeau
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 ↵Tom Rondeau
algorithm doesn't support it (no RRC or Gaussian for equiripple filters).
2009-08-25User messages if PyQt and PyQwt are not installed (or found).Tom Rondeau
2009-08-24Setting validators for all edit boxes.Tom
2009-08-24Fixing tab order.Tom
2009-08-24Adding display for the number of taps in the filter.Tom
2009-08-24Adding equiripple band reject filter to filter design app.Tom Rondeau
2009-08-24Adding P-M version of band reject filter.Tom Rondeau
2009-08-24Fixed documentation for optfir band pass filters.Tom Rondeau
2009-08-24Added routine for optfir equiripple filter design code to create complex ↵Tom Rondeau
bandpass filters. Also adds this ability to the filter designer.
2009-08-24Added design for Guassian filters.Tom
2009-08-24Added design for RRC filters.Tom
2009-08-23Added Band Notch filterTom
2009-08-23Adding complex bandpass filter design (for windowed filters only).Tom
2009-08-23Adding plotting of group delay.Tom
2009-08-23Adding labels to the plots.Tom
2009-08-23Plotting phase of filter in its own tab now.Tom
2009-08-23Adding a phase and group delay plot to the GUI.Tom
2009-08-23Fixing time domain plot zoomer.Tom
2009-08-23Adding features and usability.Tom
2009-08-23Merge branch 'wxgui' of git@gnuradio.org:jblum into vrtJosh Blum
2009-08-23Added blks2.pfb_arb_resampler_ccf to GRC block listJohnathan Corgan
* New block XML file * Added set_taps callback to blks2 hier block * GRC example showing pre- and post-resampling swept spectrum
2009-08-22automatic store for empty traces on enableJosh Blum
2009-08-22Merge branch 'wxgui' of git@gnuradio.org:jblum into vrtJosh Blum
2009-08-22added traces to fft windowJosh Blum
2009-08-20added quadradio method to enable/disable calJosh Blum
2009-08-20Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui ↵Tom
package.
2009-08-20use enum for band selectJosh Blum
2009-08-20added get band selectJosh Blum
2009-08-20Added host_os check for component vrt (Linux only for now.)Johnathan Corgan
2009-08-19Add shorthand for making tuples.Eric Blossom
2009-08-18Add blobs and shorthand pmt pseudo-constructors.Eric Blossom
blobs == Binary Large Object. Very handy for passing around uninterpreted data. The shorthand constructors were implemented by overloading the pmt_t mp(foo) function in the pmt namespace. I originally called "mp" "pmt", but that caused a conflict with the pmt namespace.
2009-08-18gruel::send can now send to a pmt.Eric Blossom
2009-08-18Adding a graphical tool to design and analyze filters.Tom
2009-08-18Add top-level msg_passing.h include file.Eric Blossom
Incorporate send.h into msg_passing.h.
2009-08-18QA code now works.Eric Blossom
2009-08-18Add pmt type that wraps a gruel::msg_accepter.Eric Blossom
QA code doesn't link because pmt depends on msg and vice versa
2009-08-17Added omnithread README (deprecation).Johnathan Corgan
2009-08-15Added git ignore files as needed.Johnathan Corgan