-
Fisher
说明: 使用Fisher 现行判别函数对给定的样本进行训练,对于两类,Fisher线性判别函数很好做,就是 w = Sw (m1 - m2), 其中:Sw为总类内离散度矩阵, m1, m2, 为两个模式类的均值(Fisher discriminant function using the current sample of a given training for two, Fisher linear discriminant function is well done, that is, w = Sw ' (m1- m2), where: Sw of the total within-class scatter matrices, m1, m2, the mean value for the two pattern class)
- 2010-03-19 11:27:22下载
- 积分:1
-
MATLAB7_0
说明: matlab7.0基础教程
清华大学
经典教材
快速入门
学习资料(matlab7.0)
- 2010-04-21 21:27:20下载
- 积分:1
-
QPSKMatlabbasedsimulationprogramming
基于Matlab编程的QPSK的仿真,用处不错,简单明了(QPSK Matlab-based simulation programming, use good, simple)
- 2010-06-07 09:16:19下载
- 积分:1
-
artificial neural network
人工神经网络是在现代神经科学的基础上提出和发展起来的,旨在反映人脑结构及功能的一种抽象数学模型。(Artificial neural network is an abstract mathematical model proposed and developed on the basis of modern neuroscience, aiming at reflecting the structure and function of human brain.)
- 2018-08-22 11:06:11下载
- 积分:1
-
8
说明: matlab聚类分析,有关函数说明及在spss中的应用(Cluster analysis matlab, the function description and application in SPSS)
- 2008-05-03 02:45:56下载
- 积分:1
-
Radial-Basis-Function-Neural-Controller-for-Tanke
Radial Basis Function Neural Controller for Tanker Ship Headin
- 2013-10-08 15:06:08下载
- 积分:1
-
PI_VSI_PMSM
用电压电流双闭环控制电机的matlab模型,自己动手建的(With voltage and current double-loop motor control matlab model built yourself)
- 2013-12-17 20:23:52下载
- 积分:1
-
mini2
clear all
clc
t=0:1/1000:10-1/1000
s=sin(2*pi*t)
snr=20
s_power=var(s) varience of s
linear_snr=10^(snr/10)
factor=sqrt(s_power/linear_snr)
noise=randn(1,length(s))*factor
x=s+noise Ó É SNR¼ Æ Ë ã Ë æ » úÔ ë É ù
x1=noise Ô ë É ùÔ ´ Ê ä È ë
x2=noise
w1=0 È ¨Ï µ Ê ý ³ õ Ö µ
w2=0
e=zeros(1,length(x))
y=0
u=0.05
for i=1:10000 LMSË ã ·¨
y(i)=w1*x1(i)+w2*x2(i)
e(i)=x(i)-y(i)
w1=w1+u*e(i)*x1(i)
w2=w2+u*e(i)*x2(i)
end
figure(1)
subplot(4,1,1)
- 2010-10-26 16:41:03下载
- 积分:1
-
wode_setdiff
该函数实现的功能是去掉A中与b相同的元素(the function is used to cut the sane member(a)which appeared in a arrray(A) from the array(A) )
- 2010-03-07 19:59:40下载
- 积分:1
-
QPsk
C编写的QPSK调制解调,很有用,值得学习,代码编写很规范(Written in C QPSK modulation and demodulation, very useful, it is worth learning, very standardized coding)
- 2014-08-08 14:41:11下载
- 积分:1