-
exInfomax-BSS
扩展INFOMAX算法是盲源分离算法中极大似然估计的一种扩展,功能更强大。(The extended INFOMAX algorithm is an extension of the maximum likelihood estimation in the blind source separation algorithm, and the function is more powerful.)
- 2021-04-25 17:08:46下载
- 积分:1
-
12
说明: 有详细的二次规划源代码,可以用于控制器参数寻优(Detailed quadratic programming source code, can be used for controller parameters optimization)
- 2011-06-12 18:44:35下载
- 积分:1
-
QPSOGuide
sunjun编写的量子粒子群算法,MATLAB程序,简单易懂,注释清晰。(QPSO.m coded by Sun Jun, a efficient and effective algorithm, also a Swarm-Intelligent algorithm.)
- 2020-12-24 12:19:05下载
- 积分:1
-
Pattern-Recognition
分别利用fisher判别法和近邻法对一组声呐数据进行模式识别,计算分类的正确率(Respectively, and the use of fisher discriminant method nearest neighbor method sonar data to a set of pattern recognition, to calculate the correct classification rate)
- 2013-12-21 13:26:13下载
- 积分:1
-
ISODATA
ISODATA算法,对原本算法进行了简化,计算速度较快()
- 2007-10-23 10:26:23下载
- 积分:1
-
Butterworth-filter
这是Simulink关于巴特沃兹滤波器的模型。希望对初学者有用。(This is the Simulink model about bart ward filter. Hope useful for beginners.
)
- 2021-04-19 09:38:51下载
- 积分:1
-
IMU
惯性测量单元的C源代码 用于测量物体的姿态变化 可应用与惯性导航 小飞机等设计(IMU(inertial measurement unit) source code)
- 2014-02-20 16:05:33下载
- 积分:1
-
Signal
说明: 过程信号的前馈-反馈型自适应盲分离算法:利用神经网络的自学习能力实现信号的盲分离已被证明是实现信号分离的一种有效方法,不同的神经网络模型对分离算法的效能将产生极大的影响
(The process of signal feedforward- feedback-based adaptive algorithm for blind source separation: Using neural networks to achieve self-learning ability of the blind signal separation has been proved to achieve the signal separation is an effective method, different neural network model of the separation algorithm efficiency will be have a great impact on the)
- 2008-11-29 13:39:10下载
- 积分:1
-
gm11
function exp85
clear all
p=[0:0.1:1.1]
t=[22.4570 26.6012 12.6416 5.9367 6.9265 28.2432 31.5068 37.0166 7.8947 1.0398 12.7095]
net=newff([0 1],[5 1],{ tansig purelin }, traingdx , learngdm )
net.trainParam.epochs=2500
net.trainParam.goal=0.001
net.trainParam.show=50
net=train(net,p,t)
r=sim(net,p)
plot(p,t,p,r, * )
y=sim(net,[1.2])
- 2012-04-26 12:14:11下载
- 积分:1
-
matlab_fft-and-filter
有关FFT和低通滤波器的实例,简洁实用,很有针对性,已经运行通过(The FFT and low-pass filter example, simple and practical, very targeted, has been running through the)
- 2011-09-26 17:50:20下载
- 积分:1