VPForwardSolverBase ROfFxAndFt Method (OpticalProperties,  Double , Double)Virtual Photonics - VTS Library
Virtual Photonics
Overload of ROfFxAndFt. Determines reflectances at optical properties 'op', spatial frequencies 'fxs' and time frequency 'ft'

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

public Complex[] ROfFxAndFt(
	OpticalProperties op,
	double[] fxs,
	double ft
)

Parameters

op
Type: Vts OpticalProperties
medium optical properties
fxs
Type:  OnlineSystem Double 
spatial frequencies (1/mm)
ft
Type: OnlineSystem Double
modulation frequency (GHz)

Return Value

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

Implements

IForwardSolver ROfFxAndFt(OpticalProperties,  Double , Double)
See Also