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

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

IEnumerable<Complex> FluenceOfFxAndZAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> zs,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of medium optical properties
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequencies (1/mm)
zs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
z values (mm)
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
modulation frequencies (GHz)

Return Value

Type: OnlineIEnumerable OnlineComplex 
See Also