-
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
-
FSM
使用频域平滑的方法来实现信号循环谱估计的算法(The smooth frequency domain signal cyclic spectrum estimation algorithm)
- 2013-04-01 16:58:59下载
- 积分:1
-
givens
GIVENS ALGORITHM MATLAB
- 2012-11-25 02:00:07下载
- 积分:1
-
DS_CDMA_Communication_System_Simulation
这个仿真程序用于实现DS-CDMA通信系统仿真(The simulation program used to implement DS-CDMA Communication System Simulation)
- 2010-07-23 07:48:12下载
- 积分:1
-
S_function
S_函数使用及应用举例,本书详细的介绍了关于matlab中simulink仿真的基础知识(simulink S-function example)
- 2011-12-12 20:58:55下载
- 积分:1
-
matlab_quickref
matlab advance tutorial for students.
- 2012-02-02 17:54:32下载
- 积分:1
-
SC-FDMA-
关于LTE上行SC-FDMA介绍,包括系统框架设计及原理(SC-FDMA on the uplink LTE Introduction
)
- 2011-04-27 21:38:25下载
- 积分:1
-
tongyongshenjing
matlab环境下通用神经网络的仿真代码,希望帮到你(Matlab environment general neural network simulation code
)
- 2013-05-05 17:45:45下载
- 积分:1
-
Canny-edge-detector-algorithm-matlab-codes
Canny edge detector algorithm matlab codes
This part gives the algorithm of Canny edge detector. The outputs are six subfigures shown in the same figure:
• Subfigure 1: The initial "lena"
• Subfigure 2: Edge detection along X-axis direction
• Subfigure 3: Edge detection along Y-axis direction
• Subfigure 4: The Norm of the image gradient
• Subfigure 5: The Norm of the gradient after thresholding
• Subfigure 6: The edges detected by thinning
- 2014-01-31 11:58:26下载
- 积分:1
-
算法测试函数
MATLAB的算法测试测试函数一共十个,都是最经典的(MATLAB algorithm test function of a total of ten, are the most classic.)
- 2021-02-18 10:59:45下载
- 积分:1