-
DataAnalysis
matlab经典算法 数据分析教程及例题(classical algorithm matlab data analysis tutorials and Example)
- 2009-12-08 12:58:19下载
- 积分:1
-
wavelab.tar
WaveLab is a library of Matlab routines for wavelet analysis, wavelet-
packet analysis, cosine-packet analysis and matching pursuit. The
library is available free of charge over the Internet. Versions are
provied for Macintosh, UNIX and Windows machines.
- 2011-05-06 07:12:21下载
- 积分:1
-
Dirac_Source
说明: 微波光子滤波器能够实现在光域内直接对射频信号的处理,并且较易实现可调谐性和传输函数的快速重构,从而成为微波光子学的一个重要研究内容.本代码提供了一般性的结构仿真,并且还说明了切趾响应对MSSR的影响。(Microwave photon filter can process RF signal directly in optical domain, and it is easy to realize tunability and fast reconstruction of transmission function, which has become an important research content of microwave photonics. This code provides general structure simulation, and also explains the effect of toe cutting on MSSR.)
- 2020-06-09 08:15:34下载
- 积分:1
-
sindiffer
时移与坐标显示范围的不同,以及频域中f的步长不同对频域图的影响。(The times and coordinates of display range of different, and the step frequency domain f different effects on the frequency domain graph.)
- 2010-07-21 11:26:32下载
- 积分:1
-
SVMcgForRegress
SVM(支持向量机)参数寻优代码,可自动实现支持向量机的参数寻优(SVM (support vector machine) parameter optimization code that can automatically support vector machine parameter optimization)
- 2020-12-25 20:29:05下载
- 积分:1
-
UWB11
UWB,超宽带信号分析必用的子函数,第11部分!(UWB, ultra-wideband signal analysis will be used for Functions, Part 10!)
- 2010-07-05 13:29:25下载
- 积分:1
-
mathlab
说明: 这些源程序是最优化里的一些优化方法,用于解决简单函数,和多维函数的问题!(wegstein hair, is to optimize the course of a demand extreme value method for a simple function, find solutions and high precision!)
- 2010-03-22 12:05:40下载
- 积分:1
-
two_dimensional_fdtd_1004
matlab program for calculation of 2D PCs
- 2012-04-17 00:14:23下载
- 积分: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
-
CN101064783
目动曝光控制参数的获得方法及控制方法和成像装置--专利(Project AE acquisition method and control method and control parameters of the imaging device)
- 2014-10-13 11:07:43下载
- 积分:1