Function File: M = mueller_linpolarizer()
Function File: A = mueller_linpolarizer([m, n, ...])
Function File: A = mueller_linpolarizer(C)

Return the Mueller matrix for an ideal linear polarizer.

  • - [m, n, ...] defines the size of the cell array A and therefore the number of linear polarizer matrices returned.
  • - C is a cell array defining the size of the returned cell array A, size(A)==size(C). The content of C is of not evaluated in this case.

References:

  1. E. Collett, Field Guide to Polarization, SPIE Field Guides vol. FG05, SPIE (2005). ISBN 0-8194-5868-6.
  2. R. A. Chipman, "Polarimetry," chapter 22 in Handbook of Optics II, 2nd Ed, M. Bass, editor in chief (McGraw-Hill, New York, 1995)
  3. "Mueller calculus", last retrieved on Dec 17, 2013.

See also: mueller_depolarizer.

Package: optics