The Voronoi Paper


This is a report about the Voronoi Project, by Chad Brewbaker of Drake University and Daniel Wengerhoff of the University of Iowa.

You can get a LaTeX version of the paper.

You can view or download a PDF version of the paper.

One experiment described compression of a gray scale image. The original image was stored in ASCII PGM format. The gray scale format uses 256 gray scales. CVT techniques were used to choose a reduced set of gray scales, and Encapsulated PostScript (EPS) files were made of the images. You can copy:

Another experiment took stock market data for 256 stocks, and tried to group them into a small number of clusters based on their performance over 250 trading data. For the data presented here, the experimenters chose to group the data into 15 clusters. The last cluster contains a single stock, which had split in value, and hence wasn't handled very well by the clustering algorithm.

One of the experiments described in the paper involves compressing a WAV sound file of a Homer Simpson quote. The MATLAB program includes a very handy function called wavread which can extract the information encoded in a WAV file, allowing you to modify it. You can then use the wavwrite function to write your revised information back to a WAV file. You can copy the various binary WAV files and listen to them on a PC:

One of the experiments described in the paper involves compressing the opening bars of "American Woman". You can copy the various binary WAV files and listen to them on a PC:


Last modified on 17 November 2003.