It's O.K. for you to use any kinds of UNIX machine that has a gcc compiler.
1) You can get software.tar.gz from
ftp://sensin.unl.edu/pub/ by using ftp client program or I.E.
2) Transfer these files into a directory in your account ( You can make a
directory by using "mkdir" command )
2) Type in "gunzip software.tar.gz". Then you will get "software.tar" file.
3) Type in "tar xvf sofware.tar" in order to get Makefie and some c source
files.
4) Type in "make all" and "make huff_enc or make huff_dec" to get execution
files in ./software/programs directory.
5) You should look at "README file" in programs directory if you want the whole
structure of this program.
You can know how to use each execution file by using -h option. ex) huff_enc
-h
More information on software download and UNIX (06/04/07)
Some projects (not all projects), you need to run the software in C code. You may run it in Unix (recommended) or in PC with VisualC.
For UNIX, you need to install the program called SSH Shell Client (for remote access) and SSH File Transfer Client (for ftp), (free download from UTA) http://www.uta.edu/oit/clientservices/desktop/download/index.html
You may need to activate your UNIX account (Omega account) from UTA-OIT
For Textbook-related software, you can download from the link provided in the textbook.
You can use MATLAB to display images, parameters, certain results, and use MATLAB to do some analysis and some small simulations in each project.