array_factor: array factor

Description Usage Arguments Details Value Author(s) Examples

View source: R/array.R

Description

C++ calculation of the array factor

Usage

1
array_factor(wavelength, N, pitch)

Arguments

wavelength

wavelength in nm

N

half the number of dipoles along one side

pitch

pitch in nm

Details

Brute-force numerical evaluation of the truncated 2D sum of dipole fields in a finite square array

Value

complex array factor

Author(s)

baptiste Auguie

Examples

1
2
S <- array_factor(seq(400, 600),  10,  500)
str(S)

cda documentation built on May 30, 2017, 6:19 a.m.