-
pca
Function to perform Principle Component Analysis over a set of training
vectors passed as a concatenated matrix.
Usage:- [V,D,M] = pca(X,n)
[V,D] = pca(X,aM,n)
where:-
<input>
X = concatenated set of column vectors
aM = assume that the mean is aM
n = number of principal components to extract (optional)
<output>
V = ensemble of column eigen-vectors
D = vector of eigen-values
M = mean of X (optional)
- 2013-07-09 15:06:40下载
- 积分:1
-
dong-tai-jian-mo-fangzhen
包含实验一、直流电动机建模及仿真实验
及实验三、考虑结构刚度时的直流电动机-负载建模及仿真实验的程序源码及实验报告(Contains the experimental one, the DC motor modeling and simulation,and
the Experiment 3, the DC motor when considering the structural stiffness- load modeling and simulation program source code and experimental reports
)
- 2012-04-05 23:16:02下载
- 积分:1
-
PROQPSKbeta
关于qpsk的simulink 的方针,包含调制与解调系统(qpsk program)
- 2013-11-23 12:45:12下载
- 积分:1
-
TSP_tabu
This project includes solving of TSP with Tabu Search Algorithm. It has been codded for final term project
- 2014-01-10 07:41:56下载
- 积分:1
-
Carrier over view
说明: Carrier overview sample for CV
- 2019-12-11 12:05:45下载
- 积分:1
-
medianfilter(matlab)
本程序是对均值滤波方法和中值滤波方法的去噪效果对比的MATLAB程序(This procedure is a mean filter and median filter denoising methods MATLAB procedures contrast effect)
- 2009-05-28 16:23:40下载
- 积分:1
-
random-walk
this is a simulation of the problem random walk , coded in c
- 2015-02-13 06:04:52下载
- 积分:1
-
nihe
有关于多项式/曲线拟合的一些例题代码,一共有7个*.m文件(There polynomial/curve fitting some examples of code, a total of 7*. M file)
- 2013-12-27 11:08:49下载
- 积分:1
-
kuandaizaoshengganrao
针对双极性、单极性码产生直扩系统,并加上宽带噪声干扰,(For bipolar, unipolar codes have a direct expansion system, and with broadband noise,)
- 2021-03-17 21:29:21下载
- 积分:1
-
matlab
用matlab分析数值的,有拉个朗日插值、三次样条插值法、NEWTON插值、hermite插值、mewton形式的hermite插值、平方根法、gauss消去法、三角分解法、jacobi迭代法、
gauss迭代法、sor迭代法、最速下降法、共额梯度法、mewton迭代法、逆broyden迭代法。一共15段代码。
(Numerical analysis using matlab, there are a Long Day interpolation, cubic spline interpolation, NEWTON interpolation, hermite interpolation, mewton form hermite interpolation, square root method, gauss elimination, triangular decomposition, jacobi iterative method, gauss iterative method, sor iterative method, steepest descent method, a total amount of gradient method, mewton iterative method, inverse broyden iteration. A total of 15 sections of the code.)
- 2013-11-18 10:04:48下载
- 积分:1