public void TestDiscreteFourierTransformation() { var input = new DoubleArray(new[] { 1.0, 2.0 }, 1, 2); var result = input.Dft(DftTransformations.ComplexOutput); Assert.IsNotNull(result); }