summaryrefslogtreecommitdiff
path: root/gnuradio-examples/grc
Commit message (Collapse)AuthorAgeFilesLines
* Rework example directories. Gets rid of gnuradio-examples, moves these to ↵Tom Rondeau2012-04-0312-7169/+0
| | | | | | more appropriate components. gnuradio-core and grc now have their own examples directories for files directly related to them.
* examples: Reworked locations and installation of examples.Tom Rondeau2012-04-0316-17436/+3
| | | | All python and GRC examples directly associated with a top-level component are now in that examples directory. Examples are split into c++, python, and grc dirs but are all installed into $prefix/share/gnuradio/examples/<component>.
* Merge branch 'master' into nextJohnathan Corgan2012-02-141-7/+7
|\
| * Fixed GRC bindings for vocoder (this also fixes GRC example cvsd_sweep)Martin Braun2012-02-141-7/+7
| |
* | Removed autotools, gr-waveform, some cleanupJohnathan Corgan2011-12-083-72/+0
|/ | | | Nick Foster owes Nick Corgan a six-pack of beer!
* examples: making both autotools and cmake install all the same examples.Tom Rondeau2011-10-242-1/+91
|
* uhd examples: updated all GRC USRP-based examples to UHD examples.Tom Rondeau2011-10-0816-3743/+10528
|
* Minor fixes in turbo GRC blocks and one more example added.Achilleas Anastasopoulos2011-09-011-0/+832
|
* More examples and turbo decoder blocks added.Achilleas Anastasopoulos2011-08-312-2/+865
|
* Added more turbo encoder/decoder blocks and examples.Achilleas Anastasopoulos2011-08-312-1/+858
|
* Added SCCC encoder/decoder grc blocksi and examples. Also moved all grc ↵Achilleas Anastasopoulos2011-08-313-330/+1277
| | | | blocks related to trellis inside the gr-trellis/grc directory
* grc: removed var sink taps example, its no longer supported, weird, and not ↵Josh Blum2011-06-092-490/+1
| | | | useful
* Changing FLL parameter range for use with new code.Tom Rondeau2010-03-062-216/+216
|
* Changing Makefile so the new PAM examples are installedTom2010-02-011-1/+3
|
* Minor adjustments to FLL exampleTom2010-02-011-40/+40
|
* Simplifying and using PFB resampler to generate pusle shape filtered signal.Tom2010-02-011-341/+261
|
* Using PFB resampler to generate the pulse shaping filtered signal.Tom2010-02-011-344/+264
|
* Adding new GRC examples for using FLL block.Tom2009-12-152-0/+3145
| | | | | digital_freq_lock - simple implementation of FLL only pam_sync - extension of pam_timing that does freq, phase, and timing sync
* added a gain sliderMatt Ettus2009-12-031-162/+254
|
* updated tx exampleJosh Blum2009-12-031-24/+24
|
* created dpsk demo with usrpsJosh Blum2009-11-253-0/+1220
|
* 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