List of usage examples for org.apache.commons.math3.transform DctNormalization STANDARD_DCT_I
DctNormalization STANDARD_DCT_I
To view the source code for org.apache.commons.math3.transform DctNormalization STANDARD_DCT_I.
Click Source Link
From source file:ro.hasna.ts.math.representation.DiscreteCosineTransform.java
public DiscreteCosineTransform() { this(new FastCosineTransformer(DctNormalization.STANDARD_DCT_I)); }