-
jifen
用于求积分,这是用matlab函数编的,非常好用!(Used for points, which is made using matlab function, very handy!)
- 2007-12-06 21:26:15下载
- 积分:1
-
m
说明: 基于MATLAB图像处理的应用及参考代码(MATLAB-based image processing applications and reference code)
- 2009-03-22 11:44:26下载
- 积分:1
-
JPEG
基于matlab的JPEG压缩源码,含压缩与解压缩,还有与原图的对比测试。(Matlab-based JPEG compression source, including compression and decompression, as well as comparison with the original image.)
- 2012-05-20 12:26:20下载
- 积分:1
-
matlab--cftool
曲线拟合资料,自己学习过程中积累的一些文档,包含多种数据拟合方法。(Curve fitting data, some of the documents accumulated in their own learning process, contains a variety of data fitting methods.)
- 2014-01-07 16:13:56下载
- 积分:1
-
hga-for-vrpsd
matlab求解vrpsd问题,解压可运行(HGA-for-VRPSD, The VRP is a well known integer programming problem which falls into the category of NP Hard problems, meaning that the computational effort required to solve this problem increases exponentially with the problem size.)
- 2019-02-18 20:23:18下载
- 积分:1
-
BP-fenlei
选取了民歌,古筝,摇滚和流行不同音乐,用神经网络对其进行有效分类。(Different from folk songs, guzheng, rock and pop music, using neural network to classification effectively.)
- 2014-09-09 11:11:38下载
- 积分: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
-
ENERGY
涉及D2D通信领域中,尤其是一种D2D通信中分布式功率控制方法。本发明解决其技术问题所采用的技术方案是:一种D2D通信中基于能效优化的分布式功率控制方法,所述控制方法包括以下步骤。本发明的有益效果主要表现在: (Involving the D2D communication field, particularly a D2D communication in distributed power control method. The invention to solve the technical scheme is adopted by the technical problems: a D2D communication in distributed power control method based on energy efficiency optimization, the control method includes the following steps. Beneficial effects of the present invention mainly displays in:)
- 2015-01-09 12:35:37下载
- 积分:1
-
matlab-BPSK
matlab BPSK 调制与解调,BPSK 调制与解调(matlab BPSK modulation and demodulation, BPSK modulation and demodulation)
- 2010-06-15 11:48:21下载
- 积分:1
-
GDOP_6_A
多星座导航系统GDOP递推特性的仿真程序(GDOP recursive multi-constellation navigation system features simulation program)
- 2015-03-13 10:35:29下载
- 积分:1