搜索资源列表
orbit2
- 给出卫星适当的初始位置和速度,利用其运动微分方程,求卫星运行的轨道(航天航空)- Appropriate given the initial satellite position and velocity, using the equations of motion, find the satellite orbit
weixingguidaomoni
- matlab实现的对卫星运行轨道的模拟,压缩包中包括文档和程序 -matlab implementation of the satellite orbit simulation, compression package includes documentation and procedures
chapter5attitude
- 卫星姿态是指卫星星体在轨道上运行所处的空间指向状态。将直角坐标系的原点置于星体上,指向地面的Z轴反映偏航方向,Y轴反映俯仰方向,X轴反映滚动方向。星体在高空中沿局部地球铅垂方向和轨道矢量方向运行,不时地产生对三轴的偏移。姿态控制是通过姿态控制分系统(ACS)来实现,使用地平扫描仪可感应俯仰和滚动轴的姿态误差,使用速度陀螺仪和罗盘可感应偏航轴的姿态误差。(Satellite attitude refers to the spatial orientation of a satellite in o
orbit
- 给定一组初位置和初速度即可算得卫星运行轨道根数,并转换为惯性坐标系下的三维轨道显示,同时做出了二者机械能和动量矩的比较。(Given a set of initial positions and initial velocities, we can get the number of satellite orbit and transform it into 3D orbit display under inertial coordinate system. Meanwhile, we comp
TwoBody
- 二体问题求解程序 包含两个文件: 1.orbit_solver.m 初始化程序,数值计算并画图输出。 在此设置卫星的初始位置坐标r0和速度v0,设置仿真起止时间t0和tf,然后可以直接运行即可。 2.dif_orbit_dynamic.m 轨道动力学函数,包括无摄动力学和J2摄动下的动力学方程,具体采取何种动力学需要在此程序中进行设置。(Two body problem solving program There are two files: 1.orbit_ Solver. M initial