登录
首页 » matlab » Satellite coordinates calculation

Satellite coordinates calculation

于 2021-04-14 发布 文件大小:4KB
0 196
下载积分: 1 下载次数: 5

代码说明:

  根据广播星历参数计算卫星位置坐标和速度矢量(Calculation of satellite position coordinates and velocity vectors based on broadcast ephemeris parameters)

文件列表:

Experiment1.m, 3531 , 2018-09-16
plot_Orbit.m, 2872 , 2014-02-12
coe2pos.m, 4395 , 2018-10-15

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 基于QT实现的基础图形绘图系统.7z
    说明:  输入椭圆中心和长短轴径; 2. 计算得到中心在原点的椭圆上的第一个点=; 3. 根据公式(1.1.3-2)计算区域1中决策参数的初值为; 4. 在区域1中每个位置处,从开始,反复按照公式(1.1.3-3)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到为止,记第一个满足此条件的点为(); 5. 在区域2的每个位置处,从开始,反复按照公式(1.1.3-6)更新决策参数,若决策参数小于0则不变,反之加1,一直循环到()为止;(Input ellipse center and long and short axis diameter; 2. The first point of the center on the ellipse at the origin is calculated. 3. According to formula (1.1.3-2), the initial value of decision-making parameters in region 1 is calculated. 4. At each location in region 1, the decision-making parameters are updated repeatedly according to formula (1.1.3-3). If the decision-making parameters are less than 0, they will remain unchanged. If the decision-making parameters are less than 0, then add 1 and cycle until the first point satisfying this condition is (); 5. At each location of region 2, the decision parameters are updated repeatedly according to the formula (1.1.3-6). If the decision parameters are less than 0, they will remain unchanged. If the decision parameters are less than 0, then add 1 and cycle until ().)
    2020-11-13 16:49:42下载
    积分:1
  • WebNavigation
    说明:  强化学习网页浏览示例,非常好的示例代码。强化学习快速入门(Reinforcement learning web browsing example, very good example code)
    2021-03-30 09:02:18下载
    积分:1
  • Java自定义鼠标光标
    super("自定义光标"); //调用父类构造函数   int[] cursor={Cursor.DEFAULT_CURSOR,Cursor.HAND_CURSOR,Cursor.MOVE_CURSOR,Cursor.N_RESIZE_CURSOR,Cursor.W_RESIZE_CURSOR,Cursor.WAIT_CURSOR,Cursor.TEXT_CURSOR}; //预定义光标数组   Container container=getContentPane(); //得到容器   container.setLayout(new FlowLayout()); //设置容器布局管理器   for (int i=0;i   JTextArea jta=new JTextArea(3,6); //实例化一个文本框对象    jta.setCursor(Cursor.getPredefinedCursor(cursor[i])); //设置文本框的光标    container.add(jta); //增加组件到容器上   }      Toolkit toolkit=Toolkit.getDefaultToolkit(); //得到默认的ToolKit对象   Image image=toolkit.getImage("cursor.gif"); //得到图像   Cursor customCursor=toolkit.createCustomCursor(image,new Point(6,6),"MyCursor"); //实例化自定义光标对象   JTextArea jta=new JTextArea(3,6); //实例化文本框   jta.setCursor(customCursor); //设置文本框光标   container.add(jta); //增加组件   setSize(300,160); //设置窗口大小   setVisible(true); //窗口可视
    2022-03-06 15:35:47下载
    积分:1
  • power flow calculation
    用于电力系统的潮流计算(牛顿拉夫逊法)和节点导纳矩阵的计算(Power flow calculation for power systems (Newton Ralph Xun Fa))
    2018-03-24 16:49:31下载
    积分:1
  • log-normal
    说明:  对数正态分布改变闪烁指数下的光强起伏概率密度函数(Probability Density Function of Light Intensity Fluctuation with Lognormal Distribution Changing Scintillation Index)
    2019-01-08 17:39:21下载
    积分:1
  • maketemplate
    从Bwwvers的个人网站上下载的源码,机器人SLAM方面的程序(Bwwvers individuals from the website of the source, the robot SLAM procedures)
    2009-05-20 16:09:24下载
    积分:1
  • 1
    说明:  在主程序里调用函数,并绘制图形,MATLAB中分段函数的定义文件,(The definition file of subsection function in MATLAB, call function in main program and draw graph)
    2019-11-13 02:37:37下载
    积分:1
  • FileLogger.V0.6
    for logger using arduino UNO etc.
    2013-08-05 02:41:29下载
    积分:1
  • DDSRF-PLL
    本文论述了在控制的一个重要方面电网连接的电源转换器,即检测基波正序分量的电网电压不平衡和扭曲的条件下。明确地,提出了一种积极的基于一种新的序列检测器双同步坐标系的解耦锁相环(双dq–PLL),完全消除了检测误差传统的同步参考框架(SRF–锁相环PLL)。(This paper deals with an important aspect in the control of grid connected power converters, that is, detecting the fundamental positive sequence components of the grid under unbalanced and distorted voltage conditions. Clearly, a positive decoupling PLL a new sequence detector based on dual synchronous coordinate system (double DQ - PLL), the complete elimination of the traditional synchronous reference frame detection error (SRF - PLL PLL).)
    2017-09-15 11:12:09下载
    积分:1
  • Common.Security.Core
    说明:  .Net Core 加密解密类库, .net core 版本3.1(. net core encryption and decryption class library)
    2020-04-30 19:09:43下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载