Virtual Photonics
Assembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
IEnumerable 
Complex 
reflectance at given optical properties, spatial frequencies and modulation frequencies
            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.ForwardSolversAssembly: Vts (in Vts.dll) Version: 1.0.12.0 (1.0.12)
Syntax
Parameters
- ops
 - Type: 
System.Collections.Generic IEnumerable OpticalProperties 
sets of optical properties of the medium 
- fxs
 - Type: 
System.Collections.Generic IEnumerable 
Double 
spatial frequencies (1/mm) 
- fts
 - Type: 
System.Collections.Generic IEnumerable 
Double 
modulation frequencies (GHz) 
Return Value
Type:reflectance at given optical properties, spatial frequencies and modulation frequencies
Implements
IForwardSolver ROfFxAndFt(IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )See Also