Home
last modified time | relevance | path

Searched defs:scaling_coefficient (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math/transform/
DFastSineTransformer.java103 double scaling_coefficient = FastMath.sqrt(2.0 / f.length); in transform2() local
128 double scaling_coefficient = FastMath.sqrt(2.0 / n); in transform2() local
144 double scaling_coefficient = 2.0 / f.length; in inversetransform() local
167 double scaling_coefficient = 2.0 / n; in inversetransform() local
DFastCosineTransformer.java103 double scaling_coefficient = FastMath.sqrt(2.0 / (f.length-1)); in transform2() local
129 double scaling_coefficient = FastMath.sqrt(2.0 / (n-1)); in transform2() local
146 double scaling_coefficient = 2.0 / (f.length - 1); in inversetransform() local
170 double scaling_coefficient = 2.0 / (n - 1); in inversetransform() local
DFastFourierTransformer.java129 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in transform2() local
153 double scaling_coefficient = 1.0 / FastMath.sqrt(n); in transform2() local
171 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in transform2() local
188 double scaling_coefficient = 1.0 / f.length; in inversetransform() local
212 double scaling_coefficient = 1.0 / n; in inversetransform() local
230 double scaling_coefficient = 1.0 / f.length; in inversetransform() local
247 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in inversetransform2() local
271 double scaling_coefficient = 1.0 / FastMath.sqrt(n); in inversetransform2() local
289 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in inversetransform2() local