资源简介

低轨卫星LEO通信系统的多普勒频移估计,通过该程序可以画出多普勒频移的S曲线,可以观测处最大的多普勒频移以及变化率

资源截图

代码片段和文件信息

%function doppler=doppler(a_maxt)
clear;
clc;
i=53;   %orbit of inclination Degree
a_v=10; %the minimum elevation angle for visibility
h=1*1e6; %the altitude of the satellitem
a_max=[11.430.350.990];   %the maxmum elevation angle for visibility
R=6371*1e3; %the R of the earthm
g=9.8;   %地球重力加速度  m/s^2
r=R+h;
u=R/r;
c=3*1e8;
beta_i=0.9983+1.354*1e-3*i-2.612*1e-4*i^2+2.846*1e-6*i^3-1.641*1e-8*i^4;  %星下点处地球自转角速度投影到旋转面的总投影系数
Wn=sqrt(g*R^2/r^3)-(7.292*1e-5)*beta_i;   %星下点的角速率
%for ii=1:4                   %最大可视窗口时间t_max
%t_max(ii)=2/Wn*acos(cos(acos(u*cos(a_v*pi/180))-a_v*pi/180)...
%/cos(acos(u*cos(a_max(ii)*pi/180))-a_max(ii)*pi/180)); 
%end

deta1=zeros(15);
deta2=zeros(112);
deta3=zeros(113);
deta4=zeros(114);
t_max=[4 11.3 12.7 13.3];
tt=[2 5.6 6.3 6.6];

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件       1977  2010-08-13 10:36  Doppler.m

----------- ---------  ---------- -----  ----

                 1977                    1


评论

共有 条评论