Viewing posts tagged c
Significant progress porting the SGP4 algorithm to a CUDA implementation. I can read in TLEs, initialize with all the SGP models and propagate forward in time.
Tags:
c
orbit propagation
spg4
gpu
read more
/
Comments
#include <iostream>
I've been reading through Fundamentals of Astrodynamics [Bate, Mueller, White] as well as breaking down the SPG4 source code for its formulas.
Tags:
c
cuda
gpu
spg4
orbit propagation
read more
/
Comments
I found the link at the bottom of the page: http://en.wikipedia.org/wiki/Simplified_perturbations_models.
Tags:
cuda
c
gpu
spg4
orbit propagation
read more
/
Comments
bool IsPrime(int number)