VPIForwardSolver FluenceOfFxAndZAndFt Method ( OpticalProperties ,  Double ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Overload of scalar FluenceOfRhoAndZAndTime function. Determines reflectances at optical properties 'ops', spatial frequencies 'fxs', z values 'zs' and modulation frequencies 'fts'

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

Complex[] FluenceOfFxAndZAndFt(
	OpticalProperties[] ops,
	double[] fx,
	double[] zs,
	double[] fts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fx
Type:  OnlineSystem Double 
spatial frequency (1/mm)
zs
Type:  OnlineSystem Double 
z values (mm)
fts
Type:  OnlineSystem Double 
modulation frequencies (GHz)

Return Value

Type:  OnlineComplex 
See Also