VPForwardSolverBase FluenceOfRhoAndZAndFt Method ( OpticalProperties ,  Double ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Overload of FluenceOfRhoAndZAndFt function. Determines reflectances at optical properties 'ops', source-detector separations 'rhos', 'zs' and time frequencies 'fts'

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

public Complex[] FluenceOfRhoAndZAndFt(
	OpticalProperties[] ops,
	double[] rhos,
	double[] zs,
	double[] fts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
rhos
Type:  OnlineSystem Double 
source-detector separations (mm)
zs
Type:  OnlineSystem Double 
z values (mm)
fts
Type:  OnlineSystem Double 
modulation frequencies (GHz)

Return Value

Type:  OnlineComplex 
reflectance at given optical properties, rhos, z values (depths) and modulation frequencies

Implements

IForwardSolver FluenceOfRhoAndZAndFt( OpticalProperties ,  Double ,  Double ,  Double )
See Also