-
pss
PSS的各种各样的模型,以及各种模型的参数和功能的简介(the function of pss)
- 2010-10-22 20:21:03下载
- 积分:1
-
PML_Fiber
Fiber PML simulation with matlab
- 2011-09-27 23:38:28下载
- 积分:1
-
LS_FFT
相位解缠是INSAR数据处理的重要步骤,本文用基于FFT的最小二乘法实现实现相位解缠(Phase unwrapping)
- 2020-06-29 08:20:02下载
- 积分:1
-
Matlab
基于Matlab的时间序列分析和动态数据建模
论文一篇 需要用CAJViewer查看(Matlab-based time series analysis and dynamic data modeling papers CAJViewer see a need to use)
- 2009-11-18 13:56:07下载
- 积分:1
-
Matlab
说明: 这是一篇比较完成的MATLAB编程的教学实例,很值得下载。(This is a relatively complete MATLAB programming teaching examples, it is worth downloading.)
- 2011-03-04 15:34:42下载
- 积分:1
-
bootstrap
Matlab中实现的bootstrap源码。可用于由原始数据集生成若干个子数据集。(Matlab realized bootstrap source. Can be used by the original data sets generated a number of sub-data sets.)
- 2006-09-24 10:41:53下载
- 积分:1
-
harris
matlab 算法检测 特征值提取(matlab )
- 2012-05-07 20:12:19下载
- 积分:1
-
CVX
压缩感知算法重建方法:凸优化算法CVX。此方法构建具有很好的稳定性。(Compressed sensing algorithm reconstruction methods: convex optimization algorithm CVX. This method has a good build stability.)
- 2014-08-30 16:03:16下载
- 积分:1
-
lec1
The p erceptro n algo rithm ceases to update the para meters only when all the training
images ar e classified corr e ctly (no mistakes, no update s). So, if the training images are
p ossible to clas sify co rrectly with a linear c la ss ifier, will the p erceptr on al gorithm find such
a classifier? Yes , it does, and it w ill co nverge to such a classifier in a finite numb er of
updates (mistakes ). We’ll sho w this in lectur e 2.
- 2013-12-02 14:35:38下载
- 积分:1
-
MATLAB遗传算法程序
function [bestsole,bestpop]=ga_scomplex(num,bounds,ps,pc,pm,b,dtc)
% GA_scomple是基于浮点编码的单纯形遗传算法主程序
% num定义种群数量
% bounds定义参数取值范围,格式为[Var1min,Var1max;Var2min,Var2max;…….];
%ps选择概率
%pc交叉概率
%pm变异概率
%b 变异程度系数
%dtc 迭代次数
% $Date: 2005/5/25 $(funzione [bestsole,bestpop]=ga _scomplex (num,limites,ps,pc,pm,b,dc)
% GA 655343;scomple;;;;;;
% num
% limits23450;[Var1min,Var1max;Var2min,Var22min;;;;;];
%ps
%pc
%pm
%b _
%dtc _
% $Data: 2005 /5 /25 $)
- 2019-05-11 19:45:18下载
- 积分:1