summaryrefslogtreecommitdiff
path: root/gr-digital/examples/demod/test_corr_est.grc
Commit message (Collapse)AuthorAgeFilesLines
* digital: test_corr_est example - missing parenthesisJosh Morman2020-04-011-35/+171
| | | | | | | Previous version missed something in the transition to yaml, namely parenthesis around the lengths list in the stream mux. Now the example runs out of the box
* digital: Convert GRC examples to YAML formatJohannes Demel2019-01-271-3500/+973
| | | | | | | | This commit converts the examples in `gr-digital` to the new YAML format. This conversion is tracked in #2285. Only the flowgraphs in `examples` and `examples/demod` are updated. Some flowgraphs can't be opened due to some 'id' error.
* replace scipy by numpy in GRC examplesMarcus Müller2018-11-021-3/+3
|
* digital: adds corr_est_cc correlation estimator blockJohnathan Corgan2015-04-061-0/+3500
This commit is almost entirely based on the correlate_and_sync_cc update by Nick Foster <bistromath@gmail.com> and Andy Walls <andy@silverblocksystems.net>, but has been renamed to corr_est_cc in order to be included in the 3.7 API without compatibility issues.