ericaddison / Algs_Term_Project

Term project for the UT Austin ECE course "Algorithmic Foundation for Software Systems"
0 stars 0 forks source link

Project Topic #1

Closed ericaddison closed 7 years ago

ericaddison commented 7 years ago

We need to choose a topic! So far we have discussed the broad topics of:

A couple other fun things might be:

JoshMusick commented 7 years ago

I spoke to my manager, and there may be an interesting problem / algorithm we could look at and analyze. It has to do with how to efficiently ray-cast against multiple polygons at a time, for the generation of a reflection / surface shape, in real time. The algorithm currently being used only considers the central axis of a beam, and therefore only reflects off of a single surface / polygon, but this limitation is mostly due to performance.

I will get more info in the next couple of days. I'll keep you both posted.

I'm not opposed to doing something else, just wanted to throw out a potential idea.

Josh

jtautry commented 7 years ago

I think encryption or compression as a broad topic would be interesting. I would prefer to stay away from geometry or graphics related topics.

ericaddison commented 7 years ago

Hi guys,

As we JUST discussed (like, just now), we have identified a potential topic of audio compression algorithms. The project might address some of the following points:

As backup ideas, this could be applied just as well to image compression (jpeg, gif, png, etc), or focus on lossless file compression (i.e. zipped files).

Before we talk again, we agreed to take a look to make sure we still think this is a suitable domain for a project. A high level perusal of audio formats and algorithms should give us an idea of whether there's enough for a good project.

Thanks guys!