summaryrefslogtreecommitdiff
path: root/gnuradio-examples/grc
Commit message (Collapse)AuthorAgeFilesLines
* core: added gr.pfb_clock_sync_fff based on _ccf version, updated exampleJohnathan Corgan2009-10-311-345/+389
|
* This splits the rate into a fractional an integer value, which allows the ↵Tom Rondeau2009-10-121-349/+409
| | | | loop to adjust the fractional rate while the integer rate keeps the increments moving properly. Allows the max rate deviation to be independent of the integer rate. Scaling of the differential taps also allows alpha and beta to operate independent of the rate when fractional samples per symbol are used. Slightly more tolerant to large signal values, but they still should be close to +/-1.
* Revert "More additions to PAM timing simulation."Tom2009-10-091-137/+52
| | | | This reverts commit a524c6f494cfb3b88d1e55d3f1a35d97ec566c4e.
* More additions to PAM timing simulation.Tom2009-10-091-52/+137
|
* Using 2-PAM by default.Tom2009-10-091-2/+2
|
* Cleaning up GRC PAM timing example and adding ability to do M-ary PAM.Tom2009-10-091-665/+344
|
* Working on allowing fractional samples per symbol.Tom2009-10-081-352/+430
|
* Adding channel model to simulation to test frequency offset.Tom2009-10-071-408/+675
|
* Adding imaginary stream to PAM demo to test IQ sync. Also properly setting ↵Tom2009-10-071-287/+484
| | | | beta at runtime from GRC block.
* Clipping the rate of the clock recovery helps track large changes.Tom2009-10-071-71/+71
|
* Adding better scope sink defaults.Tom2009-10-061-61/+61
|
* Fixing previous checkinTom2009-10-061-56/+56
|
* Adding accessor functions for both alpha and beta.Tom2009-10-061-118/+255
|
* Merge branch 'wip/examples' of http://gnuradio.org/git/jblum into syncMatt Ettus2009-10-0621-0/+9022
|\
| * removed unused git ignoresJosh Blum2009-10-065-10/+0
| |
| * moved grc examples to gnuradio-examples/grcJosh Blum2009-10-0626-0/+9032
| |
* | progressMatt Ettus2009-10-061-41/+171
| |
* | added more portsMatt Ettus2009-10-061-113/+148
| |
* | with frac delayMatt Ettus2009-10-061-140/+365
|/
* no timing recovery yet, but creates RRC-PAMMatt Ettus2009-10-061-0/+616