-
chenxu
树形曲线 迭代绘出类似树枝的曲线 第k次迭代产生节点数为nk,第k+1次迭代产生节点数为nk+1(shuxingquxian)
- 2009-09-25 22:21:59下载
- 积分:1
-
NegativeRefractiveIndexMaterials
Negative Refractive Index Metamaterials Supporting 2-D Waves
- 2010-11-25 01:57:38下载
- 积分: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
-
MATLABusingincomputervision
该文章是介绍,MATLAB在对图像进行边缘检测方面的应用的.可以作为这方面研究的参考.(The article is the introduction, MATLAB in image edge detection application of. Research in this area can be used as reference.)
- 2008-03-03 14:49:31下载
- 积分:1
-
servocorrectedtest
MATLAB 伺服模型~~~~~~~~~~~~~~~~~~~~~(MATLAB serbpcprrectdftest)
- 2010-02-05 10:59:23下载
- 积分:1
-
matrixMul
MATRIX MULTIPLICATION GPU PROGRAM
- 2014-09-17 13:49:36下载
- 积分:1
-
cyclic_bispectrum
MATLAB 平台编写的循环双谱程序,有详细说明(Cycle bispectrum program written in MATLAB platform, a detailed description is included.
)
- 2012-11-19 23:37:14下载
- 积分:1
-
FIR_GUI_Design
本程序完成的是MATLAB平台下FIR滤波器设计的GUI界面,通过简单的输入参数,我们即可进行FIR滤波器的设计。(This procedure is done under the MATLAB platform for FIR filter design of the GUI interface, using a simple input parameters, we can carry out FIR filter design.)
- 2010-01-12 12:10:15下载
- 积分:1
-
rayleigh
This is coding to analyse the rayleigh fading and its distribution.This is done through Matlab coding
- 2009-06-07 07:56:27下载
- 积分:1
-
wave-productor
波形产生器,产生方波,正弦波,双曲正割,三角波。高斯,超高斯,亚高斯等等(wave productor)
- 2011-07-27 14:04:54下载
- 积分:1