inguz-DSPUtil
inguz-DSPUtil copied to clipboard
audio signal processing library for inguz.*
Results
2
inguz-DSPUtil issues
Sort by
recently updated
recently updated
newest added
Comparing to Python's scipy/numpy FFT (http://docs.scipy.org/doc/numpy/reference/routines.fft.html) there are wrong sign on computing imaginary part of the result (absolute value is ok).
Consider using `System.Numerics.Complex` type from Microsoft .NET Framework 4.0 instead of your custom `DSPUtil.Complex`. I have checked `System.Numerics.Complex` with Fourier.FFT - it works.