-
sfuntmpl
matlab 的s函数模板,用s函数是,在这个基础上修改后就可以用了!!(matlab s-function template, use the s function is, on this basis can be modified after it! !)
- 2010-06-10 14:59:40下载
- 积分:1
-
ELM
训练集/测试集产生
load spectra_data.mat
随机产生训练集和测试集
temp = randperm(size(NIR,1))
训练集——50个样本
P_train = NIR(temp(1:50),:)
T_train = octane(temp(1:50),:)
测试集——10个样本
P_test = NIR(temp(51:end),:)
T_test = octane(temp(51:end),:)
N = size(P_test,2)
数据归一化
( Training set/test set generation load spectra_data.mat randomly generated training set and test set temp = randperm (size (NIR, 1)) training set- 50 samples P_train = NIR (temp (1:50) ,:)' T_train = octane (temp (1:50 ),:)' test set- 10 samples P_test = NIR (temp (51: end ),:)' T_test = octane (temp (51 : end ),:)' N = size (P_test, 2) Data Normalization)
- 2011-05-21 16:45:51下载
- 积分:1
-
Matlab-wiener-filter
wiener filter matlab源代码(wiener filter)
- 2012-10-20 20:37:22下载
- 积分:1
-
1
说明: interp1 - 一元函数插值
spline - 样条插值
polyfit - 多项式插值或拟合
lsqnonlin - 最小二乘法
lsqcurvefit - 最小二乘拟合
csape - 各种边界条件的样条插值
csaps - 样条拟合
interp2 - 二元函数插值
griddata - 不规则数据的二元函数插值
*lagrange - 拉格朗日插值法
方程求根
inv - 逆矩阵
eig - 特征值和特征向量
roots - 多项式的根
fzero - 一元函数零点
fsolve - 非线性方程组
solve - 符号方程解
*newton - 牛顿迭代法解非线性方程
*spgs - 大型稀疏方程组Gauss-Seidel迭代
微积分和微分方程
diff - 数值差分
diff - 符号导函数(Interp1 - unary function interpolation)
- 2020-01-06 18:54:55下载
- 积分:1
-
RMTR_FaceDetectionCPUaGPU
Face Detection CPU and GPU Performance Comparison
- 2015-01-26 18:37:05下载
- 积分:1
-
LDPCperformance
LDPC implemented in MATLAB, BPSK performance using LDPC checked
- 2010-02-15 22:46:56下载
- 积分:1
-
DFSER
对不同源节点到中继节点距离的固定DF译码转发协作通信的误码率进行了仿真(The error rate of fixed DF decode and forward cooperative communication is simulated for the distance from heterogeneous nodes to relay nodes)
- 2017-11-26 13:17:13下载
- 积分:1
-
testedge
说明: 用拉普拉斯算子检测图像的阶梯状边缘,其中的模板可以进行修改(Laplace operator to detect the ladder-like image edge, which could be a template for change)
- 2006-05-16 18:18:15下载
- 积分:1
-
SequentialSamplingImportanceResampling(SIR)
this demo is to show you how to implement a generic SIR (a.k.a. particle, bootstrap, Monte Carlo) filter to estimate the hidden states of a nonlinear, non-Gaussian state space model.(this demo is to show you how to implement a ge neric SIR (a.k.a. particle, the bootstrap. Monte Carlo) filter to estimate the hidden stat es of a nonlinear. non-Gaussian state space model.)
- 2006-10-26 14:20:12下载
- 积分:1
-
matlab-code-for-image-fusion-using-maximum-method
this is a collection of suite used for image fussion of two images that are pet and mri images mainly. used in medical image processing.
- 2015-03-05 00:02:36下载
- 积分:1