早期迟门我要分享

Early late gate

matlab 迟门

关注次数: 239

下载次数: 0

文件大小: 2.64 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:早期迟门的例子。此代码为基础而实现的安娜 LMS 均衡器使用 Matlab。这第一部分是初始 定时采集。要做到这一点,我们需要创建一个数据序列。我们用 m 序列为此状态向量的 8、 37 连接多项式和 127 的长度。这给我们的长度 127 的 PN 码。127 的长度是纯粹任意的。函数 mseq 使用了从以前的实验室。


English Description:

Example of early late gate. This code builds upon an implemention of ana LMS equalizer using Matlab. This first part is initial timing acquisition. To do this, we need to create a data sequence. We use an m-sequence for this with state vector of 8, a connection polynomial of 37 and a length of 127. This gives us a PN code of length 127. The length of 127 was purely arbitrary. The function mseq was used from a previous lab.


代码预览