VPLinearDiscreteHankelTransform GetHankelTransform Method Virtual Photonics - VTS Library
Virtual Photonics
Calculate the Hankel Transform using a discrete Riemann middle sum

Namespace: Vts.Modeling
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax

public static double GetHankelTransform(
	double[] rho,
	double[] ROfRho,
	double drho,
	double fx
)

Parameters

rho
Type:  OnlineSystem Double 
vector of discrete rho values
ROfRho
Type:  OnlineSystem Double 
vector of discrete R(rho) values
drho
Type: OnlineSystem Double
delta rho
fx
Type: OnlineSystem Double
the spatial frequency at which to evaluate

Return Value

Type: OnlineDouble
See Also