| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectmath.wavelets.Wavelet
public class Wavelet
| Constructor Summary | |
|---|---|
| Wavelet() | |
| Method Summary | |
|---|---|
| static void | demo(int[][] x) | 
| static void | demo2d(int[][] x) | 
| static void | fhw(int[][] x) | 
| static void | fhw(int[][] in,
    int size,
    int level)Multilevel 2D forward haar wavelet transform. | 
| static void | fhw(int[] in,
    int size)Single level Forward Haar Wavelet transform. | 
| static void | fihw2d(int[][] x) | 
| static void | fillprime(int[][] in)Fill a 2D matrix with prime numbers. | 
| static void | ihw(int[][] x) | 
| static void | ihw(int[][] in,
    int size,
    int level)Multilevel 2D inverse haar wavelet transform. | 
| static void | ihw(int[] in,
    int size)Single level Inverse Haar Wavelet transform. | 
| static boolean | isprime(int x)Check if a number is prime. | 
| static int | log2(int n) | 
| static void | main(java.lang.String[] args) | 
| static void | main2(java.lang.String[] args) | 
| static void | show(int[][] in)Print an array (or part of it) given the size to print. | 
| static void | show(int[][] in,
     int size) | 
| static void | show(int[] in,
     int size,
     boolean colon)Print an array (or part of it) given the size to print. | 
| static int[][] | transpose(int[][] a) | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Wavelet()
| Method Detail | 
|---|
public static void main(java.lang.String[] args)
public static void demo(int[][] x)
public static void demo2d(int[][] x)
public static void fihw2d(int[][] x)
public static void fhw(int[][] x)
public static void ihw(int[][] x)
public static int log2(int n)
public static void main2(java.lang.String[] args)
public static void show(int[][] in)
public static void show(int[][] in,
                        int size)
public static void show(int[] in,
                        int size,
                        boolean colon)
public static void fhw(int[] in,
                       int size)
public static void fhw(int[][] in,
                       int size,
                       int level)
public static void ihw(int[] in,
                       int size)
public static void ihw(int[][] in,
                       int size,
                       int level)
public static void fillprime(int[][] in)
public static boolean isprime(int x)
public static int[][] transpose(int[][] a)
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||