Blog

Viewing posts from April, 2012

GPU Accelerated SGP4 Final Report

Posted by: Matthew Ahn in Projects CIS565 GPU 1 year, 1 month ago

Final Project Report

Tags: cuda gpu spg4
read more / Comments

SGP4 14,588 Satellites in Orbit

Posted by: Matthew Ahn in Projects CIS565 GPU 1 year, 2 months ago

GPU Accelerated SGP4 Algorithm. This video shows the orbits of 14,588 different satellites. The satellites positions are in ECI coordinate system. As you can see there is no model of the Earth drawn. That is still to come.

Under the hood, there is a slight issue. Each satellite is propagated with a different epoch. They need to be sync'd initially before I start the propagation.

Tags: cuda gpu spg4 orbit propagation
read more / Comments

SGP4: VANGUARD 1 and VANGUARD 2

Posted by: Matthew Ahn in Projects CIS565 GPU C++ 1 year, 2 months ago

An example of Vanguard 1's and Vanguard 2's positions in ECI.

Tags: cuda gpu spg4 orbit propagation
read more / Comments

SGP4 Progress

Posted by: Matthew Ahn in Projects CIS565 GPU C++ 1 year, 2 months ago

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

MEAM 620 RANSAC

Posted by: Matthew Ahn in Projects MEAM620 1 year, 2 months ago

The purpose of this phase of the project was to develop the ransac algorithm in MATLAB.

Tags: meam620 matlab ransac computer vision
read more / Comments

CIS565 Project Midpoint

Posted by: Matthew Ahn 1 year, 2 months ago

http://dl.dropbox.com/u/7571261/GPU%20Accelerated%20Simplified%20General%20Perturbation%20Model.pptx

read more / Comments