-
s1
说明: its a matlab code for face recognition and windows systtem
- 2011-01-21 00:56:50下载
- 积分:1
-
matlab-zhidong
MATLAB关于汽车制动分析 汽车理论 汽车理论
汽车理论(MATLAB analysis on the brake)
- 2011-05-31 11:28:28下载
- 积分:1
-
Least_Squares_optimal_affine_subspace
最小二乘优化算法。Matlab源码,直接可以使用。(Least Squares optimal affine subspace
The zip includes:
(1) lsqAffineSpace: a low level routine that takes a set of m-dimensional real sample data and returns the optimal-fit k-dimensional affine subspace, with some options for discarding outliers.
(2) lsqPlane and lsqLine: lsqAffineSpace wrappers, that compute optimal line and hyperplane (plane, if the samples are 3-vectors) of the input samples.
(3) lsqAffineTestScript: demonstrating usage of the functions.)
- 2009-12-06 15:15:14下载
- 积分:1
-
autocorrelation
对音频信号进行处理,以采样频率为22050进行采样,并分别画出其自相关函数曲线.(Handle audio files, to 22050 sampling frequency for sampling respectively, and draw the autocorrelation function curve.
)
- 2011-04-19 16:57:56下载
- 积分:1
-
Asjusted-rand-index
This Matlab code calculates the Rand Index and Adjusted rand Index between two clustering groups. The two input clusters has to be in the form of a structure as shown in the example mat file ( A and B ) attached in the folder. The code calculates the contingency table among the cluster and then calculates the Rand Index and Adjusted Rand Index. Using the value of the indices one can know about the similarity of the clustering group
- 2013-05-20 15:22:40下载
- 积分:1
-
advanced_ms-dos_programming
this file will help u in wireless communication for mimo based system
- 2009-12-13 01:55:02下载
- 积分:1
-
chap7
单级倒立摆控制 此程序用在过程控制中,仿真软件为Matlab(Single Link Inverted Pendulum Control)
- 2013-12-05 20:14:13下载
- 积分:1
-
histeqimage
将图像的灰度进行均衡化,并与matlab自带的均衡法进行比较!(this programe is designed to histeq the image! And this algorithm has been compared to the histeq function in the matlab)
- 2013-05-17 21:34:51下载
- 积分:1
-
Localization of coherent signals
说明: Localization of coherent signals without source number knowledge in unknown spatially correlated Gaussia
- 2020-06-18 20:40:01下载
- 积分:1
-
fit_mix_2D_gaussian
fit_mix_2D_gaussian - fit parameters for a 2D mixed-gaussian distribution using EM algorithm
format: [u,covar,t,iter] = fit_mix_2D_gaussian( X,M )
input: X - input samples, Nx2 vector
M - number of gaussians which are assumed to compose the distribution
output: u - fitted mean for each gaussian (each mean is a 2x1 vector)
covar - fitted covariance for each gaussian. this is a 2x2xM matrix.
t - probability of each gaussian in the complete distribution
iter - number of iterations done by the function
- 2011-02-09 19:04:25下载
- 积分:1