Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-09-04 | Fix race condition that caused commands such as stop_rx_streaming to fail. | Eric Blossom | |
This fixes the bulk of the problem. Next step is to drop data packets while waiting for the reply. | |||
2009-09-03 | removed hard-coded link_is_up = true; | Eric Blossom | |
2009-09-03 | MAC transmit seems to work now. The root cause of the problem was ↵ | Matt Ettus | |
accidentally using the rx_clk in one stage of the fifos on the tx side. | |||
2009-09-03 | set device to xc3s2000. Shouldn't make any differences. | Matt Ettus | |
2009-09-03 | misc ignores | Matt Ettus | |
2009-09-03 | made a new block ram based fifo, 64 (65) elements long, all fifos now have ↵ | Matt Ettus | |
"enhanced level logic" for accurate fullness. Maybe this will help... | |||
2009-09-02 | bring the testbench files up to date | Matt Ettus | |
2009-09-02 | major cleanup of 2 clock fifos | Matt Ettus | |
2009-09-02 | cleaning up the new fifos | Matt Ettus | |
2009-09-02 | cascadefifo.v wasn't used, only the double cascade version. fifo_2clock.v ↵ | Matt Ettus | |
and fifo_2clock.v are empty | |||
2009-09-02 | never used, not needed | Matt Ettus | |
2009-09-02 | ignore .o files | Matt Ettus | |
2009-09-02 | debug pins, cleaned ignores | Matt Ettus | |
2009-09-02 | sort out active-low lines on locallink fifos, added debug pins | Matt Ettus | |
2009-09-02 | Removed these files completely, they were for the old style of fifos | Matt Ettus | |
2009-09-01 | fixed addressing of registers, and added write enables to those that were ↵ | Matt Ettus | |
missing. MDIO seems ok. | |||
2009-09-01 | tell s/w link is up. additional debugging output | Eric Blossom | |
2009-08-31 | Merged SVN matt/new_eth r10782:11633 into new_eth | Johnathan Corgan | |
* svn diff http://gnuradio.org/svn/branches/developers/matt/new_eth -r10782:11633 * Patch applied with no conflicts or fuzz. | |||
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-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 | 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 | 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 | 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 | Merge branch 'wxgui' of git@gnuradio.org:jblum into vrt | Josh Blum | |
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 | Merge branch 'wxgui' of git@gnuradio.org:jblum into vrt | Josh Blum | |
2009-08-22 | added traces to fft window | Josh Blum | |