Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upReal FFT is not really real. #622
Open
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


The implemented forward real fourier transformation does return an mixed array of real/imaginary values, which is not documented.
I suggest either implementing a real-in-real-out version or pointing the data format out.
mathnet-numerics/src/Numerics/Providers/FourierTransform/Managed/ManagedFourierTransformProvider.cs
Line 246 in f303246