org.aisb.bio.assignments
Class HomeworkB4

java.lang.Object
  extended byorg.aisb.bio.assignments.HomeworkB4

public class HomeworkB4
extends java.lang.Object

This implements assignment B4.


Note that as per discussion with Professor Murphy, I've made use of an implementation of the Wavelet transform that someone else wrote. I found it at http://www.bearcave.com/misl/misl_tech/wavelets/daubechies/daub.java, along with a discussion at http://www.bearcave.com/misl/misl_tech/wavelets/daubechies/.

My only change to that code has been to give it a package declaration so that it works better with more modern versions of Java, and to remove an extraneous import statement that was causing my development environment to flag it with warnings.

Author:
Doug DeJulio

Constructor Summary
HomeworkB4()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HomeworkB4

public HomeworkB4()
Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception