NumCpp icon indicating copy to clipboard operation
NumCpp copied to clipboard

FFT function

Open mauricewells opened this issue 3 years ago • 4 comments

hello, there does NumCpp contain FFT function?

mauricewells avatar Feb 18 '22 15:02 mauricewells

in general, numpy contains FFT function in python so i guess FFT function will be inside NumCpp library, is that right?

mauricewells avatar Feb 18 '22 15:02 mauricewells

No it does not currently, but I do have it on my list to include in the next release.

dpilger26 avatar Feb 18 '22 16:02 dpilger26

Hi, I am interested in contributing this great library. I am wondering how can I help on this specific issue?

From numpy, the implementation is located in: https://github.com/numpy/numpy/blob/50a74fb65fc752e77a2f9e9e2b7227629c2ba953/numpy/fft/_pocketfft.py#L211 https://github.com/numpy/numpy/blob/50a74fb65fc752e77a2f9e9e2b7227629c2ba953/numpy/fft/_pocketfft.py#L49, and further https://github.com/numpy/numpy/blob/50a74fb65fc752e77a2f9e9e2b7227629c2ba953/numpy/fft/_pocketfft.c#L2337

Hope it helps.

haochunchang avatar Aug 24 '22 09:08 haochunchang