搜索资源列表
伪随机序列
- 线形反馈移位寄存器(LFSR)是数字系统中一个重要的结构,本程序可以自动产生AHDL,VHDL,Verilog的源代码及电路原理图。程序可以运行在win98/2000/NT平台-linear feedback shift register (LFSR) digital system is an important structure, the process can be automatically generated AHDL, VH
6M
- matlab在系统辨识中的应用: 利用六级移位寄存器产生的M序列-Matlab system identification in the application : 6 shift register sequence of the M
M_serial(MATLAB)
- 支持4到16bit 的m序列的MATLAB源码。输入寄存器长度M_Len,输出2.^M_Len-1长度的寄存器状态值向量-4 to 16bit support of the MATLAB m sequence source. M_Len input register length, the output 2. ^ M_Len-1 length of the state vector register
msequeandgoldsequ
- 在通信系统仿真当中,常常会使用到伪随机信号,该源代码文件中包含两类最为常用的伪随机信号gold 序列的生成和m序列的生成,程序清晰有注解-In the communications system simulation are often used pseudo-random signal, the source code file contains two types of most commonly used pseudo-rando
m_sequence
- matlab生成m序列的函数 原来那个效率太低,主要是因为实际应用并不需要生成太长的m序列,加入了需求长度,能有效减少运行时间。25级的移位寄存器,运行了一个小时都没有出来一周期,我仅仅需要三千bit而已。改进版:-matlab generate a function of the original m sequence that efficiency is too low, mainly because of the practi
cx
- 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.-The use of Matlab to prepare to strike four of the M shift register sequence
simulate
- 循环冗余校验CRC (Cyclic Redundancy Check)码是由分组线性码的分支而来,其主要应用是二元码字。编码简单且误判概率很低,在通信系统中得到了广泛的应用。循环冗余校验码是属于分组码中的一类重要的线性码,它不仅在理论上具有很好的代数结构,而且其编码和译码可以通过线性移位寄存器很容易地实现。 通过对CRC的分析和基于MATLAB工具的仿真,充分证明了CRC的检错能力很强,编码简单。 -Cyclic Redunda
m_sequence
- m序列产生程序,通过移位寄存器产生 -m sequence generation process, through the shift register have
vhdl
- 伪随机序列发生器的vhdl算法 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。 -Pseudo-random sequence generator algorithm VHDL design of a pseudo-random sequence generator, using the generation polynomi
m_sequence
- m序列,只要输入本原多项式,相应的寄存器的数据,就可以得到m序列。
m_sequence_generator
- matlab-使用移位寄存器生成m序列(CDMA系统)-matlab-use shift register to generate m sequence (CDMA systems)
m_seq
- 此函数用来生成最大长度线性移位寄存器序列(m序列)-This function used to generate the maximum length linear shift register sequence (m sequence)
PXA255
- intel的PXA255芯片的中文资料,绝对详细的说明整块芯片的任何部件以及寄存器的设置和使用,是难得的资料,12M的文件足以看到它的份量了-The PXA255 chips intel Chinese data, the absolute detail of the entire chip, as well as any components register to set up and use, the information is
genm
- m序列生成程序matlab实现此函数用来生成最大长度线性移位寄存器序列-m sequence generated matlab program to achieve this function used to generate the maximum length linear shift register sequence
m_vhdl
- 设计一个伪随机序列发生器,采用的生成多项式为1+X^3+X^7。要求具有一个RESET端和两个控制端来调整寄存器初值(程序中设定好四种非零初值可选)。-Design a pseudo-random sequence generator, using the generating polynomial 1+ X ^ 3+ X ^ 7. Requires a RESET terminal end and two control regist
m
- m序列举例。4级移位寄存器生成周期为15的m序列。-m sequence example. 4 shift register generating the m sequence of 15 cycles.
m
- 由20位移位寄存器线性反馈产生的m序列的vhdl代码-20-bit shift register linear feedback sequence generated vhdl code m
m_sequencer
- m序列发生器,长度可以变化,此处使用长度为40 的移位寄存器。反馈函数使用的是:x40+x5+x4+x3+1-m sequence generator, the length can be varied. here the length of the shift register is 40. Feedback function : x40+ x5+ x4+ x3+1
STM32F1开发指南-寄存器版本_V3.1
- 基于cortex-m内核的stm32的寄存器版本的开发指南(Development Guide for register version of STM32 based on Cortex-M kernel)
mcode
- 附有m码产生verilog文件和测试文件,以及详细说明。读者可根据说明配置任意级m序列发生器(With M code, Verilog files and test files are produced and detailed. The reader can configure an arbitrary m sequence generator according to the instructions)