-
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
-
power-line-noise-model
电力线噪声模型的仿真模型,该模型还建立了其多径情况下的噪声(Power line noise model simulation model, which also established its case multipath noise)
- 2013-06-04 02:22:31下载
- 积分:1
-
GSA
引力搜索算法源代码,matlab实现,简单易懂,适合初学者。(Gravitational search algorithm function optimization)
- 2016-03-06 12:59:31下载
- 积分:1
-
facepcalda
一个用PCA和LDA降维,并用knn分类的人脸识别例程(A dimension reduction using PCA and LDA, and face recognition with the knn classification routines)
- 2010-10-25 15:38:24下载
- 积分:1
-
receiption
说明: OFDM系统接收部分的matlab仿真源代码(OFDM system receives some source code matlab simulation)
- 2010-04-02 15:49:47下载
- 积分:1
-
2
Copula函数,以及相关性计算和相应的散点图(Copula compute)
- 2013-11-18 22:52:38下载
- 积分:1
-
SpectrumMaskCompare
这个matlab小程序实现了基于11ac射频协议测试中的频谱掩膜比较(This small program to achieve the matlab based on 11 ac rf spectrum mask comparison of protocol testing
)
- 2014-02-25 16:48:57下载
- 积分:1
-
PSO_ANFIS
利用matlab将PSO算法用来优化神经模糊网络控制器,并对比PID控制器和模糊控制器的性能结果。(Matlab PSO algorithm is used to optimize the neuro-fuzzy network controller, and compare the performance results of the PID controller and fuzzy controller.)
- 2013-03-25 17:00:01下载
- 积分:1
-
OFDMMATLAB
OFDM和MATLAB仿真含程序,包含解释和一些源码(OFDM and simulation with MATLAB program, including interpretation and some source code)
- 2014-07-19 22:41:07下载
- 积分:1
-
vmd
说明: 分变模态分解(Variational Mode Decomposition,VMD)是一种具有坚实数学基础的分解算法,能够通过建立约束变分模型表达式,将信号以非递归的方式自适应地分解为若干本征模态分量(Variational Mode Decomposition is a decomposition algorithm with solid mathematical foundation. It can adaptively decompose signals into eigenmodes in a non-recursive manner by establishing constrained variational model expressions.)
- 2019-11-21 09:54:36下载
- 积分:1