vswf.mpw: Beam Shape Coefficients for a Plane Wave, as done by Mie

Description Usage Arguments Details Value See Also Examples

Description

Beam Shape Coefficients for a Plane Wave, as done by Mie

Usage

1
vswf.mpw(lmax, norm = TRUE, s = 1)

Arguments

lmax

The maximum value of l.

norm

If TRUE, the Beam Shape Coefficient will be divided by √{2}.

s

The polarity of the plane wave.

Details

We use the expression showed on Jackson's Classical Electrodynamics book.

Value

Beam Shape Coefficients for a Mie Plane Wave (z-direction).

See Also

vswf.gpw, vswf.jlm.

Examples

1
2
3
4
5
6
lm<-5
a<-vswf.mpw(lm)
plot(Re(a$GTE),type='b')
points(Im(a$GTE),pch=4,col='red',type='b')
plot(Re(a$GTM),type='b')
points(Im(a$GTM),pch=4,col='red',type='b')

wendellopes/rvswf documentation built on May 4, 2019, 4:19 a.m.