-
something
关于编程的一点小看法,值得好好品味一下哦(some ideas about coding)
- 2009-11-25 16:17:10下载
- 积分:1
-
hit_histog
code to count mean value
- 2014-10-15 22:51:24下载
- 积分:1
-
GrayGradinet
基于MATLAB的批量提取图像的纹理特征,纹理特征提取的方法采用灰度-梯度共生矩阵法。(Extracted texture features based on MATLAB bulk, texture feature extraction method using gray level the- gradient co-occurrence matrix method.)
- 2013-03-20 19:53:10下载
- 积分:1
-
PhaSpaRecon
主要用于计算相空间的源代码,程序是matlab代码,比较短小(computing chaos )
- 2013-10-24 17:12:44下载
- 积分:1
-
Matlab 地震处理包
可以用于地震处理的数据包,编程语言为matlab(A data package that can be used for seismic processing. The programming language is matlab)
- 2017-12-14 21:10:45下载
- 积分:1
-
bl11
采用信号包络和差分方式进行信号模式识别,可对QPSK,BPSK,AM,FM方式识别(The use of signal envelope and differential mode signal pattern recognition, can QPSK, BPSK, AM, FM identified)
- 2007-11-22 20:06:42下载
- 积分: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
-
pso
粒子群网络优化的肩带源代码应用(PSO)(Particle swarm optimization (PSO aglet source code application))
- 2011-08-25 10:41:24下载
- 积分:1
-
segmentation
用Matlab实现对图像的读入,边缘提取,和OTSU,双峰法的分割。(Read into Matlab realize image edge extraction and OTSU, bimodal law split.)
- 2013-01-12 12:39:48下载
- 积分:1
-
painting
Beginning a source photograph, this demo will create an image with a hand-painted appearance. It can do this in three distinct styles, Impressionist , Expressionist and Pointillist .
- 2014-11-11 18:42:54下载
- 积分:1