kmath
0.3.1-dev-RC
jvm
kmath-commons
/
space.kscience.kmath.commons.transform
/
Transformations
/
realFourier
real
Fourier
fun
realFourier
(
normalization
:
DftNormalization
=
DftNormalization.STANDARD
,
direction
:
TransformType
=
TransformType.FORWARD
)
:
BufferTransform
<
Double
,
Complex
>
(
source
)