-
主要用来计算抛物型偏微分方程的数值解 matlab
主要用来计算抛物型偏微分方程的数值解,而且通过调用边界函数来计算方程,采用差分编程方式(Mainly used to calculate the parabolic partial differential equations numerical solution, and by calling the function to calculate the equation of the border, using differential programmatically)
- 2009-05-02 20:09:15下载
- 积分:1
-
gaussianparzenwindowdensityestimation
parzen window density estimation with Gaussian as a smoothing factor
- 2009-06-28 14:45:58下载
- 积分:1
-
MXFEM1d2
本程序用于进行平板裂纹扩展,模拟,分析,平板内气孔夹杂的分析,使用的方法为扩展有限元法(XFEM),程序语言为MATLAB.(This procedure is used for the analysis of plate crack propagation, simulation, and analysis of void inclusion in a plate, using the method for the extended finite element method (XFEM), and the programming language for MATLAB.)
- 2017-10-07 19:17:09下载
- 积分: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
-
PCA+SVM的人脸识别
说明: 使用pca和svm的方法对人脸进行识别和检测,最终达到人脸识别的功能(Face recognition and detection using PCA and SVM methods, and finally achieve the function of face recognition)
- 2020-06-19 14:40:01下载
- 积分:1
-
MATLABchengxu
在每一次小波变换中,都提取其中的“逼近信号”作为下次变换的输入,同时忽略掉其中的“细节信号”,即清除一次信号中包含的高频噪声分量。变换后的输出信号与原始信号相比,噪声起伏明显改善。(In every wavelet transform are extracted one of the " approximation signal" as the input of the next change, while ignoring one of the " details of the signal" , that is, a clear signal contains high frequency noise components. Transformed output signal compared with the original signal and noise fluctuations significantly improved.)
- 2010-12-23 17:09:42下载
- 积分:1
-
CtoF
Converter Celsius Fahrenheit for a temperature set by the user
- 2010-05-25 05:56:57下载
- 积分:1
-
FOURTH-ORDER-MUSIC
基于四阶累积量的MUSIC算法在DOA估计中的应用(FOURTH ORDER MUSIC ALOGRITHM
DOA ESTIMATION BY FOURTH ORDER MUSIC)
- 2020-07-01 11:20:02下载
- 积分:1
-
完整的粒子群与K均值聚类的混合算法程序
通过反复训练模板能有较高的识别率,有PMUSIC 校正前和校正后的比较,LCMV优化设计阵列处理信号,包括 MUSIC算法,ESPRIT算法 ROOT-MUSIC算法,计算晶粒的生长,入门级别程序,采用偏最小二乘法。
- 2022-03-22 00:25:28下载
- 积分:1
-
Matlab混合编程与工程应用源代码,按每个章节给出的程序,很有参考价值的哦...
Matlab混合编程与工程应用源代码,按每个章节给出的程序,很有参考价值的哦-Matlab programming and engineering application of mixed-source code, according to the procedures given in each chapter, the valuable oh ...
- 2022-09-21 17:05:04下载
- 积分:1