通过移位循环寄存器产生所需要的序列我要分享

The required sequence is generated by shifting the cyclic register

psl 电平PSL 峰值旁瓣电平 图形移位 自相关-旁瓣

关注次数: 194

下载次数: 0

文件大小: 4KB

代码分类: 仿真计算

开发平台: matlab

下载需要积分: 1积分

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

代码描述

中文说明:

一个简单的m序列产生函数,通过调用primpoly获得本原多项式,然后通过移位循环寄存器产生所需要的序列。自相关图形上能看到峰值旁瓣电平(PSL)和积累旁瓣电平(ISL)。


English Description:

A simple m-sequence generating function obtains the primitive polynomial by calling primpoly, and then generates the required sequence by shift loop register. The peak side lobe level (PSL) and the accumulated side lobe level (ISL) can be seen on the autocorrelation graph


代码预览

m_sequence.html

m_sequence.m

相关推荐