summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-12usrp: Disabled libusb-1.0 debug output by defaultThomas Tsou
Debug output may generate excessive amounts of information.
2009-10-12Working 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-12A bit of code cleanup.Tom Rondeau
2009-10-12merged updated libusb checks with older versionMichael
2009-10-11add canonical options for copy enable paramJosh Blum
2009-10-11Added num_ports to various blocks that have infinite ports possible in io ↵Josh Blum
signature. Also, added the gr stream mux block.
2009-10-11Merge branch 'patches/dward' of git@gnuradio.org:jcorganJohnathan 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-11earliest beta files renamed to avoid confusionMatt 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-10Add flags and dependencies for MinGW/MSYS.Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-10Add dependence of gruel on guile; fixes ticket #410.Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-10Use gruel::mutex instead of pthread_mutex in gr_histo_sink_f.Johnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-10Add .gitattributes to fix CRLF problems on MinGW/MSYSJohnathan Corgan
Patch-by: Don Ward <don2387ward@sprynet.com>
2009-10-09Starting to rework QT app to control new PFB clock recovery alg.Tom
2009-10-09Making old dbpsk work again to compare against new version.Tom
2009-10-09Adding new DBPSK block with new PFB clock recovery alg.Tom
2009-10-09Revert "More additions to PAM timing simulation."Tom
This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.
2009-10-09More additions to PAM timing simulation.Tom
2009-10-09use clean numbers for waterfall ref and rangeJosh Blum
2009-10-09tweaks to scope autoscalingJosh Blum
2009-10-09Using 2-PAM by default.Tom
2009-10-09Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.Tom
2009-10-09Cleaning up constructor.Tom
2009-10-09Moving filter number decision to start work function.Tom
2009-10-09Cleaning up unused variable and code.Tom
2009-10-09Working fractional sample rates in clock recovery algorithm.Tom
2009-10-09registered key to hide/show control panel in wxgui windowsJosh Blum
2009-10-09Chaning update for fractional sample rate into filter index.Tom
2009-10-09Added window size param to all wxgui wrappers.Josh Blum
Modified type parser to allow blank values in vector types as empty vectors.
2009-10-09usrp: Enable debug outputThomas Tsou
This only works if libusb-1.0 is compiled with debug logging.
2009-10-09usrp: Reorg of libusb error reportingThomas Tsou
Error messages rather than error codes are reported. Version specific libusb error messages originate from their respective calls.
2009-10-09add canonical options for copy enable paramJosh Blum
2009-10-09wipTom
2009-10-09usrp: Added error checking on hash transfersThomas Tsou
2009-10-08Merge branch 'wip/wxgui' of http://gnuradio.org/git/jblumJohnathan 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-08using gr copy in the wxgui connect, added gr copy to grc xmlJosh Blum
2009-10-08Working on allowing fractional samples per symbol.Tom
2009-10-08Merge branch 'wip/wxgui' of http://gnuradio.org/git/jcorgan into wip/wxguiJosh Blum
2009-10-08Added gr.copy(itemsize) blockJohnathan Corgan
set_enabled(bool) will either copy from input to output (True) or drop the input on the floor (False).
2009-10-08point label transpareny, horizontal offset, and toggle on/off capabilityJosh Blum
2009-10-08augmented search for libusbMichael
2009-10-07Adding channel model to simulation to test frequency offset.Tom
2009-10-07tweaks to the searchJosh Blum
2009-10-07a working block tree searchJosh Blum
2009-10-07added noaa to extract doc matcherJosh Blum
2009-10-07simplify some paramsJosh Blum
2009-10-07Adding imaginary stream to PAM demo to test IQ sync. Also properly setting ↵Tom
beta at runtime from GRC block.
2009-10-07Working sync for QPSKTom
2009-10-07moved the wxgui connect helper functions into the wrapper classJosh Blum
2009-10-07More stable version of clock sync.Tom