BER_Equators

所属分类:matlab编程
开发工具:matlab
文件大小:131KB
下载次数:303
上传日期:2007-11-30 11:45:52
上 传 者ripplezh
说明:  Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.
(Adaptive Filter. This script shows the BER performance of several types of equalizers in a static channel with a null in the passband. The script constructs and implements a linear equalizer object and a decision feedback equalizer (DFE) object. It also initializes and invokes a maximum likelihood sequence estimation (MLSE) equalizer. The MLSE equalizer is first invoked with perfect channel knowledge, then with a straightforward but imperfect channel estimation technique.)

文件列表:
BER_Equators (0, 2007-11-28)
BER_Equators\eqberdemo.html (26337, 2004-06-30)
BER_Equators\eqberdemo.m (10129, 2004-06-30)
BER_Equators\eqberdemo.png (4381, 2004-06-30)
BER_Equators\eqberdemo_01.png (4256, 2004-06-30)
BER_Equators\eqberdemo_02.png (5813, 2004-06-30)
BER_Equators\eqberdemo_03.png (4078, 2004-06-30)
BER_Equators\eqberdemo_04.png (4891, 2004-06-30)
BER_Equators\eqberdemo_05.png (6458, 2004-06-30)
BER_Equators\eqberdemo_06.png (3984, 2004-06-30)
BER_Equators\eqberdemo_07.png (4888, 2004-06-30)
BER_Equators\eqberdemo_08.png (7295, 2004-06-30)
BER_Equators\eqberdemo_09.png (4038, 2004-06-30)
BER_Equators\eqberdemo_10.png (8747, 2004-06-30)
BER_Equators\eqberdemo_11.png (4342, 2004-06-30)
BER_Equators\eqberdemo_12.png (4080, 2004-06-30)
BER_Equators\eqberdemo_13.png (9460, 2004-06-30)
BER_Equators\eqber_adaptive.html (12718, 2004-06-30)
BER_Equators\eqber_adaptive.m (4667, 2004-06-30)
BER_Equators\eqber_graphics.m (23673, 2004-06-30)
BER_Equators\eqber_mlse.html (14074, 2004-06-30)
BER_Equators\eqber_mlse.m (5345, 2004-06-30)
BER_Equators\eqber_siggen.html (4059, 2004-06-30)
BER_Equators\eqber_siggen.m (986, 2004-06-30)
BER_Equators\figposition.m (1279, 2004-08-30)
BER_Equators\Thumbs.db (47616, 2007-11-28)

This demo shows the BER performance of linear, decision feedback (DFE), and maximum likelihood sequence estimation (MLSE) equalizers when operating in a static channel with a deep null. The MLSE equalizer is invoked first with perfect channel knowledge, then with an imperfect, although straightforward, channel estimation algorithm. The BER results are determined through Monte Carlo simulation. The demo shows how to use these equalizers seamlessly across multiple blocks of data, where equalizer state must be maintained between data blocks. The demo plots the BER results dynamically, per Eb/No value. While the simulation is running at a particular Eb/No value, the plotted BER point will change its position on the plot to indicate how the collection of many errors reduces the variance of the BER estimate. The demo also shows the burst error performance of each of the classes of equalizers. It does so by showing a modified histogram of the intervals between consecutive errors. If a high percentage of errorless intervals is less than about five bits, then the error performance can be considered bursty. The following executable files are included with this demo: eqberdemo - main simulation executive eqber_adaptive - simulation loop for adaptive linear and DFE equalizers eqber_mlse - simulation loop for MLSE equalizers with and without perfect channel estimation eqber_siggen - generation of noisy, channel-filtered BPSK signals eqber_graphics - functions to create and update data visualization To run the demo, simply type "eqberdemo" at the MATLAB command line. In addition, this demo includes the following HTML files that enable you to browse through formatted versions of the simulation code. These HTML files are: eqberdemo.html eqber_adaptive.html eqber_mlse.html eqber_siggen.html The HTML includes images of the demo output at various stages of its execution.

近期下载者

相关文件


收藏者