-
pso_more
说明: 将标准微粒群算法进行改进,从而解决标准PSO算法的容易陷入局部最优解的情况。(The standard particle swarm algorithm is improved so as to solve the standard PSO algorithm is easy to fall into local optimal solution of the situation.)
- 2011-04-05 17:27:47下载
- 积分:1
-
VN
说明: a project on epilipcy
- 2011-12-04 18:44:40下载
- 积分:1
-
HambasePredict
calibration image whith matlab
- 2013-12-24 22:40:36下载
- 积分:1
-
SPWM控制策略搭建单相逆变的matlab仿真 nibian
SPWM控制策略搭建单相逆变的matlab仿真(Matlab simulation of single-phase inverters based on SPWM control strategy)
- 2020-06-22 03:00:02下载
- 积分:1
-
11
说明: we need to download matlab codes please facilitate this tash
- 2010-06-27 15:48:20下载
- 积分:1
-
freqresp
谐波分析:输入正弦波、输出正弦波。分析输出谐波成分(xiebofenxi)
- 2009-04-15 21:21:46下载
- 积分:1
-
groundwaveradar
高频地波雷达仿真的MATLAB程序,给出了图形界面(HF ground wave radar simulation MATLAB program gives the graphical interface)
- 2009-11-26 21:21:59下载
- 积分:1
-
MATLAB-ABC-proved
matlab ABC改进版 大家一块学习(matlab ABC an improved version of everyone learning)
- 2015-01-30 17:47:46下载
- 积分:1
-
FIR
数字信号处理实验,FIR滤波器,内含有matlab实验m文件以及实验报告,供大家参考。(Digital signal processing experiment, FIR filter, contains matlab experiment m documents and the experiment report for your reference.
)
- 2012-01-07 21:58:09下载
- 积分:1
-
dace
克里金法假定采样点之间的距离或方向可以反映可用于说明表面变化的空间相关性。克里金法工 具可将数学函数与指定数量的点或指定半径内的所有点进行拟合以确定每个位置的输出值。克里金法是一个多步过程;它包括数据的探索性统计分析、变异函数建模 和创建表面,还包括研究方差表面。当您了解数据中存在空间相关距离或方向偏差后,便会认为克里金法是最适合的方法。该方法通常用在土壤科学和地质中。(This function completes what I have started with the functions variogram and variogramfit. It is not intended to be a highly optimized code for performing kriging but may have educational value. Note that for using kriging, you should download the latest version of variogramfit.
kriging uses ordinary kriging to interpolate a variable z measured at locations with the coordinates x and y at unsampled locations xi, yi. The function requires the variable vstruct that contains all necessary information on the variogram. vstruct is the forth output argument of the function variogramfit.
This is a rudimentary, but easy to use function to perform an ordinary kriging interpolation. I call it rudimentary since it always includes ALL observations to estimate values at unsampled locations. This may not be necessary when sample locations are not within the autocorrelation range but would require something like a k nearest neighbor search algorithm or something similar. Thus, the alg)
- 2015-11-02 20:04:53下载
- 积分:1