卫星星下点轨迹Matlab仿真.docxVIP

  • 155
  • 0
  • 约2.82千字
  • 约 8页
  • 2018-05-08 发布于四川
  • 举报
使用Matlab绘制卫星星下点轨迹1.地球静止轨道卫星,倾角分别为0,30,90度。clc; clear;t = 0:1:6;we = 360/24;u = we*t;i = 30;fai = asind( sind(i)*sind(u) ); deltalmd = atand( cosd(i)*tand(u) );if(i==90) deltalmd(end) = 90;endlmd = deltalmd - we*t;% use symetry to generate the other datafor j = 1:6 lmd(j+7) = -lmd(7-j); fai(j+7) = fa

文档评论(0)

1亿VIP精品文档

相关文档