-
matlab90example
matlab的90个实例,比较实用,可以下来看看或许有你用得到的(matlab 90 instances, more practical, you can see down may have you used to get)
- 2012-09-05 21:58:13下载
- 积分:1
-
gencc
it is a radiation pattern of an antenna
- 2010-12-04 02:51:40下载
- 积分:1
-
convm
Finds the convolution matrix of two input vectors
- 2011-11-15 00:07:19下载
- 积分:1
-
uppaal-4.0.13-aca
Uppal is a prototype verification tool to maodel and verify prototype
- 2013-11-18 16:33:06下载
- 积分:1
-
CalculatioofPartitionConvolutionBasedOnTheMATLAB
线性卷积要求两个输人序列具有持续时间,但在实际应用中,可能遇到输人序列具有无限持续时间的情况。在这种情况下,分段卷积是一种有效的解决方案。文章讨论了计算分段卷积的两种方法。仿真试验表明,分段卷积方法正确且高效。(The linear convolution needs two finite-time input sequences, but in the actual application, two infi-
nite-time input sequences are possible. Under this kind of situation, the partition convolution is an effective solu-
tion. In this paper, two methods of the partition convolution are discussed. The simulation experiment indicatesthat the partition convolution is correct and effective.)
- 2009-11-02 12:49:48下载
- 积分: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
-
SpaRSA_2.0
求解优化问题中L1范数正则化函数和全变分正则化函数的流行算法(Sparse Reconstruction by Separable Approximation)
- 2013-10-14 20:50:29下载
- 积分:1
-
DoG
MATLAB编写的图像DOG处理程序。处理生成图像的高斯差分图(DOG written in MATLAB image processing program. Image processing for generating the Gaussian difference image)
- 2020-10-22 17:17:22下载
- 积分:1
-
ldpc
Low density parity code
- 2012-03-30 06:44:31下载
- 积分:1
-
simulink_support_for_kinect_0.6.1
kinect的simulink接口,通过simulink控制kinect(kinect based on simulink)
- 2013-12-17 08:32:53下载
- 积分:1