VPNurbsForwardSolver ROfRhoAndFt Method (IEnumerable OpticalProperties , IEnumerable Double , IEnumerable Double )Virtual Photonics - VTS Library
Virtual Photonics
Evaluates the temporal frequency and space resolved reflectance at a source detector separation rho for a modulation frequency ft,for the specified optical properties. It calculates the Fourier transform of the NURBS curve R(t) at the required source detector separation. The used 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> ROfRhoAndFt(
	IEnumerable<OpticalProperties> ops,
	IEnumerable<double> rhos,
	IEnumerable<double> fts
)

Parameters

ops
Type: OnlineSystem.Collections.Generic IEnumerable OpticalProperties 
optical properties
rhos
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
source detector separation
fts
Type: OnlineSystem.Collections.Generic IEnumerable OnlineDouble 
modulation frequency

Return Value

Type: OnlineIEnumerable OnlineComplex 
reflectance intensity

Implements

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