summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-06work on a special connect function that registers a callbackJosh Blum
2009-10-06added bind to visible event function to callback when visibility changes ↵Josh Blum
within tabs
2009-10-06Fixing previous checkinTom
2009-10-06Adding accessor functions for both alpha and beta.Tom
2009-10-06Merge branch 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsouJohnathan Corgan
* 'libusb-1.0' of git://github.com/ttsou/gnuradio-ttsou: usrp: Corrected build fix for libusb usrp: Removed unused file
2009-10-06Merge branch 'wip/wbxng' of git@gnuradio.org:jcorganJohnathan Corgan
* 'wip/wbxng' of git@gnuradio.org:jcorgan: Clean up for work-in-progress Integrated gain control for TX and RX of wbxng Enabled RX Baseband First Functional TX modulator Locking, controllable synthesizer on TX and RX Able to tune RX VCO, observe R and N divider output on MUXOUT twiddling gpio successfully Clean build Initial compile of wbxng, properly sets db IDs
2009-10-06Fixing io signature for debug outputs.Tom
2009-10-06Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into syncMatt Ettus
2009-10-06progressMatt Ettus
2009-10-06removed unused git ignoresJosh Blum
2009-10-06moved grc examples to gnuradio-examples/grcJosh Blum
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/trondeau into syncMatt Ettus
2009-10-06Adding ports to GRC file for new debug outputsTom
2009-10-06added more portsMatt Ettus
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/matt into syncTom
2009-10-06Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into syncTom
2009-10-06Clean up for work-in-progressJohnathan Corgan
Copyright updates Trailing whitespace cleanup Move private headers out of install Use standard include guards Code cleanup
2009-10-06Adding more outputs for debugging.Tom
2009-10-06with frac delayMatt Ettus
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/matt into wip/examplesJosh Blum
2009-10-06usrp: Corrected build fix for libusbThomas Tsou
2009-10-06Merge branch 'sync' of http://gnuradio.org/git/trondeau into syncMatt Ettus
2009-10-06rename and make output optionalMatt Ettus
2009-10-06Changinging behavior of parameter update for PFB clock recovery alg.Tom
2009-10-06Merge branch 'wip/sync' of http://gnuradio.org/git/jcorgan into syncMatt Ettus
2009-10-06Add gr.pfb_clock_recovery to GRCJohnathan Corgan
2009-10-06no timing recovery yet, but creates RRC-PAMMatt Ettus
2009-10-06Making second output port of PFB clock recovery optional.Tom
2009-10-06Merge branch 'master' into syncTom
Conflicts: gr-utils/src/python/gr_plot_qt.py gr-utils/src/python/pyqt_plot.py gr-utils/src/python/pyqt_plot.ui
2009-10-06Should not be clipping the error here.Tom
2009-10-06Working with PFB clock recovery block.Tom
2009-10-06Using PFB clock recovery for testingTom
2009-10-06wip on clock sync block; exposing set gain functionTom
2009-10-06Updating display for better viewing on small screensTom
2009-10-06Merge branch 'master' of http://gnuradio.org/git/gnuradioMatt Ettus
2009-10-05added freq offset sliderJosh Blum
2009-10-05added mpsk demod exampleJosh Blum
2009-10-05Integrated gain control for TX and RX of wbxngJason Abele
2009-10-05Enabled RX BasebandJason Abele
2009-10-05First Functional TX modulatorJason Abele
2009-10-05Locking, controllable synthesizer on TX and RXJason Abele
set Charge Pump Current (Icp) per design guide on schem set R divider to 3, so that PFD inputs are ~21MHz set RF output enable even when looking for AUX
2009-10-05Able to tune RX VCO, observe R and N divider output on MUXOUTJason Abele
2009-10-05twiddling gpio successfullyJason Abele
2009-10-05Clean buildJason Abele
2009-10-05Initial compile of wbxng, properly sets db IDsJason Abele
2009-10-05Adding ability to easily reload/reset fileTom
2009-10-05Properly reset the fifos. We didn't connect before.Matt Ettus
2009-10-04Merge branch 'grc' of http://gnuradio.org/git/jblum into masterJohnathan Corgan
This restores functionality reverted in fd37328c * 'grc' of http://gnuradio.org/git/jblum: Added a run options to the "no gui" generate options.
2009-10-03Added a run options to the "no gui" generate options.Josh Blum
The user can select between run to completion and prompt for exit. Also fixed the props dialog is changed function to have better hashes. Now we hash a tuple of all "relevant" items which is "order aware". Since xoring the individual hashes proved faulty when 2 params alternated hiding. (cherry picked from commit fd37328c778ea8014e9ea9d932e61e5d229dd012)
2009-10-03Added computed version number to configurationJohnathan Corgan