-
linwenfu
图像处理 直方均衡等
最完整版本 包括VC++及其matlab实现
而且根据代码可以直接用matlab进行GUI界面编程(Image processing, such as straight balanced side including the most complete version of VC++ and matlab code to achieve and can be directly used in accordance with matlab interface to GUI programming)
- 2009-06-06 09:40:50下载
- 积分:1
-
modeloPRp.m
direct kinematic of movil robot
- 2011-05-23 06:50:10下载
- 积分:1
-
matlab-voice-toolbox
matlab的语音信号处理工具箱(.m文件),包含常用及非常用功能,非常全面(matlab voice signal processing toolbox (. m files), including commonly used and very functional, very comprehensive)
- 2008-04-28 04:22:53下载
- 积分:1
-
m7
说明: 这是国外一本经典教材附带的程序,通信系统的matlab实现,所含例子丰富(This is a classic foreign materials attached to the procedures, communications systems to achieve matlab contains abundant examples of)
- 2009-05-21 20:35:03下载
- 积分: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
-
hess
超级电容蓄电池混合储能;功率分配;逆变;斩波;光伏;(matlab hess pv powertrain model)
- 2021-03-04 10:19:32下载
- 积分:1
-
OFDMsystem
基于IFFTFFT的OFDM系统仿真。完整的可运行的代码。信源用randn产生,信道为高斯白噪声,如用其他,可以方便自行修改。(Based on IFFT FFT of OFDM system simulation. Complete code can be run. Generated using randn source, channel for the Gaussian white noise, such as the use of other, you can easily modify.)
- 2010-06-20 20:49:00下载
- 积分:1
-
GDOP
多基地定位的几何稀释,对从事GPS方面的工作人员很有帮助。(Positioning the base geometry and more diluted, to the conduct of GPS very helpful staff.)
- 2009-06-27 10:58:09下载
- 积分:1
-
K-medoid-Archive
this is KMedoids clustering algorithem.
- 2012-04-29 04:55:15下载
- 积分:1
-
Engineering_Optics-with_MATLA
使用MATLAB的光学工程书籍,是光电工程,光学,光电子专业人员的一本与MATLAB结合的书籍(Using MATLAB optical engineering books, is a photoelectric engineering, optics, optoelectronic professional a book with MATLAB)
- 2014-08-12 21:54:57下载
- 积分:1