-
icosahedron
geometric shape modeling4
- 2011-11-28 15:58:12下载
- 积分:1
-
lowpassfilter
利用Kaiser窗设计一个低通滤波器,通带参数、阻带参数、阻带衰减、通带纹波都可以进行调整。程序简单易懂,按照凯塞窗设计滤波器的步骤,非常容易理解,得到的参数可以在MATLAB命令窗口中看到。(Kaiser window design using a low-pass filter, pass parameters, the stopband parameters, stopband attenuation, passband ripple can be adjusted)
- 2011-07-15 21:30:09下载
- 积分:1
-
McGraw.Hill.MATLAB.Demystified.Apr.2007
最全面的matlab参考书,包括各种程序和例子(Matlab most comprehensive reference books, including the various procedures and examples)
- 2008-05-13 09:06:28下载
- 积分:1
-
matlab_oop
描述matlab的面向对象编程的一些原则(Describe some of the principles of the Matlab object-oriented programming)
- 2012-03-30 10:45:23下载
- 积分: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
-
GMM
Gaussian Mixture Model test
- 2009-10-20 15:50:20下载
- 积分:1
-
MatlabCMathLibrary
Matlab C++数学库.Matlab C语言接口、如何生成可独立运行的Matlab程序、在Visual C++中调用Matlab程序、Matcom.(Matlab C++ Math Library)
- 2010-01-16 09:07:51下载
- 积分:1
-
kejian
这是一个matlab的初学者的小算例,非常适合于初学者学习(This is a beginner' s small matlab example is very suitable for beginners to learn)
- 2011-07-09 11:08:58下载
- 积分:1
-
1112222
用移位寄存器实现M序列、逆M序列的Matlab程序
(Using shift registers to realize M sequence, inverse M sequences of Matlab program)
- 2011-12-17 10:15:15下载
- 积分:1
-
ejeu4w5i5e
双目资料,很好的学习资料,帮助很大,谢谢大家(Binocular information, good learning materials, helpful, thank you)
- 2010-03-09 14:09:48下载
- 积分:1