diff options
author | Tom Rondeau <trondeau@vt.edu> | 2012-11-01 10:50:10 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2012-11-01 10:50:10 -0400 |
commit | 1b83549181135e79ad00b9bae0d11ab27efa4148 (patch) | |
tree | 6b036dd9d26423528f49bad563c199a25a33f646 /docs/sphinx | |
parent | bbe599e4606b728c9610a17285b1e50f9e9d4dcb (diff) |
analog: removing PLL blocks. Also moved blks2impl files that used PLLs to gr-analog.
This probably impacts a lot of examples; once we've removed all files in gnuradio-core, we'll need to retest.
Diffstat (limited to 'docs/sphinx')
-rw-r--r-- | docs/sphinx/source/gr/index.rst | 4 | ||||
-rw-r--r-- | docs/sphinx/source/gr/sync_blk.rst | 3 |
2 files changed, 0 insertions, 7 deletions
diff --git a/docs/sphinx/source/gr/index.rst b/docs/sphinx/source/gr/index.rst index 5e15be4466..8f99ea4e9d 100644 --- a/docs/sphinx/source/gr/index.rst +++ b/docs/sphinx/source/gr/index.rst @@ -215,9 +215,6 @@ Synchronization .. autosummary:: :nosignatures: - gnuradio.gr.pll_carriertracking_cc - gnuradio.gr.pll_freqdet_cf - gnuradio.gr.pll_refout_cc gnuradio.gr.simple_correlator Type Conversions @@ -256,7 +253,6 @@ Signal Level Control (AGC) :nosignatures: gnuradio.gr.ctcss_squelch_ff - gnuradio.gr.dpll_bb gnuradio.gr.peak_detector2_fb gnuradio.gr.pwr_squelch_cc gnuradio.gr.pwr_squelch_ff diff --git a/docs/sphinx/source/gr/sync_blk.rst b/docs/sphinx/source/gr/sync_blk.rst index b4875bdbdc..d5e3c3d7c5 100644 --- a/docs/sphinx/source/gr/sync_blk.rst +++ b/docs/sphinx/source/gr/sync_blk.rst @@ -1,7 +1,4 @@ gnuradio.gr: Synchronization ============================ -.. autooldblock:: gnuradio.gr.pll_carriertracking_cc -.. autooldblock:: gnuradio.gr.pll_freqdet_cf -.. autooldblock:: gnuradio.gr.pll_refout_cc .. autooldblock:: gnuradio.gr.simple_correlator |