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

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

public Complex[] ROfRhoAndFt(
	OpticalProperties op,
	double[] rhos,
	double[] fts
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
rhos
Type:  OnlineSystem Double 
source-detector separations (mm)
fts
Type:  OnlineSystem Double 
modulation frequencies (GHz)

Return Value

Type:  OnlineComplex 
reflectance at given single set of optical properties, rhos and modulation frequencies

Implements

IForwardSolver ROfRhoAndFt(OpticalProperties,  Double ,  Double )
See Also