-
video
video acquistion in matlab
- 2010-07-25 21:54:27下载
- 积分: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
-
paper-4
Detection of life threatening Arrhythmias are important for successful defibrillation therapy.
This paper provides an idea about arrhythmia detection based on surface ECG and PCG analysis.
- 2014-11-14 12:38:01下载
- 积分:1
-
Rotate
Rotate Image by a degree
- 2013-11-20 18:20:49下载
- 积分:1
-
ridges
说明: 实现脊线提取,处理信号工具,基于小波变换,可以进行脊线提取(Ridges extraction and signal processing are implemented. Ridge extraction can be done based on wavelet transform.)
- 2019-06-26 14:24:55下载
- 积分:1
-
matlab
matlab 语谱图的仿真程序和结果 特征分析等( it is really good)
- 2011-05-23 12:12:48下载
- 积分:1
-
elm2
极限学习机(Extreme Learning Machine,ELM),该算法随机产生输入层与隐含层间的连接权值及隐含层神经元的阈值,且在训练过程中无需调整,只需要设置隐含层神经元的个数,便可以获得唯一的最优解。与传统的训练方法相比,该方法具有学习速度快、泛化性能好等优点(Extreme Learning Machine regression and classification, introduce a new algorithm for SLFN- Extreme Learning Machine (Extreme Learning Machine, ELM), the algorithm randomly generated input layer and hidden layer connection weights between the hidden layer and dollar threshold, and no adjustment in the training process, only need to set the number of hidden layer neurons, they can obtain a unique optimal solution.)
- 2014-10-07 11:25:07下载
- 积分:1
-
point_cloud
用经典的pca k邻域方法估计点云法向量的程序,带有matlab gui,使用matlab 2016b编译运行成功,输入点云最好为列向量的txt文件,gui中内置了点云显示模块以及生成的点云法向量显示,并且可以输出法向量到txt文件中。(The program of estimating point cloud vector with the classical PCA K neighborhood method, with Matlab GUI, uses MATLAB 2016b to compile and run successfully, the input point cloud is the best column vector TXT file, the point cloud display module and the generated point cloud vector display in GUI are built in Gui, and the normal vector can be output to the txt file.)
- 2020-10-15 22:47:30下载
- 积分:1
-
cyq
GPS 动态卡尔曼滤波 ,详细介绍了GPS动态定位中卡尔曼滤波的应用以及整个公式推导过程(GPS dynamic Kalman filter, described in detail the dynamic positioning GPS Kalman filter applications, and the formula derivation)
- 2010-06-24 23:34:58下载
- 积分:1
-
Rec
Recogition faces programme with eucleadean distance
- 2010-01-26 22:30:57下载
- 积分:1