线偏振光 matlab,用MATLAB表述线偏振光 椭圆偏振光 圆偏振光

用MATLAB表述线偏振光,椭圆偏振光,圆偏振光

陈宝锋 2011059010002

%线偏振和圆偏振的表述

A1=2

A2=2

t=0:0.0008:0.2;

Ex=A1*cos(200*t);

Ey=A2*cos(200*t); %??????1a ?à??2??a0

figure

subplot(121)

plot3(Ex,Ey,t)

subplot(122)

plot(Ex,Ey)

Ex=A1*cos(200*t);

Ey=A2*cos(200*t+pi);%??????1a ?à??2??api

figure

subplot(121)

plot3(Ex,Ey,t)

subplot(122)

plot(Ex,Ey)

Ex=A1*cos(200*t);

Ey=A2*cos(200*t+pi/2);%?2????1a ?à??2??a+pi/2 óòDy

figure

subplot(211)

plot3(Ex,Ey,t)

subplot(212)

plot(Ex,Ey)

Ex=A1*cos(200*t);

Ey=A2*cos(200*t-pi/2);%?2????1a ?à??2??a-pi/2 ×óDy

figure

subplot(211)

plot3(Ex,Ey,t)

subplot(212)

plot(Ex,Ey)

%椭圆偏振的表述

A1=1

A2=2

t=0:0.0008:0.2;

Ex=A1*cos(200*t);

Ey=A2*cos(200*t+pi/4);%í??2????1a ?à??2??api/4

figure

  • 1
    点赞
  • 14
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值