-
daizu
文件为MATLAB带阻滤波器文件,需自己创建M文件,课运行得特性曲线和实例图。(MATLAB files for the band stop filter documents, the need to create their own M files, run classes and examples of characteristic curves of Fig.)
- 2007-10-14 19:48:24下载
- 积分:1
-
MATLABbeastcourse
MATLAB基础讲解 适用于初学者 学会MATLAB不是问题 简单易懂 适用性强(MATLAB for beginners to learn to explain the basis of MATLAB is not a problem easy to understand applicability)
- 2010-11-02 10:42:25下载
- 积分:1
-
tyxz
投影寻踪算法————可以用于多指标的分类等等,是一种比较常用的算法(Projection pursuit algorithm---- can be used for multi-index classification, etc., is a commonly used algorithm)
- 2011-09-01 16:20:50下载
- 积分: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
-
matpower4.1
电力系统潮流计算软件,最新版,可进行普通潮流、最优潮流计算、无功优化等。(optimization toolbox using a grid for optimal power flow and reactive power optimization)
- 2013-12-02 15:39:16下载
- 积分:1
-
agt_64QAM_download_bit
将数据调制为wifi传输制式的波形,支持BPSK,QPSK,QAM等调制。配置安捷伦E4438C矢量信号发生器,输出带载波的wifi信号(The data transmission system of the modulation waveform for the wifi support BPSK, QPSK, QAM modulation, etc.. Configure the Agilent E4438C vector signal generator, the output signal with a carrier wifi)
- 2013-12-04 00:13:35下载
- 积分:1
-
Economic-Dispatching
source code for economic dispatching in evolutionary computation PSO
- 2013-11-30 03:49:51下载
- 积分:1
-
AC_Non_Inv_Amp
This is a matlab file which simulates ac non inv amp
- 2012-11-07 23:37:07下载
- 积分:1
-
MATLAR2008code
MATLABR2008数学和控制实例教程-代码文件(matlab)
- 2010-09-06 13:36:03下载
- 积分:1
-
Histogram-equalization
在matlab中实现直方图均匀化功能的源代码(Achieve histogram equalization function in matlab source code)
- 2014-12-11 13:37:00下载
- 积分:1