-
0712253
I wrote this program for coloring any map with only 4 colors. Input for it is an bitmap file with 24 bit colors (must gray/scale). Output is a bitmap which is colored with maximum 4 colors.
- 2009-12-01 02:34:09下载
- 积分:1
-
wimax_system_simulink_model
wimax simulink. perfect reference. (wimax system simulink. )
- 2013-01-04 10:54:54下载
- 积分: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
-
Snake2D
this file creates a snake around the image
- 2011-11-12 14:48:28下载
- 积分:1
-
1-(1)
在matlab或者PSCAD中对桥差不平衡电流进行仿真计算,得到仿真结果与常规计算结果一致,此方法修改简单快捷。(In matlab or PSCAD to bridge the difference between the current imbalance in the simulation calculation, the simulation results are consistent with conventional calculations, this method is simple and quick modification.)
- 2015-05-22 09:57:17下载
- 积分:1
-
hosa
本文件用于Matlab中使用高阶累积量的方法计算功率谱估计(This document is the use of Matlab for Higher Order Cumulants power spectrum estimation method)
- 2010-07-17 22:06:11下载
- 积分:1
-
ParticleFilter
Particle filter source code in matlab
- 2013-12-28 23:34:17下载
- 积分:1
-
start
this code have fuzzy and pso code
- 2014-08-11 04:24:00下载
- 积分:1
-
digital-signal-processing
现代数字信号处理经典版 现代数字信号处理经典版 现代数字信号处理经典版 (Classic modern digital signal processing)
- 2013-12-04 21:37:37下载
- 积分:1
-
gauss_elimination
用Matlab实现gauss_elimination算法。(Gauss_elimination algorithm implementation using Matlab.)
- 2009-03-26 22:57:28下载
- 积分:1