VPForwardSolverBase ROfFxAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Vector ROfFxAndFt function. Determines reflectances at optical properties 'ops', spatial frequencies 'fxs' 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> ROfFxAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> fts
)

Parameters

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

Return Value

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

Implements

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