• 大小: 435B
    文件类型: .m
    金币: 1
    下载: 0 次
    发布日期: 2021-05-22
  • 语言: Matlab
  • 标签: PN  MATLAB  

资源简介

利用产生多项式产生PN序列 PN序列PN序列

资源截图

代码片段和文件信息

function [mseq]=m_sequence(fbconnection)
%% get the PN sequence after knowing the characteristic polynomial 
n=length(fbconnection);
N=2^n-1;
register=[zeros(1n-1) 1]; %define the initial state of the shift regis

评论

共有 条评论