summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* usrp: Cleanup of usrp_basicThomas Tsou2009-11-027-300/+99
* usrp: Check return value in fusb_libusb1 _reap()Thomas Tsou2009-11-021-1/+9
* gr-noaa: Combined noaa_hrpt_bit_sync into noaa_hrpt_deframerJohnathan Corgan2009-11-0218-438/+169
* Added frames_to_ppm Octave script, use ImageMagick to convert to pngJohnathan Corgan2009-11-026-1/+124
* gr-noaa: Switched to 'double rate BPSK' HRPT synchronizationJohnathan Corgan2009-11-0124-2230/+2032
* Fix missing include from last commitJohnathan Corgan2009-10-311-0/+2
* grc: update block tree list for new pfb_clock_syncJohnathan Corgan2009-10-311-1/+1
* core: added gr.pfb_clock_sync_fff based on _ccf version, updated exampleJohnathan Corgan2009-10-317-353/+883
* Merge branch 'wbxng-prescaler' of http://gnuradio.org/git/jabeleJohnathan Corgan2009-10-293-8/+14
|\
| * Fixing prescaler and disable aux synth output on wbxngJason Abele2009-10-293-8/+14
* | fixed issue where usrp siggen continued to transmit after program exitJosh Blum2009-10-293-11/+17
* | modified flowgraph cleanupJosh Blum2009-10-292-9/+9
|/
* Merge branch 'flattopwindow' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-298-48/+115
|\
| * Added window option to wxgui fft and waterfall sink.Josh Blum2009-10-288-17/+95
| * Merge branch 'flattopwindow' of http://gnuradio.org/git/matt into flattopJosh Blum2009-10-281-27/+16
| |\
| | * redid cos windows, added flattop and nuttall_cfdMatt Ettus2009-10-281-27/+16
* | | renamed msgq to msgq_in and msgq_out, block wrappers changed accordinglyJosh Blum2009-10-283-3/+3
* | | Created a grc_blockdir in makefile.common.Josh Blum2009-10-2810-39/+18
* | | Merge branch 'wip/grc/general' of jblum@blumhouse:~/git/gnuradio into wip/grcJosh Blum2009-10-281-0/+3
|\ \ \ | |/ / |/| |
| * | added to todoJosh Blum2009-10-181-0/+3
| |/
* | Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-2735-3293/+1
|\ \
| * | removed gr-vrtJosh Blum2009-10-2625-1849/+0
| * | removed caldiv stuff from gr-vrtJosh Blum2009-10-263-36/+1
| * | removed MOST of the quadradio specific stuffJosh Blum2009-10-228-1007/+12
| * | install header for missing pkt checkerJosh Blum2009-10-221-3/+3
* | | updated usrp.pc file to reflect the correct version of libusbMichael2009-10-272-3/+12
* | | Remove debian packaging from master branch, to be placed in 'debian' branchJohnathan Corgan2009-10-2233-1946/+0
|/ /
* | Don't distribute generated files in gr-qtguiJohnathan Corgan2009-10-221-3/+4
* | Merge branch 'vrt' of http://gnuradio.org/git/jblumJohnathan Corgan2009-10-2116-74/+599
|\ \
| * | query the model number from the hostJosh Blum2009-10-214-3/+7
| * | fix so all handlers get called on eventJosh Blum2009-10-141-2/+5
| * | simplfied the code while i was looking at itJosh Blum2009-10-121-2/+1
| * | Merge commit '38d5389f3054164a2f04d6e4e8fe381aa5ee03fc' into vrtJosh Blum2009-10-12783-91078/+15965
| |\ \
| * | | added access methods for gps stuffJosh Blum2009-09-294-12/+34
| * | | added access methods and parsing for caldiv if contextJosh Blum2009-09-285-6/+42
| * | | use existing utility methodJosh Blum2009-09-281-1/+1
| * | | reading the lo back and storing itJosh Blum2009-09-253-12/+21
| * | | use the new htonll and vrt types to send cal and lo freqsJosh Blum2009-09-251-6/+6
| * | | checking for if context packets and setting up the payload pointer and sizeJosh Blum2009-09-252-1/+7
| * | | Reading 64 bit freq out of chunk of context packet.Josh Blum2009-09-253-3/+41
| * | | copied over vrt context and type headers, updated bits.h as wellJosh Blum2009-09-255-14/+407
| * | | Dump IF-Context packets in hex.Eric Blossom2009-09-231-21/+38
| * | | use gruel/inet.h instead of arap/inet.hEric Blossom2009-09-231-1/+1
| * | | fix white spaceEric Blossom2009-09-232-4/+4
| * | | made rxdspno a parameter for: start/stop streaming, and quadradio32fcJosh Blum2009-09-225-23/+23
* | | | Resampler seems to be working for all values of rateTom2009-10-192-3/+8
* | | | Working on fixing arbitrary resampler not working for rate < 1.0; this fixes ...Tom2009-10-191-1/+2
* | | | Merge branch 'osx_10.6_64_fixes' of http://gnuradio.org/git/michaelldJohnathan Corgan2009-10-1911-365/+521
|\ \ \ \
| * | | | moved all 'fprintf (stderr, ...)' calls to std::cerr, for 'universal' OSX pri...Michael2009-10-197-133/+168
| * | | | better for both cross-compiling and 10.6 native compiling, to determine CPU a...Michael2009-10-171-9/+22