搜索资源列表
随机过程 时间序列的分析
- 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。-random process is time-series analysis of operations, based on the Matlab programming model checker, parameters strike, model projections, followed by my work, for your reference.
greatQPSK
- QPSK的Matlab实现 使用伪随机序列,低通滤波,可看图-QPSK Matlab using the pseudo-random sequence, low-pass filtering, flashcards
matlabpro2
- 以matlab实现数字水印的生成和提取,用的是高斯随机序列生成的易碎的隐式数字水印。-to Matlab digital watermark generation and extraction, using a Gaussian random sequence generation of friable implicit digital watermarking.
ofdm
- 用matlab 实现ofdm,输入的是长度为256的随机序列,其中用到了opsk调制,ifft和fft变换
38808_100259_8515
- 伪随机序列在扩频通信、流密码、信道编码等领域有着十分广泛的应用。文通过对伪随机m序列的编码和译码算法进行的MatLab语言仿真,验证了伪随机序列码的编码和译码算法,丰富了伪随机序列的实现方法,并提供了源代码。
QPSK.rar
- 使用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 modulation and demodulation of the QP
daimahekuangtu
- ,用MATLAB实现快跳频通信系统的仿真。主要应用了SIMULINK和COMMUNICATION BLOCKETS两个模块。整个设计包括了信源产生部分、发送部分、跳频调制部分、信道部分、接收部分和结果分析部分共六个模块,核心技术是伪随机序列的产生和频率合成器的设计,而关键技术是收发两端的伪随机码元的同步。伪随机码的产生用S-函数编程来开发自己的SIMULINK模块。同步的实现是收发两端采用相同的扩频脉冲触发。而且在设计中每个模块都采用了模块封装技术,从而简化了框图结构-Using MATLAB
LDestimate_code.tar
- 是随机过程中时间序列分析作业,基于Matlab编程实现模型判别,参数求取,模型预测等,另附有本人作业全文,供大家参考。
EMDfenshufourier
- 经验模式分解算法是仿真分数阶高斯噪声(fGn)和分数阶布朗运动(fBm)的新方法, 利用MATLAB的GUI开发环境,设计和实现了基于经验模式分解的分数阶随机序列仿真系统。-Empirical mode decomposition algorithm is a simulation of fractional Gaussian noise (fGn) and fractional Brownian motion (fBm) of the new method, using MATLAB
localRand
- 常用随机数发生器,C实现 /* * 文件包含了6个函数,它们能产生符合相应分布的规律的随机数: * GenUniformRnd : 产生一个随机数,符合均匀分布。(伪随机序列) * GenBernoulliRnd : 产生一个随机数,符合伯努利分布。 * GenBinomialRnd : 产生一个随机数,符合二项分布。 * GenPoissonRnd : 产生一个随机数,符合泊松分布。 * GenExponentRnd : 产生一个随机数,符合指数分布。
mseq
- MATLAB实现的伪随机序列产生器源代码接收机建模-MATLAB implementation of the pseudo-random sequence generator source code for the receiver modeling
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
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
ccc
- 随机过程仿真必备,伪随机序列的Matlab实现与分析.kdh-Stochastic process simulation necessary, pseudo-random sequence of Matlab Implementation and Analysis. Kdh
randHe
- 基于Henon映射的混沌伪随机序列发生器,用MATLAB7.1实现-Henon mapping based on Chaotic Pseudo-random sequence generator, to achieve with MATLAB7.1
MATLAB-binary
- matlab实现产生二进制随机序列函数,包括概率分布-matlab generate binary random sequence to achieve the function, including the probability distribution
matlab
- 用于产生伪随机序列最长线性序列m序列,在matlab环境下实现-Used to generate pseudo-random sequence of the longest linear sequence of m-sequences, in the matlab environment to achieve
m_gen
- matlab实现m伪随机序列,可以随意生成随机数(M sequence generated by the matlab software,and it can be change by yourself)
M伪随机序列
- 本文首先简单地介绍了M序列的原理,接着在MATLAB中用语言编程实现M序列的产生和分析,仿真结果验证了该方法的正确性和可行性。