VPForwardSolverBase ROfRhoAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vector ROfRhoAndFt function. Determines reflectances at optical properties 'ops', source-detector separations 'rhos' and time frequencies 'fts' Override these in child classes to take advantage of optimization strategies.

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

public virtual IEnumerable<Complex> ROfRhoAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
sets of optical properties of the medium
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source-detector separations (mm)
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
modulation frequencies (GHz)

Return Value

Type: OnlineIEnumerable OnlineComplex 
reflectance at given optical properties, rhos and modulation frequencies

Implements

IForwardSolver ROfRhoAndFt(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )
See Also