-
PCA1
The important method is [COEFF,SCORE] = princomp(x) which takes in your data “x” and stores its projection into PCA space in “SCORE” which I then output to csv. I still need to find out how to project back into normal space but I think it should be just as straightforward as this was. For more info on “princomp” type “help princomp” into matlab and have a look at the help files.
- 2010-01-20 14:05:15下载
- 积分:1
-
Digital_Signal_Processing_using_MATLAB
说明: 现代数字信号处理MATLAB仿真,5道经典习题,主要有LMS算法、RLS算法、SVD算法、MVDR算法(Digital Signal Processing using MATLAB)
- 2009-07-23 21:13:24下载
- 积分:1
-
espritgaijin
用MATLAB编写的TLS-ESPRIT算法,算法原理可参考张贤达版的现代信号处理,绝对可运行,程序配合书非常容易理解,而且稍微改改就可以变为基本的ESPRIT算法。(Written by MATLAB TLS-ESPRIT algorithm, the algorithm can refer to Zhang XD version of the principle of modern signal processing, absolutely can run the program with the book is very easy to understand, and can become a little change to change the basic ESPRIT algorithm.)
- 2010-12-29 21:16:10下载
- 积分:1
-
Laplace2D
2D Laplace Equation. This program solves the following Partial Differential Equation
- 2013-08-05 21:29:25下载
- 积分:1
-
anas-project
high voltage converter
- 2014-10-29 04:24:38下载
- 积分:1
-
impulsefrequecy-response-code
the calculation of imp response from the frequecny response in power delay profiel calculations
- 2013-12-06 19:39:46下载
- 积分:1
-
puma560
6轴机械臂的运动学正逆解算法,仅供参考。(6-axis manipulator kinematics inverse solution algorithm are for reference purposes only.)
- 2016-04-06 20:35:48下载
- 积分:1
-
PID
一个PID控制器的程序 非常适合于PID控制器的初学者(PID controler)
- 2010-06-23 16:33:49下载
- 积分:1
-
zaoshengxiaochuqi_zhenshi_2_LMS
基于采用抽样函数的变步长LMS算法是实现的噪声消除器(The use of sampling function based on variable step size LMS algorithm is the realization of the noise canceller)
- 2010-12-21 20:14:27下载
- 积分:1
-
knnPcaWithGA
In this code I have used GA in supervised PCA to find the best coeficients for overall covariance. the classification is made by KNN
- 2010-05-07 01:09:01下载
- 积分:1