Quansight-Labs / numpy.net

A port of NumPy to .Net
BSD 3-Clause "New" or "Revised" License
128 stars 14 forks source link

Np.fft not found #36

Closed pty819 closed 1 year ago

pty819 commented 2 years ago

Hi! I'm a student trying to use rider to do some dsp works with c# native libs. I had only matlab and python(scipy) experience before, and I found this lib. Thanks to your inspiring work, it helps me a lot. But I didn't find this lib implemented FFT part of Numpy. Do you have a plan to implement this part?

image

KevinBaselinesw commented 2 years ago

Sorry, there is no plan to implement numpy FFT as part of NumpyDotNet. It is too much work and there are existing alternatives. Please investigate: https://www.nuget.org/packages/MathNet.Numerics or search nuget for FFT