-
matlab-ex
说明: matlab 实验手册和初学者使用过程中需要注意的几点重要说明(matlab beginners course of several important to note that)
- 2011-03-27 16:05:08下载
- 积分:1
-
dbworld
matlab code fore some database and data mining
- 2012-07-09 04:37:45下载
- 积分:1
-
MeArModel
MATLAB仿真实现AR模型,Yule-Walker 功率谱估计及AR模型频率响应(MATLAB simulation of the AR model, the Yule-Walker power spectrum estimation and the AR model frequency response)
- 2012-08-01 22:03:05下载
- 积分:1
-
iriscode
this code is a source code for IRIS alghorithm
- 2014-12-20 18:37:15下载
- 积分:1
-
MLNewton-Raphson
Maximum Likelihood
Local search scheme: Newton-Raphson algorithm
- 2015-01-19 01:42:55下载
- 积分:1
-
m_q6leix
参考外国文献,通过MATLAB程序编写了以两个简单的blcOzp映射构造一个双混沌互扰 ZaUxxYq系统,提出了采用先进的两混沌调制模型的无线加密算法,具有防窃听的能力,调试无错误。(References to foreign literature, through MATLAB programming the blcOzp with two simple mapping to construct a mutual interference ZaUxxYq dual chaotic systems is proposed based on the wireless encryption algorithm dual chaotic mutual interference system has the ability of anti-wiretapping, debugging errors. )
- 2016-01-13 19:26:14下载
- 积分:1
-
pca
说明: 主成分分析法,用于将低数据维度,减小有相关性的数据特征。(dimensionality reduction)
- 2020-06-21 23:40:01下载
- 积分:1
-
ekf_1_3_ukf_1_3
国外学者编写UKF、EKF、IMM的matlab源码和说明文档,注释清楚,条理性强。最新版本(The methods that are discussed in the current documentation are:
Kalman filters and smoothers.Extended Kalman filters and smoothers Unscented Kalman filters and smoothers Interacting Multiple Model (IMM) filters and smoothers)
- 2010-06-12 20:06:59下载
- 积分:1
-
demodulation
cours demodulation. traitement de signal analogique
- 2010-11-30 07:00:41下载
- 积分:1
-
ga
说明: GA算法代码 function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制(GA algorithm code function pop=initpop(popsize,chromlength)
pop=round(rand(popsize,chromlength))
rand 随机产生每个单元为 {0,1} 行数为 popsize,列数为 chromlength 的矩阵,
roud 对矩阵的每个单元进行圆整。这样产生的初始种群。
2.2 计算目标函数值
2.2.1 将二进制数转化为十进制数(1)
遗传算法子程序 Name: decodebinary.m
产生 [2^n 2^(n-1) ... 1] 的行向量,然后求和,将二进制转化为十进制)
- 2012-04-28 18:02:03下载
- 积分:1