Skip to content
Snippets Groups Projects

MATLAB Simulation of AlSat-1N

  • Clone with SSH
  • Clone with HTTPS
  • Embed
  • Share
    The snippet can be accessed without any authentication.

    Dissertation main script along with functions required.

    Edited
    Cone_Intersection_Example 2.06 KiB
    Main_Script 14.66 KiB
    Objective_Function 413 B
    coe2rv 611 B
    triad 779 B
    u2ms 326 B
    • Could you explain how this MATLAB snippet implements the AlSat-1N orbit simulation, and what functions are used to convert the solar sensor data into angle values?

    • The orbit is simulated by propagating the TLE orbit elements (lines 76 - 78 in the main script) to the start of the measurements and then modelling till the end of the measurements. The sun angles of the sensors are obtained from calibrating the raw coarse sun sensor data which was downlinked from the CubeSat and provided to me as a WOD (whole orbit data) csv file. This is done in lines 31 - 33.

    0% Loading or .
    You are about to add 0 people to the discussion. Proceed with caution.
    Finish editing this message first!
    Please register or to comment