summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-05-20Added custom grc_blks2 tcp source and sink blocks + wrappers.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11063 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-19Re-implemented variable sink so that it can pass vector-aligned samples.jblum
Created backend grc blks2 block to sample the stream and set callback. Renamed variable sink and moved it into the sinks category. Added example of variable sink reading taps from a stream and setting them to a FIR filter. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11062 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-19Updates to C++ and Python APIs:jcorgan
* C++: Adds usrp2::MC_* constants for config_mimo() call in libusrp2 * Python: Adds usrp2.config_mimo(), and usrp2.MC_* constants * Python: Adds usrp2.sync_every_pps() git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11050 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-15Added arg to start non gl scope in xy mode.jblum
Harmless and backwards compadible. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11047 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-15Merged wip r11012:11022 from jcorgan/deb into trunk.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11043 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14blks2 std squelch fixjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11033 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Blacklist certain ID names, such as python builtins, and gnuradio modules.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11032 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Moved filterbank blocks to filers category.jblum
Larger flow graph size allowed by options block. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11031 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Create one drawing area per flowgraph/notebook page.jblum
Previously, there was one global drawing area, and empty notebook pages. This has the advantage of saving the scroll position though mutiple scroll windows, rendering the flow graph only when the notebook page is realized, and proper use + appearance of the gtk notebook git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11030 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14shared drawing area method for creating new pixmapsjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11029 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-14Doc fixes. Merged eb/t367 -r11020:11025 to trunk. This changeseteb
moves the primary doxygen configuration under the top-level docs directory. It creates a new "docs" top-level component that can be enabled/disabled using the configure --disable-docs option. At this time, the --enable-doxygen option is still required to enable the generation of the doxygen documents. I think the flag should probably be removed, and default to "yes" if we find doxygen on the path. The user can disable the doc generation using --disable-docs if desired. The doxygen config file has been modified such that doxygen is now only run on the C++ sources. No attempt is made to process the python code using doxygen. This results in a less confusing set of docs for the the C++ API. Straightening out the python docs is left for later. Many classes are currently misclassified (\ingroup <wrong>). That will probably require another day of work, that I can't get to right now. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11027 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-13Fixes ticket:364, ticket:365. Merged eb/t364 -r11015:11017 to trunk.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11018 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-12Built and checked in new rbfs that fix ticket:248 and ticket:290.eb
The rbfs are built from r11012 and were compiled using Quartus II Version 7.1 build 178 06/25/2007 SP 1 SJ Web Edition. ticket:248 was actually fixed in [9485], but the updated rbfs were never checked in. Ticket:290 wasn't really a bug. The host code has always been correct. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11014 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-11Backport automake 2.60's AC_PROG_MKDIR_P so we can continue to support ↵jcorgan
automake 2.57 (Achilleas Anastasopoulos) git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11001 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-11Apply Juha Vierinen patch to allow variable USRP2 rx buffer sizejcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@11000 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-11Updated ignores for new binariesjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10999 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-10simple images to set revision numbermatt
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10998 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-08Fix abort when user fails to connect hier_block2 outputs both internally and ↵jcorgan
internally; throw meaningful exception instead. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10992 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-07Merged r10948:10959 from jcorgan/deb into trunk. Trunk passesjcorgan
distcheck. Part 1 of Debian/Ubuntu binary packaging update for 3.2 release. Creates all C++ API binary and dev packages, with their associated runtime dependencies. * Runtime shared-library packages: -libgruel -libgnuradio-omnithread -libpmt -libmblock -libgnuradio-core -libgnuradio-alsa -libgnuradio-qtgui -libusrp -libusrp2 -libgnuradio-usrp -libgnuradio-usrp2 * C++ development headers and pkg-config files for the above: -libgruel-dev -libgnuradio-omnithread-dev -libpmt-dev -libmblock-dev -libgnuradio-core-dev -libgnuradio-alsa-dev -libgnuradio-qtgui-dev -libusrp-dev -libusrp2-dev NOTE: For consistency, libqtgui.so has been renamed to libgnuradio-qtgui.so, and libgr-usrp2.so has been renamed to libgnuradio-usrp2.so. A 'gnuradio-dev' virtual package will be created that will depend upon the above -dev packages, so installing that one package will pull in all that is needed to do pure C++ development in GNU Radio. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10981 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06ydivs in fftsink wrapperjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10980 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06numbersink fix for when average=True on initjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10979 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Moved resizing logic out of animation path.jblum
Drawing area configure event for pixmap creation. State handler for flow graph resizing. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10978 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Additional change for ticket:371 (also fixes broken trunk ;-)eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10975 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Added LO Offset param to usrp simple and dual block wrappers.jblum
Modified usrp simple and dual wrapper classes with setter methods. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10974 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-06Fix for ticket:371.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10972 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05lo offset for usrp2 wrappersjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10970 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05update when elems created or deletedjblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10969 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-05speed up for flow graphs with many blocks:jblum
separated highlighting update logic so update does not have to be called on selection. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10958 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-03Cleanup: port modify code, other misc cleanup.jblum
Fix: flowgraph update removes deleted-selected elements. Fix: do all selected elements when putting selected elements on-top. Fix: simplified get_elements, was causing strange bug. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10947 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-02Fix for custom category paths.jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10946 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Remove some uses of kludge_copy from r10879 and ticket:161jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10944 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Adds dynamic setters/getters for moving average filters from r10932jblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10943 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Merged developer branch for digital r10900:10941jblum
Creates generic usrp class abstraction for usrp and usrp2. Common command line options for usrp devices. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10942 221aa14e-8319-0410-a670-987f0aec2ac5
2009-05-01Merged grc developer branch r10679:10938jblum
Misc fixes and internal changes. Added help menu for usage tips. Added drag and drop for blocks. Removed callback controls, adopted forms. Any type can have enumerated options. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10941 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-30Adds dynamic setters/getters for moving average filters.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10932 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-27Fix swapped signals.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10926 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-27somebody commented out the tx mux setting which prevented the xcvr2450 from ↵matt
working. wrong values for rfx boards were not seen because of the above error. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10925 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26Now adding y-axis controls for frequency domain plot.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10923 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26Bringing out set axis function to the qtgui sinks for user-settable axis ranges.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10922 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26Opening up the time domain and constellations plots a bit and adding ↵trondeau
accessor functions to set these values. These will be made accessible through the qtsink to be user-settable. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10921 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26adding a pause/unpause button to the digital GUI application.trondeau
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10920 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-26Improving digital GUI analysis tool. Adding receiver carrier and timing ↵trondeau
recovery loop and ability to control the some of the receiver's parameters. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10919 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-25Generate more informative error message than recursion errorjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10908 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-25Fixes ticket:312.jcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10907 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-22Fix missing file from distributionjcorgan
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10890 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-22Merged r10770:10887 from jcorgan/iad2 into trunk. Adds alternative USRP2 ↵jcorgan
FPGA build to use integrate-and-dump decimator instead of CIC/HB combination. This provides a much shorter time duration impulse response for the same decimation rate, at the expense of worse stop-band rejection. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10888 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-20fixed gr delay xmljblum
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10884 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-19Merged r10875:10880 from jcorgan/t161 into trunk. Implements ticket:161, ↵jcorgan
allowing multiple internal blocks to be connected to a hier_block2 external input. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10881 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-18Using qt's designer program to build an interface from the .ui file. This ↵trondeau
makes qt_digital.py example look much better. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10878 221aa14e-8319-0410-a670-987f0aec2ac5
2009-04-18Updated to work with old or new handling of Basic Rx daugherboard subdevs.eb
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10877 221aa14e-8319-0410-a670-987f0aec2ac5