-
ChaoticSaddles
详细介绍混沌序列
对混沌序列编程的指导十分有用
(Detailed introduction to the chaotic sequence of chaotic sequence programming guide very useful)
- 2007-11-07 21:32:14下载
- 积分:1
-
ss
说明: Source code for subsampling
- 2010-12-29 13:18:13下载
- 积分:1
-
Factor-Analysis-Method-MATLAB
因子分析法matlab源代码,能将为数众多的原始指标变量经过分析综合为少数几个公共因子变量,从而大大减少计算的复杂度。(Factor analysis matlab source code, can go through a large number of original indicator variables comprehensive analysis to a few common factor variables, thus greatly reducing the computational complexity.)
- 2013-07-22 12:37:14下载
- 积分:1
-
schmidl
OFDM经典算法S&C算法的matlab仿真程序,可出图,(OFDM classic algorithm of the S & C algorithm matlab simulation program can be a map,)
- 2009-06-02 07:34:38下载
- 积分:1
-
TrackingbyKFandMNN
This is a multi-target tracking program.
- 2011-09-03 03:44:03下载
- 积分:1
-
interpft_quadric
对非同步采样数据进行二次插值同步化处理,进而进行谐波分析。(The asynchronized sample data can be synchronized by the qudric interpolation.)
- 2014-02-21 18:31:44下载
- 积分:1
-
29782188Classification_toolbox
这是一些关于模式识别工具箱的源代码,和模式识别第二版配套使用,有很强的运用价值。(These are some original Matlab codes on pattern classification:pattern calssification toolbox)
- 2009-05-08 08:43:41下载
- 积分:1
-
ACR120S_inst_Win_1020_A
FOR ATR scard - Advanced Card Systems
ACR120S_inst_Win_1020_A
Application and Drivers
- 2014-08-18 04:08:34下载
- 积分:1
-
fractal-use
分形的练习一
①Koch曲线
用复数的方法来迭代Koch曲线
clear i 防止i被重新赋值
A=[0 1] 初始A是连接(0,0)与(1,0)的线段
t=exp(i*pi/3)
n=2 n是迭代次数
for j=0:n
A=A/3 a=ones(1,2*4^j)
A=[A (t*A+a/3) (A/t+(1/2+sqrt(3)/6*i)*a) A+2/3*a]
end
plot(real(A),imag(A))
axis([0 1 -0.1 0.8])
②Sierpinski三角形
A=[0 1 0.5 0 0 1] 初始化A
n=3 迭代次数
for i=1:n
A=A/2 b=zeros(1,3^i) c=ones(1,3^i)/2
A=[A A+[c b] A+[c/2 c]]
end
for i=1:3^n
patch(A(1,3*i-2:3*i),A(2,3*i-2:3*i), b ) patch填充函数
end
(Fractal
Exercise One
The ① Koch curve
Plural iteration Koch curve
clear i to prevent i is reassigned
A = [0 1] initial A is a connection (0,0) and (1,0) of the segments
t = exp (i* pi/3)
n = 2 n is the number of iterations
for j = 0: n
A = A/3 a = ones (1,2* 4 ^ j)
A = [A (t* A+ a/3) (A/t+ (1/2+ sqrt (3)/6* i)* a) A+2/3* a]
end
plot (real (A), imag (A))
axis ([0 1-0.1 0.8])
② Sierpinski triangle
A = [0 1 0.5 0 0 1] initialized A
n = 3 the number of iterations.
for i = 1: n
A = A/2 b = zeros (1,3 ^ i) c = ones (1,3 ^ i)/2
A = [A A+ [c b] A+ [c/2 c]]
end
for i = 1:3 ^ n
patch (A (1,3* i-2: 3* i), A (2,3* i-2: 3* i), b ) patch filled function
end)
- 2013-03-02 10:03:09下载
- 积分:1
-
Imagesnrarea
IMAGE AREA Automatically measure the local contrast s performance and IMAGE SNR measures Signal to Noise Ratio in an image
- 2010-05-24 11:04:50下载
- 积分:1