-
fractal
matlab程序画图,常见分形图,function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 (matlab program drawing, common fractal images
function cantor(A,B)
c=1
p=0
figure
hold on
plot([A(2) B(2)],[A(1) B(1)], r* )
while norm(A(1,:)-B(1,:))>=1
C=[] D=[]
for i=1:size(A,1)
a=A(i,:)+(B(i,:)-A(i,:))/3
b=A(i,:)+2*(B(i,:)-A(i,:))/3
C=[C A(i,:) b]
D=[D a B(i,:)]
end
A=C
B=D
p=p+1 )
- 2013-03-02 09:54:38下载
- 积分:1
-
Gau_noise_gen1
高斯有色噪声生成,有色噪声的谱估计及其在雷达中的应用(gauss noise generation)
- 2012-11-21 19:14:31下载
- 积分:1
-
A
说明: 输出文字(提示文字,内容可以是可以是任意文字。。。(The output text (prompt text, the content can be can be any text ..)
- 2013-05-26 22:49:11下载
- 积分:1
-
Predict_duffing_with_bp
利用matlab自带的BP神经网络工具箱对duffing混沌背景模型进行相空间重构与预测,程序中已经给出duffing函数,主函数中也给出了主要注释,方便大家学习交流。(BP' s own use matlab neural network toolbox for duffing chaotic background model and prediction of phase space reconstruction, the program has been given duffing function, the main function also gives the main note, we facilitate learning exchanges.)
- 2014-01-04 09:48:04下载
- 积分:1
-
10153597dsb
通信原理方面的一些基础matlab程序,包含数字基带传输系统中升余弦滚降系统,最佳基带系统,基带信号眼图,OOK,2PSK,2FS,MPSk,DSB,SSB,VSB(Some basic matlab programs of communication principle, including up-cosine roll-down system in digital baseband transmission system, optimal baseband system, baseband signal eye diagram, OOK, 2PSK, 2FS, MPSk, DSB, SSB, VSB)
- 2018-12-29 20:14:57下载
- 积分:1
-
speakerrecognitionusingVQ
用matlab编写的基于VQ的说话人识别算法(工具箱)(Matlab prepared using the VQ-based speaker recognition algorithm (Toolbox))
- 2008-03-18 19:43:19下载
- 积分:1
-
channel_estimation_interpolation
利用各类插值的方法,对无线或者其他信道进行估计。插值包括2次、3次等(The use of various types of interpolation methods, or other wireless channel estimation. Interpolation of 2 times, 3 second-class)
- 2009-06-22 22:06:35下载
- 积分:1
-
sbppp_1
实现匈牙利算法 实现匈牙利算法 实现匈牙利算法 实现匈牙利算法,求最大组合(algorithm to achieve Hungary Hungary algorithm algorithm Hungary is the Hungarian a lgorithm algorithm for the largest portfolio)
- 2007-05-27 14:47:49下载
- 积分:1
-
matlab-C
熟悉如何将matlab中的函数转化为C语言,的基本方法与操作代码(Familiar with matlab function into C language, the basic methods of operation code)
- 2013-03-21 11:47:22下载
- 积分:1
-
AF
说明: Amplify and Forward matlab code
- 2013-12-13 07:27:37下载
- 积分:1