|
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
)
Public Shared Function Function1D (
x As Double,
mean As Double,
amplitude As Double,
position As Double,
width As Double,
phase As Double,
frequency As Double
) As Double
Request Example
View SourceParameters
- x
- Type: SystemDouble
- mean
- Type: SystemDouble
- amplitude
- Type: SystemDouble
- position
- Type: SystemDouble
- width
- Type: SystemDouble
- phase
- Type: SystemDouble
- frequency
- Type: SystemDouble
Return Value
Type:
DoubleSee Also