搜索资源列表
mountain
- 三维空间中的分形插值算法 ① 在X-Y平面上绘制一个n×n的正方形网格,并对4个角点在Z方向上分别设置初始高度ha,hb,hc,hd,得到A,B,C,D这4点(如图10.3所示)。 ② 根据式hm=(ha+hb+hc+hd)/4+△,计算正方形网格中点的高度hm,其中△为一随机量,从而得到M点。 ③ 根据角点和中点以及虚拟点,计算边中点的高度,即 he=(ha+hb+hm+0)/4+△ hf=(hb+hc+hm+0)/4+△ hg=(hc+hd+hm+0)/4+△ h
Cloud123
- 二维空间中的分形插值算法 ① 在平面上划分正方形网络n×n,随机给A,B,C,D这4个角点的颜色。 ② 根据4个角点的颜色值的平均值,产生中点M的颜色。 ③ 根据A,B,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点E的颜色;根据B,C,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点F的颜色;根据C,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点G的颜色;根据A,D,M点和网格外一虚拟点(颜色值为0)求平均,得到边中点H的颜色。 ④ 根据小正方形EBFM的4
fen
- 程序简介: 本程序是用Java实现的分形程序,实现了绘制M集分形的功能,并且可以方便的管理分形的颜色,可以将绘制得到的分形保存为图片文件,更可以对选中的一片分形区域进行反复的放大绘制。 程序采用Java语言书写,在编写过程中十分注重程序的架构,采用了完全的面向对象的程序设计方法。程序代码整洁清晰,在适当的地方做了注释,以方便大家的阅读和研究。-guide : This procedure is used Java Fractal procedures to achieve the map
M_fenxingtu
- 基于Matlab平台的绘制M分形图的一个小代码,希望大家通过学习能优化代码-platform based on the mapping of Matlab M fractal images of a small code, we hope that through learning can be optimized code
Fractree
- 关于分形树的GUI 对应的matlab程序共两个文件frac_treeGUI.m和Fractree.m文件。
box_count
- matlab 盒维数分形计算,m文件,包括两个测试曲线
hpfilter
- 这不是一个标准MATLAB的函数 H = hpfilter (类型,男,氮, D0 , n )的创建传递函数的高通滤波器,氢,指定的类型和大小MxN 。可能的值类型, D0和N是: 理想 理想高通滤波器的截止频率D0 。 Ifsupplied , n是被忽略。 btw 巴特沃思高通滤波器 n阶和截止D0 。 gaussn 高斯高通滤波器的截止(标准偏差) D0 。 如果提供,正被忽略。 M和N应该是偶数的密度泛函过滤。-THIS IS NOT A STANDARD MATL
qtiplot-0.9.7.7
- Data Analysis and Scientific Plotting QtiPlot is a program for two- and three-dimensional graphical presentation of data sets and for data analysis. The plots can be produced from data sets stored in tables or from analytical functions.-Data Anal
Fractal
- 图形学中的基于L文法的分形树及M集的绘制实现-Fratual tree and M
fern
- NCM所带的一个M-file,用以描绘fractal fern-NCM carried by an M-file, used to describe fractal fern
erzhitu
- 求二值图的算法园程序,在指定的目录下输入图像名称,就可以在Matlab的M文件中运行得到图像的二值图,并输入图像对应的矩阵。根据轮廓下可以生成一个二值图,并把它的图像输出。-Figure 2 value seeking algorithms garden program, in the specified directory name of the input image, we can run Matlab M-file to be binary image map and the input
CHAOS_MASM
- 用汇编语言编写的混沌分形生成软件,速度相当快。可以生成标准的和高次的M集、J集,配合不同的着色算法,生成的分形特别漂亮-fractals generation
M-J-sets
- 自己编的简单的分形软件,能实现Mandelbrot和Julia集的简单缩放。-Their own series of simple fractal software, the simple scaling of the Mandelbrot and Julia sets.
MF_DFA
- 重分形去趋势涨落分析法,由我们课题组编写,MF-DFA-To do the MF_DFA analysis of vector x, m is the order of polynomal used to fit the trend
Poincare.m
- 相图与庞加莱截面,但程序有点问题,需要交流,相图应该是对的-A problem, the phase diagram and Poincare section
fractaldim(y-Q-M)
- 计盒分形维数计算的matlab源代码编程实现过程-Function [Fdgen NoisfreFD ]=fractaldim(y,Q,M) __________________________________________________________________________ Usage: Computes fractal dimension by box counting(BC) method. NOTE: Running the code may ta
segmentation
- 使用分水岭算法进行图像分割,包含边缘检测,傅里叶变换滤波等内容,文件包含.m源码以及测试图片 -Using the watershed algorithm for image segmentation, including edge detection, Fourier transform filtering,containing source code and test images
into
- MATLAB Compiler 是MATLAB自带的一个编译器,它能将m文件转化成(MATLAB Compiler is to own a MATLAB Compiler, it can m files into)
dunami-ISAM
- Matlab mfiles instance analysis, there are a large number of examples, each M file is one example
rzte
- 运行主函数qam,m,可得到调用理论误符号率曲线和仿真结果,(Run the main function of qam, m, can be called theory of symbol error rate curve and the simulation results,)