Changes between Version 18 and Version 19 of FlexWaves
- Timestamp:
- 07/29/10 19:29:47 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
FlexWaves
v18 v19 35 35 36 36 37 == ALOE 37 == ALOEWaveforms == 38 38 39 39 The following waveforms are available: 40 * Digital Modem41 * UTRAN transmitter/receiver42 * UTRAN Turbo encoder/decoder only43 * WiMAX transmitter/receiver (with convolutional code)44 * WiMAX LDPC encoder/decoder only40 * [wiki:FlexWaves#DigitalModem Digital modem] 41 * [wiki:FlexWaves#UTRAN UTRAN transmitter/receiver] 42 * [wiki:FlexWaves#UTRANTDEC UTRAN Turbo encoder/decoder only] 43 * [wiki:FlexWaves#WiMAX WiMAX transmitter/receiver (with convolutional code)] 44 * [wiki:FlexWaves#WiMAXLDPC WiMAX LDPC encoder/decoder only] 45 45 46 === DigitalModem ===46 === !DigitalModem === 47 47 48 48 This waveform is a simple digital modem (without channel). It can be configured to perform BPSK, QPSK, QAM4 and QAM16. 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 binary data. … … 70 70 71 71 72 [wiki:FlexWaves#ALOEWaveforms Back to Waveforms] 72 73 [[BR]] 73 74 … … 112 113 * Object: ''turbodecoder'' variable: ''iterations'' number of performed iterations 113 114 114 === UTRAN Turbo encoder/decoder === 115 [wiki:FlexWaves#ALOEWaveforms Back to Waveforms] 116 [[BR]] 117 === UTRANTDEC === 115 118 116 119 This simple waveform just consists on a data binary generator, Turbo encoder and decoder and a gaussian channel simulator. … … 141 144 * Object: ''turbodecoder'' variable: ''iterations'' number of performed iterations 142 145 146 [wiki:FlexWaves#ALOEWaveforms Back to Waveforms] 147 [[BR]] 148 143 149 === WiMAX === 144 150 … … 157 163 }}} 158 164 159 === WiMAX LDPC === 165 [wiki:FlexWaves#ALOEWaveforms Back to Waveforms] 166 [[BR]] 167 168 === WiMAXLDPC === 160 169 161 170 This simple waveform just consists on a data binary generator, LDPC encoder and decoder and bit error rate computation sink component. … … 166 175 }}} 167 176 177 [wiki:FlexWaves#ALOEWaveforms Back to Waveforms] 178 [[BR]] 179 168 180 [[BR]] 169 181