Searched defs:scaling_coefficient (Results 1 – 3 of 3) sorted by relevance
103 double scaling_coefficient = FastMath.sqrt(2.0 / f.length); in transform2() local128 double scaling_coefficient = FastMath.sqrt(2.0 / n); in transform2() local144 double scaling_coefficient = 2.0 / f.length; in inversetransform() local167 double scaling_coefficient = 2.0 / n; in inversetransform() local
103 double scaling_coefficient = FastMath.sqrt(2.0 / (f.length-1)); in transform2() local129 double scaling_coefficient = FastMath.sqrt(2.0 / (n-1)); in transform2() local146 double scaling_coefficient = 2.0 / (f.length - 1); in inversetransform() local170 double scaling_coefficient = 2.0 / (n - 1); in inversetransform() local
129 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in transform2() local153 double scaling_coefficient = 1.0 / FastMath.sqrt(n); in transform2() local171 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in transform2() local188 double scaling_coefficient = 1.0 / f.length; in inversetransform() local212 double scaling_coefficient = 1.0 / n; in inversetransform() local230 double scaling_coefficient = 1.0 / f.length; in inversetransform() local247 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in inversetransform2() local271 double scaling_coefficient = 1.0 / FastMath.sqrt(n); in inversetransform2() local289 double scaling_coefficient = 1.0 / FastMath.sqrt(f.length); in inversetransform2() local