-
zuoye3
用FAMALE.TXT和MALE.TXT的数据作为本次作业使用的样本集,利用K-L变换对该样本集进行变换,与过去用Fisher线性判别方法或其它方法得到的分类面进行比较.(Use FAMALE. TXT and MALE. TXT data as the assignment is to use the data sets, by K-L of the sample set of change, and the past with Fisher transformation linear discriminative methods or other methods available for the classification comparison. )
- 2011-07-25 17:44:55下载
- 积分:1
-
s
说明: S 函数使用及应用举例,对涉及到simulink里s函数的应用有详细的解释(For example, using the S function and application of Simulink in the s function involves the application of a detailed explanation)
- 2014-08-13 20:44:45下载
- 积分:1
-
MATLAB_tianxian
关于天线方向图测试的很好很基础的东西,应该有帮助(Antenna pattern test very very basic things, should help)
- 2012-09-19 15:42:45下载
- 积分:1
-
SCL-cheat-sheet
SCL cheat sheet /For PLC Systems. Tables operators SCL, is very useful when programming a list of categories to hang on the wall, be sure
- 2015-02-16 08:10:49下载
- 积分:1
-
16psk
16psk通信系统的信噪比与误码率计算并绘图(16psk communication system signal to noise ratio and bit error rate calculation and mapping)
- 2008-12-11 18:17:57下载
- 积分:1
-
RBFlw6
这是matlabdaima,用来计算RBF输出值很有效(This is matlabdaima, used to calculate the RBF output is valid)
- 2010-09-13 15:50:56下载
- 积分:1
-
MIMOCapacity
MIMO Channel Capacity has been calculated using ergodic and outage capacity of correlated MIMO channels..
- 2011-06-21 20:52:12下载
- 积分:1
-
rengongmianyi
a=load( q.txt )
width=input( 请输入窗宽 )
step=input( 请输入步长 )
m=length(a)
for i=1:floor((m-width)/step+1)
s(i,1:width)=a(1,1+(i-1)*step:width+(i-1)*step)
end
b=max(max(s))
M=s./b
Rs=input( 请输入本体集半径 )
nd=input( 请输入检测器数模 )
k=1
while k<=nd
d{k}=rand(1,width)
for i=1:floor((m-width)/step+1)
if (norm(d{k}-s(i,:)))^2<Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2(a = load (' q.txt' ) width = input (' Please enter the window width' ) step = input (' Enter step size' ) m = length (a) for i = 1: floor ((m-width)/step+1) s (i, 1: width) = a (1,1+ (i-1)* step: width+ (i-1)* step) end b = max (max (s)) M = s./b Rs = input (' Please enter the body set radius' ) nd = input (' Please enter the number of detector modules' ) k = 1 while k < = nd d {k} = rand (1, width) for i = 1: floor ((m-width)/step+1) if (norm (d {k}-s (i ,:)))^ 2 <Rs
break
end
end
k=k+1
end
for j=1:nd
for i=1:floor((m-width)/step+1)
R(i)=(norm(d{j}-s(i,:)))^2)
- 2011-05-21 16:46:49下载
- 积分:1
-
Radar-System-Simulation-matlab
对整个雷达系统从发射端调制到接收端解调进行仿真,并模拟了雷达系统特有的信道环境(Simulate the whole radar system including moduation at the transmitter end, radar channel, and demoduation at the receiver end.)
- 2013-10-15 23:39:47下载
- 积分:1
-
DCMotor_BEMF_Observer_Sim
An extended Kalman filter (EKF) is employed to estimate the motor state variables by only using measurements of the stator fine voltages and currents. When applying the EKF, it was necessary to solve some specific problems related to the voltage and current waveforms of the BLDCM
- 2014-12-16 17:09:36下载
- 积分:1