Click or drag to resize
Accord.NET (logo)

GaborFunction1D Method

1-D Gabor function.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static double Function1D(
	double x,
	double mean,
	double amplitude,
	double position,
	double width,
	double phase,
	double frequency
)
Request Example View Source

Parameters

x
Type: SystemDouble
mean
Type: SystemDouble
amplitude
Type: SystemDouble
position
Type: SystemDouble
width
Type: SystemDouble
phase
Type: SystemDouble
frequency
Type: SystemDouble

Return Value

Type: Double
See Also