 | CFFTAddWhiteNoise Method |
Add white noise to the power spectrum of an FFT object.
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2024.2.0.25
Syntaxpublic void AddWhiteNoise(
double amp,
int option
)
public void AddWhiteNoise(
double amp,
int option
)
Public Sub AddWhiteNoise (
amp As Double,
option As Integer
)
Public Sub AddWhiteNoise (
amp As Double,
option As Integer
)
public:
void AddWhiteNoise(
double amp,
int option
)
public:
void AddWhiteNoise(
double amp,
int option
)
member AddWhiteNoise :
amp : float *
option : int -> unit
member AddWhiteNoise :
amp : float *
option : int -> unit
Parameters
- amp
- Type: SystemDouble
The value added to the real part of all non-DC components of the current power spectrum - option
- Type: SystemInt32
<define>FFT_WHITE_NOISE</define>
See Also