List of all members.
Static Public Member Functions |
static void | Haar_forward_FWT_1d (ref double[] signal) |
| Calculate the Haar forward fast wavelet transform in 1-dimension.
|
static void | Haar_inverse_FWT_1d (ref double[] signal) |
| Calculate the Haar inverse fast wavelet transform in 1-dimension.
|
static void | Haar_forward_FWT_2d (int width, int height, ref double[] signal) |
| Calculate one iteration of the Haar forward FWT in 2-dimensions.
|
static void | Haar_inverse_FWT_2d (int width, int height, ref double[] signal) |
| Calculate one iteration of the Haar inverse FWT in 2-dimensions.
|
static void | haar1d (ref double[] vec, int n) |
static void | haar2 (ref double[] matrix, int rows, int cols) |
Member Function Documentation
Calculate the Haar forward fast wavelet transform in 1-dimension.
- Parameters:
-
signal | Signal to compute (must be power two) |
Calculate one iteration of the Haar forward FWT in 2-dimensions.
- Parameters:
-
n | Elements to compute |
signal | Signal to compute (must be power two) |
Calculate the Haar forward fast wavelet transform in 2-dimensions.
- Parameters:
-
n | Elements to compute |
signal | Signal to compute (must be power two) |
Calculate the Haar inverse fast wavelet transform in 1-dimension.
- Parameters:
-
signal | Signal to compute (must be power two) |
Calculate one iteration of the Haar inverse FWT in 2-dimensions.
- Parameters:
-
signal | Signal to compute (must be power two) |
Calculate the Haar inverse fast wavelet transform in 2-dimensions.
- Parameters:
-
signal | Signal to compute (must be power two) |
The documentation for this class was generated from the following file: