Wavelet (RTAnalyticSource)
Create a regular rectilinear grid in up to three dimensions with values varying according to a periodic function.
The Wavelet source can be used to create a uniform rectilinear grid in up to three dimensions with values varying according to the following periodic function.

OS = M * G * (XM * sin(XF * x) + YM * sin(YF * y) + ZM * cos(ZF * z))

OS is the output scalar; M represents the maximum value; G represents the Gaussian; XM, YM, and ZM are the X, Y, and Z magnitude values; and XF, YF, and ZF are the X, Y, and Z frequency values. If a two-dimensional extent is specified, the resulting image will be displayed. If a three-dimensional extent is used, then the bounding box of the volume will be displayed.

PropertyDescriptionDefault Value(s)Restrictions
Center
(Center)
This property specifies the 3D coordinates of the center of the dataset. 0 0 0  
Maximum
(Maximum)
This parameter specifies the maximum value (M) of the function. 255  
Standard Deviation
(StandardDeviation)
This property specifies the standard deviation of the Gaussian used in computing this function. 0.5  
Subsample Rate
(SubsampleRate)
This property specifies the rate at which to subsample the volume. The extent of the dataset in each dimension will be divided by this value. (See the Whole Extent property.) 1

The value must be greater than or equal to 1.

 
Whole Extent
(WholeExtent)
The six values in this property indicate the X, Y, and Z extent of the output data. The first two values represent the minimum and maximum X indices, the next two are the minimum and maximum Y indices, and the last two are the minimum and maximum Z indices. -10 10 -10 10 -10 10  
X Freq
(XFreq)
This property specifies the natural frequency in X (XF in the equation). 60  
X Mag
(XMag)
This property specifies the wave amplitude in X (XM in the equation). 10  
Y Freq
(YFreq)
This property specifies the natural frequency in Y (XY in the equation). 30  
Y Mag
(YMag)
This property specifies the wave amplitude in Y (YM in the equation). 18  
Z Freq
(ZFreq)
This property specifies the natural frequency in Z (XZ in the equation). 40  
Z Mag
(ZMag)
This property specifies the wave amplitude in Z (ZM in the equation). 5