-
code
说明: 非线性分类,SVM理论为基础,调整参数改变分类(聚类的)边界的松紧程度(Nonlinear classification, SVM theory, adjust the parameters to change the classification (clustering) the degree of elastic boundary)
- 2008-09-19 18:07:59下载
- 积分:1
-
PSOGSA
引力搜索算法与粒子群算法结合的混合算法,多大量的标准测试函数进行测试(Hybrid algorithm gravitational search algorithm and particle swarm algorithm combining multiple large number of standard test functions for testing)
- 2014-12-04 14:12:02下载
- 积分:1
-
NR_power-Flow
x0 = ones(2,2) Make a starting guess at the solution
options = optimset( Display , off ) Turn off Display
[x,Fval,exitflag] = fsolve(@myfun,x0,options)
The solution is
x =
-0.1291 0.8602
1.2903 1.1612
Fval =
1.0e-009 *
-0.1619 0.0776
0.1161 -0.0469
exitflag =
1
and the residual is close to zero.
sum(sum(Fval.*Fval))
ans =
4.7915e-020
- 2014-02-22 08:37:54下载
- 积分:1
-
BER-sim-vs-theo-with-SNR
Bit Error Rate simulation and theorique with SNR.
- 2016-06-09 01:24:08下载
- 积分:1
-
daima
说明: 实现了sift算法,全部是用matlab写的,很实用(realize the sift)
- 2010-04-23 11:26:19下载
- 积分:1
-
lle
局部线性嵌入算法,由laurance等人于2000年science上发表,广泛应用于图像处理模式识别等领域,是一种流形学习算法。(the algorithm of locally linear embedding)
- 2012-03-27 13:50:51下载
- 积分:1
-
ofdm
it a matlab source code to simulate ofdm
- 2014-09-09 03:26:55下载
- 积分:1
-
S_test
matlab中使用S函数写的一个PID控制器,并且在simulink中调用,将之与使用simulink模块搭建的PI控制器对比,压缩包中MyPID和PI_Controller是用S函数写的控制器(A matlab source file and simulink simulation. Use S function to generate a PID controller. The controller is applied in the matlab simulink file.)
- 2015-06-18 22:19:06下载
- 积分:1
-
modified_music
一个自适应的MUSIC算法用于信号时延估计(An adaptive MUSIC algorithm for signal delay estimation)
- 2020-11-26 00:39:32下载
- 积分:1
-
3DFRFT
三维的分数阶傅立叶变换,用于非平稳信号处理(the 3D Fractional Fourier Transform)
- 2013-11-07 20:19:42下载
- 积分:1