-
Matlab
matlab入门书籍,介绍了matlab的主要函数命令。包括入门知识、数值计算功能、图形可视化处理功能、notebook、程序设计等等(matlab entry books, describes the main function of matlab commands. Include the entry of knowledge, numerical computing, graphics, visual processing, notebook, programming, etc.)
- 2009-09-04 15:26:53下载
- 积分:1
-
viewer3d_version9a
This function(s) can be used to interactively view any kind of 3D image volumes like CT and MRI, and for distance measurements or ROI selection in 2D slices.
It includes Maximum intensity projections (MIP), Volume Rendering (VR) , Slice render, and colored and Phong shaded Volume rendering.
Voxel opacity and color tables can be changed on the fly allowing also iso surface kind of renders.
The fast render algorithm which renders a 3D volume to a 2D image, is based on a Matlab coded implementation of the Shear-Warp transform, in which instead of rotating the viewer rays the slices are sheared.
- 2010-11-22 15:28:19下载
- 积分:1
-
PR1
采用身高和体重数据作为特征,在正态分布假设下估计概率密度,建立最小错误率Bayes分类器,写出得到的决策规则.(Height and weight data used as the feature, under the assumption of normal distribution probability density estimation, establish Bayes minimum error rate classifier, written by the decision-making rules.)
- 2010-12-01 20:23:31下载
- 积分:1
-
FFT_conver
本程序的功能是:实现信号从时域到频域的快速傅里叶变换。(Realize the signal conversion from time domain to frequency domain.)
- 2013-11-17 15:07:28下载
- 积分:1
-
LargeDataSets
一个matlab处理海量数据的优化方法和源代码。(a massive data processing methods and optimization of the source code.)
- 2007-02-28 10:40:14下载
- 积分:1
-
LEACH
wsn leach算法源码,对于掌握wsn的拓扑控制很有帮助(the code of the wsn s LEACH)
- 2012-05-11 22:17:15下载
- 积分: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
-
sar
一些sar数据,matlab文件,希望对大家有用(Some sar data, matlab file, in the hope that useful)
- 2006-10-22 21:30:42下载
- 积分:1
-
Matlab
书籍 《最优化方法及其matlab程序设计》 作者马昌凤 matlab源代码(Books optimization methods and Matlab programming Convergent Descend Matlab source code)
- 2012-06-14 19:33:15下载
- 积分:1
-
window
matlab hann hamming window FFT DFT DTFT
- 2013-11-21 21:52:01下载
- 积分:1