matlab代码,最我要分享

Matlab code for sgp4

matlab 代码

关注次数: 348

下载次数: 0

文件大小: 224.99 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:%%%%%%%%%%%%%%SGP4简化版%


English Description:

%%%%%%%%%%%%%% SGP4 Simplified %%%%%%%%%%%%% tic clc; clear all; close all;         %    radiusearthkm - radius of the earth in km %    xke         - reciprocal of tumin %    j2, j3, j4  - un-normalized zonal harmonic values %    j3oj2       - j3 divided by j2            mu     = 398600.5;            %// in km3 / s2%    mu          - earth gravitational parameter            mu   =single(mu);            radiusearthkm = 63


代码预览