Blog

Viewing posts from March, 2012

TopCoder: 2012 TCO Algorithm 250

Posted by: Matthew Ahn in Code C++ 1 year, 2 months ago
#include <iostream>

Tags: c
read more / Comments

SGP4 Equations

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

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

Found source code for an implementation of the SGP4 algorithm

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

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

Machine Perception - Midterm Topics

Posted by: Matthew Ahn in Midterm CIS580 Machine Perception 1 year, 2 months ago

I think my plan is to put my notes on my blog. I have searching capabilities as well as MathJax which renders Tex inputs. Also typing up my notes will reinforce the knowledge and learning.

Tags: cis580 machine perception midterm
read more / Comments

Machine Perception 24 hour Midterm!

Posted by: Matthew Ahn in Midterm CIS580 Machine Perception 1 year, 2 months ago

Starts at 6:00 PM Today!

Tags: machine perception cis580 midterm
read more / Comments

MEAM 620 - Homework #4

Posted by: Matthew Ahn in Homework MEAM620 1 year, 3 months ago

Homework #4

read more / Comments

Fourier Transform and its properties

Posted by: Matthew Ahn in CIS580 Machine Perception 1 year, 3 months ago

Fourier Transforms: Definitions and Properties

 

Tags: fourier transform
read more / Comments

isPrime

Posted by: Matthew Ahn in C++ 1 year, 3 months ago
bool IsPrime(int number)

Tags: c isprime
read more / Comments

Feature Correspondence in Stereo Images

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

MEAM620 Project 2: Phase 1

read more / Comments

django-filebrowser woes

Posted by: Matthew Ahn in Projects Django 1 year, 3 months ago

Currently this library only supports local directories. I'll try to fork a repository and attempt to mod it with boto and django-storages to fit my needs later.

Tags: django filebrowser
read more / Comments