-
A3DOF
3Dof hydraulic system
- 2010-12-10 21:56:24下载
- 积分:1
-
usingMATLAB
Trigonometric functions using MATLAB to achieve power spectral analysis
- 2010-02-26 15:00:08下载
- 积分:1
-
p0802
说明: \matlab编写的车牌定位的程序,两个.m文件(\ Matlab written procedures for license plate location, 2. M file)
- 2010-04-29 22:21:37下载
- 积分: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
-
dst_idst
DCT and DST funnctions in MATLAB for arbitrary dimensions
- 2015-01-06 12:45:42下载
- 积分:1
-
for_pdn3
These are MATLAB codes for implementing Elliptical Bandstop and Bandpass filters for use in Digital Signal Processing
- 2013-11-15 18:10:10下载
- 积分:1
-
mom
矩量法求八木天线的辐射问题,很有用处,欢迎学习指导(Method of Moments Yagi antenna radiation, useful, Welcome to the guide)
- 2010-10-07 12:02:17下载
- 积分:1
-
difxiao
对模拟的雷达回波信号使用不同小波基对其进行的小波分解。(Radar echo signal simulation using different wavelet bases its wavelet decomposition.)
- 2013-04-16 19:30:14下载
- 积分:1
-
Codes
codes for Interpolation and fitting lines
- 2013-04-23 20:39:54下载
- 积分:1
-
vimrc
vim配置文件,可以直接解压后放在/home/username(vim config file,u can put this file inthe path /home/usrname)
- 2014-02-21 10:27:35下载
- 积分:1