Changes between Initial Version and Version 1 of FrameSynchronizer

Show
Ignore:
Timestamp:
08/05/07 11:57:56 (2 years ago)
Author:
jgaeddert (IP: 24.127.44.65)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FrameSynchronizer

    v1 v1  
     1= Frame Synchronizer (polyphase filter bank) = 
     2This component recovers both symbol timing and carrier phase information using a polyphase filter bank for simultaneous matched filtering and decimation.  It is an extension of the MultirateSynchronizer component in that it adds an initial synchronization period to find the beginning of the frame... 
     3 
     4|| '''Preamble phasing pattern''' || '''P/N Sync code'''     || '''Control codes''' || '''Data'''          || 
     5|| 10101010...                    || Maximal-length sequence || c0c1c2c3c4c5c6c7    || Information symbols || 
     6 
     7The first three control bits determine the modulation scheme... 
     8|| c0 || c1 || c2 || Modulation scheme || 
     9|| 0  || 0  || 0  || BPSK              || 
     10|| 0  || 0  || 1  || QPSK              || 
     11|| 0  || 1  || 0  || 8PSK              || 
     12|| 0  || 1  || 1  || 16-QAM            || 
     13|| 1  || 0  || 0  || 4-PAM             || 
     14|| 1  || 0  || 1  || -                 || 
     15|| 1  || 1  || 0  || -                 || 
     16|| 1  || 1  || 1  || -                 || 
     17 
     18Control bits {{{c3}}} and {{{c4}}} determine the frame size... 
     19|| c3 || c4 || Frame Size || 
     20|| 0  || 0  || 2048       || 
     21|| 0  || 1  || 4096       || 
     22|| 1  || 0  || 8192       || 
     23|| 1  || 1  || 16384      || 
     24 
     25== Software Status == 
     26 
     27Currently, FrameSynchronizer is in experimental/development mode. 
     28 
     29 * [source:experimental/components/SymbolSyncPoly development trunk], packaged with SymbolSyncPoly 
     30 * [http://ossie.mprg.org/docs-components/components/SymbolSyncPoly/ code documentation]