dsp library
Functions
-
convolveComplex(List<double> xreal, List<double> ximag, List<double> yreal, List<double> yimag, List<double> outreal, List<double> outimag)
→ void
-
-
inverseFft(List<Complex> data)
→ List<double>
-
-
inverseTransform(List<double> real, List<double> imag)
→ void
-
-
newArrayOfZeros(int n)
→ List<double>
-
-
realFFT(List<double> data)
→ List<Complex>
-
-
reverseBits(int val, int width)
→ int
-
-
transform(List<double> real, List<double> imag)
→ void
-
-
transformBluestein(List<double> real, List<double> imag)
→ void
-
-
transformRadix2(List<double> real, List<double> imag)
→ void
-