DATAMANIP commands


PROGRAM NAME

kgrayleigh - Generate Rayleigh Noise Data

DESCRIPTION

kgrayleigh generates Rayleigh noise of the specified parameters in the output data object (-o). The variance (-rvar) must be specified for the Rayleigh distribution to be generated.

The size of all five dimensions of the object can be specified. The data type of the output object can also be specified. kgrayleigh can also generate complex valued Rayleigh noise data.

REQUIRED ARGUMENTS

-o
type: outfile
desc: Output file containing noise data

OPTIONAL ARGUMENTS

-wsize
type: integer
desc: Width size of noise value data
default: 512
bounds: value > 0
-hsize
type: integer
desc: Height size of noise value data
default: 512
bounds: value > 0
-dsize
type: integer
desc: Depth size of noise value data
default: 1
bounds: value > 0
-tsize
type: integer
desc: Time size of noise value data
default: 1
bounds: value > 0
-esize
type: integer
desc: Element dimension size of noise data
default: 1
bounds: value > 0
-rvar
type: double
desc: Variance for rayleigh noise
default: 1
bounds: value > 0.0
-type
type: list
desc: Data type of noise value data
default: 10 "float"

EXAMPLES

SEE ALSO

RESTRICTIONS

DATAMANIP::kgnoise, DATAMANIP::kgexpon, DATAMANIP::kggauss, DATAMANIP::kpoisson, DATAMANIP::kguniform

REFERENCES

COPYRIGHT

Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.