1r.surf.fractal(1) Grass User's Manual r.surf.fractal(1)
2
3
4
6 r.surf.fractal - Creates a fractal surface of a given fractal dimen‐
7 sion.
8
10 raster
11
13 r.surf.fractal
14 r.surf.fractal help
15 r.surf.fractal out=string [d=float] [n=integer] [--verbose]
16 [--quiet]
17
18 Parameters:
19 out=string
20 Name of fractal surface raster layer
21
22 d=float
23 Fractal dimension of surface (2 < D < 3)
24 Default: 2.05
25
26 n=integer
27 Number of intermediate images to produce
28 Default: 0
29
31 r.surf.fractal creates a fractal surface of a given fractal dimension.
32 Uses spectral synthesis method. Can create intermediate layers showing
33 the build up of different spectral coefficients (see Saupe, pp.106-107
34 for an example of this).
35
36 Use this module to generate naturally looking synthetical elevation
37 models (DEM).
38
40 This module requires the FFTW library for computing Discrete Fourier
41 Transforms.
42
44 Saupe, D. (1988) Algorithms for random fractals, in Barnsley M.,
45 Devaney R., Mandelbrot B., Peitgen, H-O., Saupe D., and Voss R. (1988)
46 The Science of Fractal Images, Ch. 2, pp.71-136. London: Springer-Ver‐
47 lag.
48
50 r.surf.contour, r.surf.idw, r.surf.gauss, r.surf.random, r.surf.idw2,
51 v.surf.idw, v.surf.rst jwo@le.ac.uk
52 ASSIST's home
53
54 Last changed: $Date: 2007-07-04 07:15:42 +0200 (Wed, 04 Jul 2007) $
55
56 Full index
57
58 © 2003-2008 GRASS Development Team
59
60
61
62GRASS 6.3.0 r.surf.fractal(1)