搜索资源列表
38808_100259_8515
- 伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算法,丰富了伪随机序列的实现方法,并提供了源代码。
随机过程 时间序列的分析
- 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。-random process is time-series analysis of operations, based on the Matlab programming model checker, parameters strike, model projections, followed by my work,
greatQPSK
- QPSK的Matlab实现 使用伪随机序列,低通滤波,可看图-QPSK Matlab using the pseudo-random sequence, low-pass filtering, flashcards
fast_ApEn
- 针对时间序列的复杂性测试,实现快速近似熵算法,可以分析确定信号和随机信号,速度打打提高-time series against the complexity of testing, rapid approximate entropy algorithm, can be analyzed to determine signal and random signals, improving speed of play
randmtx
- 这是一个在利用密钥产生随机序列,他能实现在伪随机序列的产生-This is a key generated using random sequence, he can achieve the pseudo-random sequence generation
matlabpro2
- 以matlab实现数字水印的生成和提取,用的是高斯随机序列生成的易碎的隐式数字水印。-to Matlab digital watermark generation and extraction, using a Gaussian random sequence generation of friable implicit digital watermarking.
randsequence
- 关于m序列等随即序列的若干好文章,随机序列在图像音频视频等加密过程中有很大作用,文章中有随机序列实现的源代码,很有研究价值。-M sequence, such as on a number of sequences was good articles, random sequence in image encryption, such as audio and video plays a significant role in the
MATLABtoGenerateMSequence
- 由十其强人的功能而被广泛应{IJ十很多工程领域。在扩频通信,},通常的做法是{IJ扩频序列J信号和乘, 从而得到频谱的扩展或扭缩,因而扩频序列的性能直接决定着通信质量。伪随机序列,},的m序列和Cold序列最常{}J们一扩 频序列。该文首先简中介绍了m序列和Cold序列的原理、性能和构造方法.接着在MAfLAB }}})IJ M语言编程实现它们的产 生和分析。仿真结果验证了该方法的正确性和可行性。该方法简练直观,适合工程技术
work
- 一种基于DCT变换的数字水印算法的实现过程,水印为伪随机序列,包括嵌入和提取两个过程。其中textmark.m为攻击实验代码。-DCT-based Digital Watermarking Algorithm Transform realize the process, the watermark for the pseudo-random sequence, including both the process of embeddin
linear_feedback_shift_register_unit
- 实现产生伪随机序列的部件 —— 线性反馈移位寄存器单元。 SFlog2为扩频因子的底数为2的对数值,cycle为PN序列的周期,其值为2^SFlog2。initial_state为移位寄存器的初始状态,generator_polynomial_coefficient为生成PN序列所需的本原多项式,对应于移位寄存器的连接向量。-The realization of pseudo-random sequence generated comp
38808_100259_8515
- 伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算法,丰富了伪随机序列的实现方法,并提供了源代码。-Pseudo-random sequence in the spread spectrum communication, stream cipher, in areas such as channel coding has a v
QPSK
- 使用matlab程序实现了由随机序列到码元电平、m序列直接扩频解扩、qpsk调制解调,射频调制解调一个完整的qpsk系统过程-Matlab program to use by the random sequence to the symbol level, m direct sequence spread spectrum despreading, qpsk modulation and demodulation, RF modulat
daimahekuangtu
- ,用MATLAB实现快跳频通信系统的仿真。主要应用了SIMULINK和COMMUNICATION BLOCKETS两个模块。整个设计包括了信源产生部分、发送部分、跳频调制部分、信道部分、接收部分和结果分析部分共六个模块,核心技术是伪随机序列的产生和频率合成器的设计,而关键技术是收发两端的伪随机码元的同步。伪随机码的产生用S-函数编程来开发自己的SIMULINK模块。同步的实现是收发两端采用相同的扩频脉冲触发。而且在设计中每个模块都采用了
shixianwanzhengchengxu
- 不仅仅是闲了二进制二进制随机序列的频率调制,而且实现了其相应的解调过程,FSK完整程序-Not just free of the binary random sequence of binary frequency modulation, and the realization of the corresponding demodulation process, FSK complete procedures
EMDfenshufourier
- 经验模式分解算法是仿真分数阶高斯噪声(fGn)和分数阶布朗运动(fBm)的新方法, 利用MATLAB的GUI开发环境,设计和实现了基于经验模式分解的分数阶随机序列仿真系统。-Empirical mode decomposition algorithm is a simulation of fractional Gaussian noise (fGn) and fractional Brownian motion (fBm) of t
mseq
- MATLAB实现的伪随机序列产生器源代码接收机建模-MATLAB implementation of the pseudo-random sequence generator source code for the receiver modeling
Data
- IS95中的数据流伪随机序列的产生。用matlab中randn实现-IS95 data streams to be pseudo-random sequence generation. Achieved using randn in matlab
weisuijixulie
- 实现伪随机序列 关键词 随机矩阵 本源多项式 移位运算-Achieve the pseudo-random sequence Key words random matrix origin polynomial shift operator
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * Gen
m_gen
- matlab实现m伪随机序列,可以随意生成随机数(M sequence generated by the matlab software,and it can be change by yourself)