|
Jake Adriaens

ECE 734:
Final Project Report (pdf)
Final Project Software (tar.gz)
Project Presentation
Project Proposal
Homework 1 Problem 3A (matlab file):
This code implements the DFT algorithm.
Homework 1 Problem 3E (matlab file):
This code also implements the DFT algorithm, but takes advantage of the symmetry of results when computing the DFT of real numbers in order to save calculations.
Homework 1 Problem 4A (matlab file):
This code implements the 8-point 1 dimensional DCT algorithm described in Feig, E.; Winograd, S. "Fast algorithms for the discrete cosine transform", IEEE Trans. Signal Processing, vol.40, no. 9 Page(s): 2174-2193, Sep. 1992
Homework 2 Problem 7:
Encoded Bit Stream (test.264)
Encoded Video Stream (test_rec.yuv)
Decoded Video Stream (test_dec.yuv)
|