91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 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

評論

共有 條評論

相關資源