搜索资源列表
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 -
Fractal-geometry--
- 分形几何中一些经典图形的Matlab画法 [文档在线提供]-Fractal geometry of some classic graphical Matlab painting [document online]
IJCOT-V3I4P15
- Fractal Image Compression & Algorithmic Techniques
double-fractal-dimension
- 文章对双分形特性进行了研究, 提出了一种双分形参数的计算方法。-Articles on double fractal characteristics were studied, and the calculation method of double fractal parameters.
14AUTOMATIC-SEGMENTATION-OF-THE-TEMPORAL-EVOLUTIO
- This paper explores nonlinear methods, inspired by the fractal theory for the analysis of the structure of music signals at multiple time scales, which is of importance both for their modeling and for their automatic computer based recognition. The m
Fractal-interpolation-RS
- Fractal interpolation model index time series analysis and R_S _ Wanghong Yong
fractal-shaped-DRA
- This a file in PDF format that contains a presentation on research results obtained by our group on fractal shaped dielectric resonator antennas over the last decade.-This is a file in PDF format that contains a presentation on research results obtai
Hurst
- R/S分形算法matlab代码实现,既利用R/S方法计算时间序列的分形hurst指数-R/S fractal algorithm matlab code to calculate the fractal hurst index time series both use R/S method
DLAmodel
- 用matlab编程实现分形结构,其中树枝的宽度为一个单位的大小。-Matlab programming with fractal structure, in which the width of a unit of the size of a unit.