-
jianmoziliao
一些数学模型中的算法程序,附带编码,matlab(Some mathematical model algorithm program with code, matlab)
- 2010-05-10 00:54:41下载
- 积分:1
-
kalman2
一个自己编写的Matlab程序 用卡尔曼滤波实现(I have written a Matlab program with Kalman Filtering)
- 2011-05-28 11:54:55下载
- 积分:1
-
123456
二端口网络,matlab微波实验仿真技术(Two-port network)
- 2012-05-31 17:57:09下载
- 积分:1
-
LDA
使用LDA算法对OPC人脸数据库进行识别,并判断识别的准确度(LDA algorithm using OPC face to identify and determine the accuracy of recognition)
- 2014-12-19 15:05:34下载
- 积分:1
-
8765
tab bar controller 自定义颜色和演示demo,精选ios编程学习源码,很好的参考资料。(Tab bar controller custom colors and demonstration of demo, selection of learning IOS programming source code, a good reference.)
- 2013-12-08 17:14:48下载
- 积分:1
-
Matlab_junheng
matlab 强大的信号仿真功能结合VC编程混编分析数字均衡器的设计要求对各种音频信号进行处理
(matlab simulation capabilities combined with powerful signal analysis VC programming mixed digital equalizer design requirements of the various audio signal processing)
- 2011-02-01 13:19:36下载
- 积分:1
-
irisannprot
that file is very help full
- 2009-09-26 17:01:41下载
- 积分: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
-
metrics2D.cpp
This is the source code for 2D metrics in gird generation.
- 2014-11-22 03:30:49下载
- 积分:1
-
LM_MIMO
MIMO with matlab sorce code
- 2013-11-26 18:24:38下载
- 积分:1