Click or drag to resize

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
Syntax
public void AddWhiteNoise(
	double amp,
	int option
)

public void AddWhiteNoise(
	double amp,
	int option
)

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