-
MATLAB05
matlab的基础知识ppt05,适合初学者,希望大家好好学习(matlab basics ppt05, suitable for beginners, I hope you learn)
- 2013-03-06 22:29:44下载
- 积分:1
-
hw1
eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e * 2
else e = e / 2
hw1(e)
end
eps = e (eps value fitting
function eps = hw1(e)
if ((1+e) <= 1)
e = e* 2
else e = e/2
hw1(e)
end
eps = e )
- 2010-01-19 20:38:10下载
- 积分:1
-
machine
有限自动机问题。给你的模型。让你判断是否通过。。(Finite automata problem. To your model. Allows you to determine whether the pass. .)
- 2011-05-10 18:57:25下载
- 积分:1
-
DWT
基于混沌加密的离散小波变换域数字图像水印算法的研究的期刊论文(DWT Based on Chaotic Encryption Algorithm for Digital Image Watermarking domain of research journal articles)
- 2009-04-17 09:13:12下载
- 积分:1
-
CP0202
说明: 等概率二进制的产生,重复码编码,TH编码,脉冲形成.(probability of such a binary have repeated coding, TH coding, pulse formation.)
- 2006-03-08 14:13:39下载
- 积分:1
-
PreArSp
说明: 小波分解和自回归线性模型相结合用来进行预测的matlab源码(wavelet decomposition and self-linear regression models used to predict combination of Matlab FOSS)
- 2006-03-13 20:47:30下载
- 积分:1
-
cross-visibility-graph
根据两列时间序列,建立交叉影响关系的复杂网络,从而研究一个序列对另一个序列的影响.(construct a cross-visibility complex network two time series)
- 2015-03-18 14:55:02下载
- 积分:1
-
plot_cmp
绘制分钟级自动站气象战数据与能见度数据的对比图(Draw-the-minute weather warfare automatic station data comparison chart data and visibility)
- 2020-09-18 10:57:54下载
- 积分:1
-
feedbanck
通过matlab模拟仿真光反馈半导体激光器的非线性动态输出特性,主要包括单周期振荡,倍周期振荡,四倍周期振荡和混沌振荡等。(Research program by matlab optical feedback semiconductor laser output characteristics of nonlinear dynamics, there are single-cycle oscillation, the oscillation cycle times, four times the oscillation cycle oscillations and chaos.)
- 2020-09-12 19:57:59下载
- 积分:1
-
MUK_algorithm
This file implements the Multi User Kurtosis Algorithm for Blind Source Separation (see [1] for more details about the method).
The zip file contains:
- the one_shot.m script file
- the MUK_algorithm.m function
The one_shot.m file illustrate the bahaviour of the algorithm for a simple MIMO communication using QPSK modulation. Just unzip the zip files in your computer and run the one_shot script.
- 2010-07-23 11:04:31下载
- 积分:1