-
大小: 1KB文件類型: .m金幣: 1下載: 0 次發布日期: 2021-06-14
- 語言: Matlab
- 標簽: Polarimetry??
資源簡介
用于偏振測量的一段小程序。
計算線性偏振片的Mueller矩陣,用Matlab編寫。純屬自己留檔使用,估計沒多少人會用到這個東西的。如果有需要的話也可以私信聯系,畢竟這個計算方向偏小眾。
代碼片段和文件信息
%?This?function?linearPolarizerMueller?is?to?calculate?the?Mueler?matrix
%?of?the?linear?polarizer?in?the?polarization?optics.
%?theta?-?fast?axis?at?the?angle?theta
%?the?ourput?matrix?linearPolarizer?is?a?4x4?one
function?linearPolarizer?=?linearPolarizerMueller(theta)
%notations?on?some?abbreviations?of?complex?elements
cosTwoTheta?=?cos(2?*?theta);
sinTwoTheta?=?sin(2?*?theta);
cosTwoThetaSq?=?cos(2?*?theta)?*?cos(2?*?theta);
sinTwoThetaSq?=?sin(2?*?theta)?*?sin(2?*?theta);
%notations?of?elemen
- 上一篇:距離假目標干擾下目標回波
- 下一篇:圓陣目標方位估計,mvdr方法matlab
評論
共有 條評論