-
ekf
说明: EKF滤波
扩展kalman 滤波的matlab学习程序,特点是简单,能够设置输入参数,直观理解算法原理.
(EKF extended kalman filter matlab filter learning process, is characterized by simple, to set the input parameters, intuitive understanding algorithm.)
- 2008-09-09 00:07:56下载
- 积分:1
-
OSTU
ostu算法实现的红外目标提取,打包文件中含有完整的matlab程序实现,还有运行图片(ostu infrared target extraction algorithm, the archive file contains the complete matlab program implementation, as well as running pictures)
- 2015-03-09 16:29:44下载
- 积分:1
-
Project2
fuzzy airplain control
- 2009-11-19 12:27:33下载
- 积分: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
-
kmeans
Kmeans clustering algorithme
- 2011-12-27 20:29:35下载
- 积分:1
-
BPSKfinal
This file calculates BER of BPSK in AWGN for various values of Eb/N0 and then compares simulated BER with theoretical BER
- 2015-04-21 12:53:23下载
- 积分:1
-
xiaobobao
对振动信号进行小波包分解,并以小波包的节点能量作为特征进行了提取。(The vibration signal is decomposed by wavelet packet, and the node energy of wavelet packet is taken as the feature to extract the vibration signal.)
- 2018-10-17 13:46:27下载
- 积分:1
-
zuixuanminzufeng
基于matlab的最炫民族风的程序代码,当程序加载完成后,点击运行,就会出来美丽动听的节奏,逼真形象(Matlab based on the most unusual national wind program code when the program has finished loading, click Run, will come out beautiful and touching paced, realistic image)
- 2013-04-17 11:07:19下载
- 积分:1
-
Cloud-Computing-Implementation--Management-and-Se
While there is no arguing about the staying power of the cloud model and
the benefits it can bring to any organization or government, mainstream
adoption depends on several key variables falling into alignment that will
provide users the reliability, desired outcomes, and levels of trust necessary
to truly usher in a “cloud revolution.” Until recently, early adopters of cloud
computing in the public and private sectors were the catalyst for helping
drive technological innovation and increased adoption of cloud-based strategies, moving us closer to this inevitable reality.
- 2015-02-08 05:15:16下载
- 积分:1
-
HOS_MIMO
Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System
Blind Identification Matlab Code
(Second and Higher-Order Statistics based Multiple-Input-Multiple-Output System Blin Matlab d Identification Code)
- 2007-04-05 17:01:38下载
- 积分:1