-
MATLAB6.xtuxiangchuli
matlab图像处理的电子书籍。对想学习matlab的同学比较有用(matlab image processing electronic books. Useful to the students want to learn matlab)
- 2013-03-08 23:21:05下载
- 积分:1
-
ESPRIT
DOA估计的一种两种常用方法,ESPRIT和TLSESPRIT,程序简洁明了,方便理解(A two common methods DOA estimation, ESPRIT and TLSESPRIT, procedures concise, easy to understand)
- 2014-11-04 10:15:36下载
- 积分:1
-
Contingency-NewtonRaphson
good for power analysis
- 2015-03-14 13:43:42下载
- 积分:1
-
Beanmform
频域波束成形算法,适用于所有一维和二维阵列的波束成形计算。对于采样时间较短的信号,采用了2次分段,对于采样时间足够的信号则只需要1次分段计算。计算结果包含成像图结果和各扫描点处的频谱结果(Frequency domain beamforming algorithm, applicable to all one-dimensional and two-dimensional array beam forming calculations. For shorter sampling signal, using a second segment, the sampling time sufficient signal need only 1 segment calculations. Calculation results include the results of spectral imaging of the results of each scan point)
- 2016-05-24 14:10:05下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
随机森林分类器
说明: 输入特征向量训练随机森林分类模型,并计算分类结果的Kappa系数,混淆矩阵,准确性,特异性和敏感性。(Input eigenvector to train random forest classification model, and calculate kappa coefficient, confusion matrix, accuracy, specificity and sensitivity of classification results.)
- 2021-04-25 09:38:46下载
- 积分:1
-
MTWGP
Multi-Task Warped Gaussian Process for Personalized Age Estimation 文章的matlab源代码(matlab code of paper Multi-Task Warped Gaussian Process for Personalized Age Estimation )
- 2014-11-04 17:31:43下载
- 积分:1
-
Voice-Compression
音频压缩matlab代码,使用时先将6段代码分别编译,在command窗口中运行main函数即可。(Audio compression matlab code, use the first six sections of the code were compiled, the main function can be run in a command window.)
- 2013-03-09 13:32:05下载
- 积分:1
-
Minimum-Spanning-Tree
Minimum Spanning Tree BY ICA
- 2014-12-14 13:08:36下载
- 积分:1
-
triGauss
用matlab解三对角方程,可应用在化工、电子、机械等工程领域。(Gaussian elimination method to solve tridiagonal equation)
- 2012-01-13 15:02:59下载
- 积分:1