VPForwardSolverBase ROfFxAndFt Method ( OpticalProperties ,  Double ,  Double )Virtual Photonics - VTS Library
Virtual Photonics
Convenience array overload of ROfFxAndFt. Determines reflectances at optical properties 'ops', spatial frequencies 'fxs' and time frequencies 'fts'

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

public Complex[] ROfFxAndFt(
	OpticalProperties[] ops,
	double[] fxs,
	double[] fts
)

Parameters

ops
Type:  Vts OpticalProperties 
sets of medium optical properties
fxs
Type:  OnlineSystem Double 
spatial frequencies
fts
Type:  OnlineSystem Double 
modulation frequencies (GHz)

Return Value

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

Implements

IForwardSolver ROfFxAndFt( OpticalProperties ,  Double ,  Double )
See Also