Statistics
| Branch: | Tag: | Revision:

root / gnuradio-core / src / python / gnuradio / blks2impl / dbpsk.py @ 1ec42d6f

History | View | Annotate | Download (14.5 kB)

# Date Author Comment
ec8e9c7e 03/14/2010 01:08 am Tom Rondeau

Adding version 2 of receive path so as not to affect old dbpsk and dqpsk operations.

4df83569 10/13/2009 01:46 am Johnathan Corgan

Merge branch 'sync' of :trondeau into master

This merge adds polyphase clock recovery, implements new PAM demodulators
that use it, and also moves GRC examples to gnuradio-examples component.

See merge commit diff for updated files post merge....

19e2cc4b 10/10/2009 01:21 am Tomas Balbierius

Making old dbpsk work again to compare against new version.

eee064ca 10/06/2009 05:24 pm Tomas Balbierius

Using PFB clock recovery for testing

af26023e 11/23/2008 05:10 pm Tom Rondeau

fixing sync routines by wrapping the angle and not clipping it; also opening up the frequency sync range a bit.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@10040 221aa14e-8319-0410-a670-987f0aec2ac5

e692e713 09/18/2007 06:59 pm Johnathan Corgan

Merge r6461:6464 from jcorgan/t162-staging into trunk.

  • Final gr.top_block and gr.hier_block2 implementation inside
    gnuradio-core/src/lib/runtime
  • Implementation of gr.hier_block2 versions of all the old-style blocks
    in blks. These live in blks2....