VPNurbsForwardSolver ROfFxAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the spatial frequency and temporal frequency resolved reflectance calculating the Fourier transform of the NURBS curve R(t) at the required spatial frequency for the specified optical properties. The computed FT is analitycal or discrete according to the boolean value 'analyticIntegration'.

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

public override IEnumerable<Complex> ROfFxAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> fxs,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
fxs
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
spatial frequency
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
temporal frequancy

Return Value

Type: OnlineIEnumerable OnlineComplex 
spatial frequency and temporal frequancy resolved reflectance

Implements

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