Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-12 | usrp: Disabled libusb-1.0 debug output by default | Thomas Tsou | |
Debug output may generate excessive amounts of information. | |||
2009-10-12 | Working DBPSK implementation with new PFB clock recovery block. The ↵ | Tom Rondeau | |
feedforward AGC wasn't playing nicely, the frequency aquistion range was increased to swing half the sample rate in either direction, and the number of filter phases to use was increased to 32. | |||
2009-10-12 | A bit of code cleanup. | Tom Rondeau | |
2009-10-12 | merged updated libusb checks with older version | Michael | |
2009-10-11 | add canonical options for copy enable param | Josh Blum | |
2009-10-11 | Added num_ports to various blocks that have infinite ports possible in io ↵ | Josh Blum | |
signature. Also, added the gr stream mux block. | |||
2009-10-11 | Merge branch 'patches/dward' of git@gnuradio.org:jcorgan | Johnathan Corgan | |
* 'patches/dward' of git@gnuradio.org:jcorgan: #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.) Add flags and dependencies for MinGW/MSYS. Add dependence of gruel on guile; fixes ticket #410. Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f. Add .gitattributes to fix CRLF problems on MinGW/MSYS | |||
2009-10-11 | earliest beta files renamed to avoid confusion | Matt Ettus | |
2009-10-10 | #include "config.h" in db_wbxng.cc (for timespec, nanosleep, etc.) | Johnathan Corgan | |
Patch-by: Don Ward <don2387ward@sprynet.com> | |||
2009-10-10 | Add flags and dependencies for MinGW/MSYS. | Johnathan Corgan | |
Patch-by: Don Ward <don2387ward@sprynet.com> | |||
2009-10-10 | Add dependence of gruel on guile; fixes ticket #410. | Johnathan Corgan | |
Patch-by: Don Ward <don2387ward@sprynet.com> | |||
2009-10-10 | Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f. | Johnathan Corgan | |
Patch-by: Don Ward <don2387ward@sprynet.com> | |||
2009-10-10 | Add .gitattributes to fix CRLF problems on MinGW/MSYS | Johnathan Corgan | |
Patch-by: Don Ward <don2387ward@sprynet.com> | |||
2009-10-09 | Starting to rework QT app to control new PFB clock recovery alg. | Tom | |
2009-10-09 | Making old dbpsk work again to compare against new version. | Tom | |
2009-10-09 | Adding new DBPSK block with new PFB clock recovery alg. | Tom | |
2009-10-09 | Revert "More additions to PAM timing simulation." | Tom | |
This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e. | |||
2009-10-09 | More additions to PAM timing simulation. | Tom | |
2009-10-09 | use clean numbers for waterfall ref and range | Josh Blum | |
2009-10-09 | tweaks to scope autoscaling | Josh Blum | |
2009-10-09 | Using 2-PAM by default. | Tom | |
2009-10-09 | Cleaning up GRC PAM timing example and adding ability to do M-ary PAM. | Tom | |
2009-10-09 | Cleaning up constructor. | Tom | |
2009-10-09 | Moving filter number decision to start work function. | Tom | |
2009-10-09 | Cleaning up unused variable and code. | Tom | |
2009-10-09 | Working fractional sample rates in clock recovery algorithm. | Tom | |
2009-10-09 | registered key to hide/show control panel in wxgui windows | Josh Blum | |
2009-10-09 | Chaning update for fractional sample rate into filter index. | Tom | |
2009-10-09 | Added window size param to all wxgui wrappers. | Josh Blum | |
Modified type parser to allow blank values in vector types as empty vectors. | |||
2009-10-09 | usrp: Enable debug output | Thomas Tsou | |
This only works if libusb-1.0 is compiled with debug logging. | |||
2009-10-09 | usrp: Reorg of libusb error reporting | Thomas Tsou | |
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls. | |||
2009-10-09 | add canonical options for copy enable param | Josh Blum | |
2009-10-09 | wip | Tom | |
2009-10-09 | usrp: Added error checking on hash transfers | Thomas Tsou | |
2009-10-08 | Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblum | Johnathan Corgan | |
* 'wip/wxgui' of http://gnuradio.org/git/jblum: using gr copy in the wxgui connect, added gr copy to grc xml Added gr.copy(itemsize) block point label transpareny, horizontal offset, and toggle on/off capability simplify some params moved the wxgui connect helper functions into the wrapper class making use of update ui event setup special wxgui connect on sinks, needs testing working special connect for fftsink work on a special connect function that registers a callback added bind to visible event function to callback when visibility changes within tabs | |||
2009-10-08 | using gr copy in the wxgui connect, added gr copy to grc xml | Josh Blum | |
2009-10-08 | Working on allowing fractional samples per symbol. | Tom | |
2009-10-08 | Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxgui | Josh Blum | |
2009-10-08 | Added gr.copy(itemsize) block | Johnathan Corgan | |
set_enabled(bool) will either copy from input to output (True) or drop the input on the floor (False). | |||
2009-10-08 | point label transpareny, horizontal offset, and toggle on/off capability | Josh Blum | |
2009-10-08 | augmented search for libusb | Michael | |
2009-10-07 | Adding channel model to simulation to test frequency offset. | Tom | |
2009-10-07 | tweaks to the search | Josh Blum | |
2009-10-07 | a working block tree search | Josh Blum | |
2009-10-07 | added noaa to extract doc matcher | Josh Blum | |
2009-10-07 | simplify some params | Josh Blum | |
2009-10-07 | Adding imaginary stream to PAM demo to test IQ sync. Also properly setting ↵ | Tom | |
beta at runtime from GRC block. | |||
2009-10-07 | Working sync for QPSK | Tom | |
2009-10-07 | moved the wxgui connect helper functions into the wrapper class | Josh Blum | |
2009-10-07 | More stable version of clock sync. | Tom | |