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

整理文档很辛苦,赏杯茶钱您下走!

免费阅读已结束,点击下载阅读编辑剩下 ...

阅读已结束,您可以下载文档离线阅读编辑

资源描述

用MATLAB表述线偏振光,椭圆偏振光,圆偏振光陈宝锋2011059010002%线偏振和圆偏振的表述A1=2A2=2t=0:0.0008:0.2;Ex=A1*cos(200*t);Ey=A2*cos(200*t);%ÏßÆ«Õñ¹âÏàλ²îΪ0figuresubplot(121)plot3(Ex,Ey,t)subplot(122)plot(Ex,Ey)Ex=A1*cos(200*t);Ey=A2*cos(200*t+pi);%ÏßÆ«Õñ¹âÏàλ²îΪpifiguresubplot(121)plot3(Ex,Ey,t)subplot(122)plot(Ex,Ey)Ex=A1*cos(200*t);Ey=A2*cos(200*t+pi/2);%ԲƫÕñ¹âÏàλ²îΪ+pi/2ÓÒÐýfiguresubplot(211)plot3(Ex,Ey,t)subplot(212)plot(Ex,Ey)Ex=A1*cos(200*t);Ey=A2*cos(200*t-pi/2);%ԲƫÕñ¹âÏàλ²îΪ-pi/2×óÐýfiguresubplot(211)plot3(Ex,Ey,t)subplot(212)plot(Ex,Ey)%椭圆偏振的表述A1=1A2=2t=0:0.0008:0.2;Ex=A1*cos(200*t);Ey=A2*cos(200*t+pi/4);%ÍÖԲƫÕñ¹âÏàλ²îΪpi/4figuresubplot(121)plot3(Ex,Ey,t)subplot(122)plot(Ex,Ey)t=0:0.0008:0.2;Ex=A1*cos(200*t);Ey=A2*cos(200*t+pi/2);%ÍÖԲƫÕñ¹âÏàλ²îΪpi/2figuresubplot(121)plot3(Ex,Ey,t)subplot(122)plot(Ex,Ey)Ex=A1*cos(200*t);Ey=A2*cos(200*t+3*pi/4);%ÍÖԲƫÕñ¹âÏàλ²îΪ3*pi/4figuresubplot(121)plot3(Ex,Ey,t)subplot(122)plot(Ex,Ey)

1 / 5
下载文档,编辑使用

©2015-2020 m.777doc.com 三七文档.

备案号:鲁ICP备2024069028号-1 客服联系 QQ:2149211541

×
保存成功