-
matlab
人工智能各种方法的实现,具体实例的说明(Realize a variety of methods of artificial intelligence, specific examples of the note)
- 2008-07-04 12:25:16下载
- 积分:1
-
High-frequency-emphasis
MATLAB图像处理-基于高频强调滤波和直方均衡化图像增强(MATLAB image processing- based on high frequency emphasis filtering and histogram equalization image enhancement)
- 2013-11-06 20:33:38下载
- 积分:1
-
自适应巡航控制示例 AdaptiveCruiseControlExample
自适应巡航控制示例,matlab代码,可运行(Adaptive Cruise Control Example)
- 2021-03-19 16:29:18下载
- 积分:1
-
LMS
LMS自适应均衡仿真程序,多级抽头,有信噪比条件(LMS adaptive equalizer simulation program, multi-level tap, has SNR)
- 2007-09-27 15:29:33下载
- 积分:1
-
FDTD_1D
说明: 场区由两个PEC板组成,它们在y和z维度上延伸到无穷大,彼此平行。PEC板之间的空间充满了空气.在问题空间的中心放了一个电流源。(The field area consists of two PEC plates, which extend to infinity in the y and z dimensions, parallel to each other. The space between the PEC boards is filled with air. A current source is placed in the center of the problem space.)
- 2020-06-11 10:02:13下载
- 积分:1
-
ulcd32pt
ulcd is a rgb color display lcd displa with touch secreen
- 2010-11-29 13:48:46下载
- 积分:1
-
TYZmyLDA
LDA算法的matlab程序。本代码是对一维信号进行LDA降维处理的函数。(LDA algorithm matlab program. This code is a one-dimensional signal processing functions LDA dimensionality reduction.)
- 2013-07-17 11:29:46下载
- 积分:1
-
efast
FOC induction machine library
- 2013-08-28 21:08:11下载
- 积分: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
-
BPSK_teo_sim
MAtlab program BPSK modulation performance
simulation theoric calculation with Q function
- 2009-11-01 16:46:26下载
- 积分:1