-
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
-
Plan-to-extract-matrix-and-selection
matlab对平面图读取,提取矩阵,转化为彩色三维图,并选择所需区域(Matlab to plan to read and extract matrix, into color three dimensional figure, and select the required area)
- 2014-09-14 19:13:52下载
- 积分:1
-
thin plate spline
利用径向基函数中经典的薄板样条方法进行数值仿真,程序的难点在于薄板样条基函数的构造(The numerical simulation of the classical thin plate spline method in radial basis function is presented. The difficulty of the program is the construction of the thin plate spline basis functions)
- 2017-08-03 18:23:04下载
- 积分:1
-
2DimensionalHistogra
图像的直方图的表示方法以及其具体matlab实现代码(Histogram representation, and their specific implementation code matlab)
- 2011-05-04 15:01:06下载
- 积分:1
-
mimo-ofdm-matlab
mimo ofdm matlab file
- 2011-11-19 15:20:28下载
- 积分:1
-
sjfx
matlab中常用求插值、数据分析、微分方程组数值解m文件(err)
- 2007-12-28 16:41:15下载
- 积分:1
-
exam25
这个程序是主要适用于matlab初学者,来学习如何绘制一个函数的三视图;(This program is mainly applied to matlab for beginners to learn how to draw a function of three views )
- 2013-12-06 16:56:32下载
- 积分:1
-
Loudness_Toolbox
强大的响度计算工具包。可以计算稳态的响度和瞬态的响度。并且可以将响度表示在时域上。(Loudness calculated powerful toolkit. Can calculate the loudness of steady state and transient loudness. Loudness and can be expressed in the time domain.)
- 2020-12-15 16:29:13下载
- 积分:1
-
multipath2
多径理解2,理解多径对信号的影响 ,(two multi-path understanding, understanding of the multi-path signals and understanding of the multi-path signals,)
- 2007-03-30 18:58:32下载
- 积分:1
-
bisection
This program solves the following equation using bi-section method.
- 2012-02-15 16:51:45下载
- 积分:1