Changes between Version 13 and Version 14 of FlexWaves

Show
Ignore:
Timestamp:
05/10/10 14:44:24 (15 years ago)
Author:
ismael (IP: 129.13.72.198)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • FlexWaves

    v13 v14  
    77Some of the waveforms and/or objects under this folder have been developed by graduate and under-graduate students. This means that the level of optimisation and compliance with the standards is not guaranteed. However, they may be useful for testing purposes or evaluating the performance of the algorithms under different situations or platforms.    
    88 
    9 '''NOTE:''' Waveforms are now distributed with the ALOE packages. They are already preconfigured and ready to be used. You will find the latest versions in the QuickStartGuide page. This page describes the applications and some important notes about them.  
     9'''NOTE:''' Waveforms are now being distributed with the ALOE packages. They are already preconfigured and ready to be used. You will find the latest versions in the QuickStartGuide page. This page describes the applications and some important notes about them.  
    1010 
    1111The source for all components can be found at: 
     
    1919}}} 
    2020 
    21 The following waveforms are shipped with the ALOE package: 
     21== General purpose waveform components == 
    2222 
    23 == Example waveforms == 
     23The following table summarises the available components.  
    2424 
    25 This waveform is a simple digital modem. It can be configured to perform BPSK, QPSK, QAM4, QAM64 and so on. The modulator/demodulator is a single program which can be instantiated as a modulator or demodulator. A binary source and a sink generate and reads random data.  
     25|| '''Module Name''' || '''Description''' || 
     26|| gen_cconv/gen_viterbi || Generic convolutional coder and decoder, customizable polynomial and constraint length|| 
     27|| gen_decimator ||Customizable decimator or interpolator|| 
     28|| gen_interleaver || Generic interleaver with row and column permutation support || 
     29|| gen_source/gen_binsource || Generic bitstream or signal source || 
     30|| gen_chmux || Generic N:M signal multiplexer || 
     31|| gen_timemux || Generic time serial multiplexer || 
     32|| gen_channel_gauss || AWGN generator || 
     33|| gen_crc || 8, 12, 16, 24 bit cyclic redundancy check, supporting a generic polynomial || 
     34|| gen_digitalmodem || BPSK, QPSK, 4-QAM, 8-PSK, 16-QAM digital modulator and demodulator 
     35|| utran_turbocoder || UMTS turbocoder || 
     36|| utran_turbodecoder || UMTS turbodecoder || 
     37|| utran_ratem || UMTS Rate Matching || 
     38 
     39And the following waveforms are shipped with the ALOE package: 
     40 
     41== Digital Modem == 
     42 
     43This waveform is a simple digital modem. It can be configured to perform BPSK, QPSK, QAM4, QAM64 and so on. The modulator/demodulator is a single program which can be instantiated as a modulator or demodulator. A binary source and a sink generate and reads random data. 
    2644 
    2745The application can be loaded launching the following command on the runph command prompt: 
    2846{{{ 
    29 runph$: phload example 
     47runph$: phload modem 
    3048}}} 
    3149