搜索资源列表
6M
- matlab在系统辨识中的应用: 利用六级移位寄存器产生的M序列-Matlab system identification in the application : 6 shift register sequence of the M
lcm16_LCD
- 本程序为驱动LCD为LCM161(HD44780驱动器)字符显示器. 接线:LCD D0-D8(PIN7-14) 对映用户板P0.0--P0.7 LCD VSS(PIN1) 接 GND,VDD(PIN2)接+5V,LCD驱动电源V0(PIN3)接可调电阻ADJ,调节亮度 LCD寄存器选择RS(PIN4)接P2.0,读写选择R/W(PIN5)接P2.1,使能端EN(PIN6)接P2.2(高电平 有效) 本程序采用I/O口模仿总线时序,故无需做任何硬件扩展.屏幕显示
VBTOPLC
- 用VB写的,通过三菱FX1S系列的编程端口与电脑串口进行通讯,可对X、M、Y、D、T、C的寄存器进行读写控制,操作很简单、方便-VB written by Mitsubishi FX1S series of computer programming and serial port communication, the X, M, Y, D, T, C Register for literacy control, operation is very simple, convenient
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
mretrn
- 实现m序列的输入输出转化,移位寄存器在通信方面的运用
m_sequence
- matlab生成m序列的函数 原来那个效率太低,主要是因为实际应用并不需要生成太长的m序列,加入了需求长度,能有效减少运行时间。25级的移位寄存器,运行了一个小时都没有出来一周期,我仅仅需要三千bit而已。改进版:
cx
- 利用Matlab编写求取4级移位寄存器的M序列 设初始序列为:1 1 1 1 通过一个四级的移位寄存器,其中在第三级有负反馈(一个模二加法),即将序列的第三位和第四位相加(如序列1 1 1 1经移位寄存器第一次移位后为0 1 1 1)的值再赋到第一位. 序列的周期为16.
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 registers to adjust the initial valu
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
generating-M-sequence-
- 用带反馈通道的移位寄存器产生PRBS序列信号。要选择合适的通道,经模二加法后进行反馈。在程序中,移位寄存器个数可从2到13中任意选择,其长度也可以自由选择。运行结果在vc++的运行环境中能看得很清楚,最后产生的M序列数据也存在相应的数据文件中。-With a shift register with feedback channel PRBS sequence generated signals. To select the appropriate channel, molded after th
MSeries
- M序列发生器函数,使用m文件实现,2至7级寄存器,主要分为两个部分。第一部分主要负责输入,输出,第二部分是M序列发生函数-M sequence generator function, 2-7 registers, divided into two parts. The first part is mainly responsible for the input, output, and the second part is the sequence generating function M
M-series-shift-register-(2)
- m序列移位寄存器 完成31位m序列。扩频通信中重要-M series shift register
M-series
- m序列寄存器,m序列是由带线性反馈的移位寄存器产生的周期最长的一种序列-m-sequence register, m sequence is a sequence of the longest cycle with linear feedback shift register
m
- 移位寄存器实现为随机信号,2011年E题的一部分,可以用,串行输出-Shift register is implemented as a random signal
M-sequences-
- 输入寄存器参数Cn和初始值An,运行程序,即可产生相应级数M序列-Generate arbitrary M-sequences
M-xulie
- 利用本原多项式产生m序列 ,m序列是最长线性移位寄存器序列的简称,是一种伪随机序列、伪噪声(PN)码或伪随机码。可以预先确定并且可以重复实现的序列称为确定序列 既不能预先确定又不能重复实现的序列称随机序列 不能预先确定但可以重复产生的序列称伪随机序列。-m xulie
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)