summaryrefslogtreecommitdiff
path: root/gr-utils/src
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fixing tab order.Tom2009-08-241-1/+13
| |
| * Adding display for the number of taps in the filter.Tom2009-08-243-247/+325
| |
| * Adding equiripple band reject filter to filter design app.Tom Rondeau2009-08-243-233/+280
| |
| * Added routine for optfir equiripple filter design code to create complex ↵Tom Rondeau2009-08-241-3/+24
| | | | | | | | bandpass filters. Also adds this ability to the filter designer.
| * Added design for Guassian filters.Tom2009-08-243-4/+83
| |
| * Added design for RRC filters.Tom2009-08-243-4/+81
| |
| * Added Band Notch filterTom2009-08-233-1/+99
| |
| * Adding complex bandpass filter design (for windowed filters only).Tom2009-08-231-4/+32
| |
| * Adding plotting of group delay.Tom2009-08-231-8/+38
| |
| * Adding labels to the plots.Tom2009-08-231-0/+18
| |
| * Plotting phase of filter in its own tab now.Tom2009-08-232-27/+60
| |
| * Adding a phase and group delay plot to the GUI.Tom2009-08-233-4/+102
| |
| * Fixing time domain plot zoomer.Tom2009-08-231-2/+1
| |
| * Adding features and usability.Tom2009-08-233-136/+624
| |
| * Removed the LFP and HPF ui's that are now a part of the main pyqt_filter.ui ↵Tom2009-08-204-214/+0
| | | | | | | | package.
| * Adding a graphical tool to design and analyze filters.Tom2009-08-187-0/+783
| |
| * Adding a QT-based data file viewer.Tom2009-08-143-0/+1026
| | | | | | | | This is the start of an application to read in data files and display them in a useful manner.
* | Merged VRT work-in-progress from eb/vrt2 (11518:11598) into trunk.eb2009-08-152-0/+506
| | | | | | | | | | | | | | Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11600 221aa14e-8319-0410-a670-987f0aec2ac5
* | Added git ignore files auto created from svn:ignore properties.git2009-08-143-0/+7
|/ | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11592 221aa14e-8319-0410-a670-987f0aec2ac5
* Merging trondeau/pfb r11249:11581 into trunk. This adds a few polyphase ↵trondeau2009-08-125-33/+11
| | | | | | filterbank implementations that do (integer) decimation, (integer) interpolation, arbitrary resampling, and channelizing. gnuradio-example/python/pfb includes a number of different examples of how to use these blocks. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11583 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r11123:11148 from jcorgan/np into trunk.jcorgan2009-05-271-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds --enable-python option to configure (defaults to yes). Using --disable-python or --enable-python=no will cause only C++ API targets to be created and installed. Several new shared libraries are now created. Where in the past, the C++ objects of the actual gnuradio blocks that were in a component were hidden inside their corresponding Python extension modules, these are now split out into a libgnuradio-foo.so library, and the _foo.so Python module is linked to that. This has been the way several top- level components have operated for some time, such as gr-audio-alsa and gr-usrp and gr-usrp2. This changeset applies that pattern to all components. C++ API users can use pkg-config to discover the cflags and libs parameters needed to include and link against these libraries. These components have not been tested: gr-comedi gr-audio-osx gr-audio-windows Passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11150 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged remainder of eb/t348 10637:10648. This adds a -N <nsamples>eb2009-03-191-4/+18
| | | | | | | | argument to usrp_siggen.py, usrp_siggen.cc and test_usrp_standard_tx.cc. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10650 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10554:10595 from michaelld/am_swig_4 into trunk. Major overhaul of ↵jcorgan2009-03-141-3/+1
| | | | | | SWIG usage in build system, also fixes ticket:130. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10596 221aa14e-8319-0410-a670-987f0aec2ac5
* Cleanup, changed ifc_name() to interface_name()jcorgan2009-02-232-13/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10477 221aa14e-8319-0410-a670-987f0aec2ac5
* Re-implementation of usrp2_siggen.py with dynamically adjustable flowgraph. ↵jcorgan2009-02-223-120/+599
| | | | | | Adds new usrp2_siggen_gui.py that implements GUI interface on top if same, GUI-unaware flowgraph. Uses new gr.wxgui.gui class. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10476 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10383:10390 from jcorgan/u2-wip into trunk.jcorgan2009-02-042-1/+13
| | | | | | | | | | | | | | | | | | | * Implements daughterboard independent LO offset tuning * Removes RFX specific LO offset code * Adds 'set_lo_offset' to libusrp2 and Python API * Adds --lo-offset to usrp2_fft.py and usrp2_rx_cfile.py * Ensures daughterboards are reset to default values at startup. Trunk passes distcheck. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10392 221aa14e-8319-0410-a670-987f0aec2ac5
* set fft-size from command line, default to 12 divs verticalmatt2009-01-311-2/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10354 221aa14e-8319-0410-a670-987f0aec2ac5
* enable_realtime in usrp2_siggen.pyjcorgan2009-01-191-1/+9
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10262 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r10071:10164 from features/cppdb-test into trunk. Implements the ↵jcorgan2008-12-243-5/+6
| | | | | | fully native C++ API for the USRP. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10165 221aa14e-8319-0410-a670-987f0aec2ac5
* added frequency sweep capabilitymatt2008-12-181-0/+16
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10126 221aa14e-8319-0410-a670-987f0aec2ac5
* added 2tone capabilitymatt2008-11-131-1/+23
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9987 221aa14e-8319-0410-a670-987f0aec2ac5
* proper comparison of vectors; I thought I had already fixed this...trondeau2008-11-133-3/+3
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9984 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix help stringsjcorgan2008-11-111-4/+4
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9972 221aa14e-8319-0410-a670-987f0aec2ac5
* Add --fft-size command-line parameter, defaults to original behavior (1024)jcorgan2008-11-111-2/+5
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9970 221aa14e-8319-0410-a670-987f0aec2ac5
* Revert erroneous change to usrp2_fft.pyjcorgan2008-10-271-1/+1
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9864 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds usrp2 example directory, WFM receiver. Default audio rate works out to ↵jcorgan2008-10-271-1/+1
| | | | | | 32015 Hz, which is close enough, but for ALSA, you can use -O plughw:0,0 to get rid of the warning message. A resampler would be ideal. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9863 221aa14e-8319-0410-a670-987f0aec2ac5
* Fix gain slider for configurations that have no gain controljcorgan2008-10-271-5/+6
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9862 221aa14e-8319-0410-a670-987f0aec2ac5
* Update usrp2_fft.py to use updated gr-usrp2. Display is correct now, ↵jcorgan2008-10-261-20/+18
| | | | | | however, attempting to change parameters via the controls still isn't working. But this has been isolated to a libusrp2 issue, not a usrp2_fft.py issue. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9859 221aa14e-8319-0410-a670-987f0aec2ac5
* Updated usrp2_rx_cfile.py and usrp2_siggen.py to use updated gr-usrp2jcorgan2008-10-262-14/+11
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9858 221aa14e-8319-0410-a670-987f0aec2ac5
* added real PSD plotting tool with optional spectrogram plot.trondeau2008-10-254-0/+378
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9846 221aa14e-8319-0410-a670-987f0aec2ac5
* fixing time axes and zoom functiontrondeau2008-10-251-8/+8
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9845 221aa14e-8319-0410-a670-987f0aec2ac5
* updating FFT plotting utilities. New file gr_plot_fft.py can plot any data ↵trondeau2008-10-254-385/+261
| | | | | | type with -d flag and gr_plot_fft_c and gr_plot_fft_f just call this one and pass in complex of float data types. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9842 221aa14e-8319-0410-a670-987f0aec2ac5
* Defaulting to a baseband frequency of 100kHz confuses everyone. Make the ↵matt2008-10-112-2/+2
| | | | | | default 0 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9777 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds usrp2_siggen.py to gr-utils, missed copyright noticesjcorgan2008-09-234-2/+186
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9642 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged r9433:9527 from features/gr-usrp2 into trunk. Adds usrp2 and ↵jcorgan2008-09-083-1/+390
| | | | | | gr-usrp2 top-level components. Trunk passes distcheck with mb-gcc installed, but currently not without them. The key issue is that when mb-gcc is not installed, the build system skips over the usrp2/firmware directory, and the firmware include files don't get put into the dist tarball. But we can't do the usual DIST_SUBDIRS method as the firmware is a subpackage. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9528 221aa14e-8319-0410-a670-987f0aec2ac5
* Merged changeset r9241:9289 from jblum/glwxgui into trunk. Adds OpenGL ↵jcorgan2008-08-141-1/+1
| | | | | | versions of fftsink, waterfallsink, and scopesink, and new constsink. See README.gl for use. (Josh Blum) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@9290 221aa14e-8319-0410-a670-987f0aec2ac5
* Add lookup by serial number.jcorgan2008-07-101-2/+14
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8858 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds lsusrp to gr-utils, obsoletes usrp_print_db.pyjcorgan2008-07-102-0/+64
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8857 221aa14e-8319-0410-a670-987f0aec2ac5
* removed is_running method from gr_top_blockeb2008-06-241-17/+16
| | | | git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@8689 221aa14e-8319-0410-a670-987f0aec2ac5
* Adds callback function so that the user can click on a point in the time ↵trondeau2008-03-071-5/+40
| | | | | | sequence and highlight it and the corresponding point in the constellation diagram; can cycle forwards and backwards using < and > keys, respectively. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@7957 221aa14e-8319-0410-a670-987f0aec2ac5