equalize(tx,rx,dept​h,ntaps)

版本 1.1.0.0 (253.2 KB) 作者: Dan Boschen
Least Squares Equalizer to compensate for channel distortion
182.0 次下载
更新时间 2016/6/7

查看许可证

Function implementing the Wiener-Hopf method to determine the least squares solution for an equalizer, implemented as an FIR filter. Given a known transmit sequence (either through use of a training sequence or receiver decisions) and a know received copy of the same sequence, this function will determine the coefficients for an FIR filter (equalizer) that will compensate for all channel distortions, in a least squared error sense. Passing the received sequence through the equalizer will recover the transmitted sequence. Applications are in wireless communications and sound processing.

引用格式

Dan Boschen (2024). equalize(tx,rx,depth,ntaps) (https://www.mathworks.com/matlabcentral/fileexchange/57531-equalize-tx-rx-depth-ntaps), MATLAB Central File Exchange. 检索时间: .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Link-Level Simulation 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.1.0.0

Added an example script to demonstrate the equalization function on a sound file.

1.0.0.0

grammatical correction