Constructor and Description |
---|
Dct1d(int M) |
Modifier and Type | Method and Description |
---|---|
void |
DCT(double[] g)
Performs the 1D forward discrete cosine transform.
|
void |
iDCT(double[] G)
Performs the 1D inverse discrete cosine transform.
|
static void |
main(String[] args) |
public Dct1d(int M)
public void DCT(double[] g)
g
- the data to be transformedpublic void iDCT(double[] G)
G
- the data to be transformedCopyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)