Calcul des kcoefficients pour FSW R3.3

  1. Liens utiles
  2. Routines principales
  3. Calcul des kcoefficients pour usage à bord => FSW
    1. Utilities
    2. SCM TF
    3. ANT TF
    4. Storage for telecommand
    5. Storage for Alexis (default full table)
  4. End

Liens utiles previous next

  1. TC_LFR_LOAD_KCOEFFICIENTS / TC_LFR_DUMP_K_COEFFICIENTS / TM_LFR_KCOEFFICIENTS_DUMP : https://hephaistos.lpp.polytechnique.fr/redmine/issues/385

    On peut envoyer 36 jeux de coefficients avec les commandes load: 11 pour F0, 13 pour F1 et 12 pour F2. Chaque jeu contient 32 coefficients.
    Lors d'un load, le parametre sy_lfr_kcoeff_frequency permet d'identifier le jeu de coefficients transmis:
    => 0 .. 10, pour les jeux de coefficients F0
    => 11 .. 23, pour les jeux de coefficients F1
    => 24 .. 35, pour les jeux de coefficients F2

    On va rajouter 1 fréquence en bout de chaque bande => 11+1, 13+1, 12+1 = 36+3 fréquences à transmettre

  2. LFR FSW: https://github.com/LaboratoryOfPlasmaPhysics/LFR_Flight_Software
  3. shared TCH's Python routine link: https://ao.lpp.polytechnique.fr/index.php/s/gzosYYdLAxxgrCN

Routines principales start next end

Calcul des kcoefficients pour usage à bord => FSW start next

Utilities next

SCM Transfer Functions and transformation into the SO' coordinate system (and $\alpha$ factor incorporating LFR tranfer functions) next

ANT Transfer Functions expressed in the SO' coordinate system (and $\beta$ factor incorporating BIAS and LFR tranfer functions) storage

Storage in the format useful for telecommand next

Storage for Alexis (default full table) end

End start