Changes between Version 13 and Version 14 of FlexWaves
- Timestamp:
- 05/10/10 14:44:24 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlexWaves
v13 v14 7 7 Some 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. 8 8 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. 10 10 11 11 The source for all components can be found at: … … 19 19 }}} 20 20 21 The following waveforms are shipped with the ALOE package: 21 == General purpose waveform components == 22 22 23 == Example waveforms == 23 The following table summarises the available components. 24 24 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 39 And the following waveforms are shipped with the ALOE package: 40 41 == Digital Modem == 42 43 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. 26 44 27 45 The application can be loaded launching the following command on the runph command prompt: 28 46 {{{ 29 runph$: phload example47 runph$: phload modem 30 48 }}} 31 49