蓝山咖啡7258 发表于 2008-10-27 19:59

关于自适应滤波应用于回波抵消的matlab实现

求助!

自适应滤波应用于回波抵消,已经比较成熟的技术,不过好像大部分是DSP硬件语言,想着用matlab仿真实现,有哪位高手做过类似的程序?

风花雪月 发表于 2008-10-28 16:59

我以前下载了一个,不过没用过,不知道是否好使,如果你需要留下你的email吧,我可以发给你

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, whereequalizer 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.

蓝山咖啡7258 发表于 2008-11-8 19:36

原帖由 风花雪月 于 2008-10-28 16:59 发表 http://www.chinavib.com/forum/images/common/back.gif
我以前下载了一个,不过没用过,不知道是否好使,如果你需要留下你的email吧,我可以发给你



哈哈,非常感谢!!!
我的邮箱cyz0512@sohu.com

蓝山咖啡7258 发表于 2008-11-8 19:37

回复 沙发 风花雪月 的帖子

哈哈,非常感谢!!!
我的邮箱cyz0512@sohu.com

gdbasc 发表于 2009-5-8 21:28

gdbasc@yeah.net
我也想学学看
谢谢了

shihui0610 发表于 2009-5-17 15:23

shihui0610@163.com十分感谢!

nkdtxf 发表于 2009-9-4 11:01

nkdtxf@126.com 谢谢了!
页: [1]
查看完整版本: 关于自适应滤波应用于回波抵消的matlab实现