Skip to content
This repository has been archived by the owner. It is now read-only.

FourierTransform.FFT sample size limit #1843

Open
heltonbiker opened this issue Jun 12, 2019 · 0 comments
Open

FourierTransform.FFT sample size limit #1843

heltonbiker opened this issue Jun 12, 2019 · 0 comments

Comments

@heltonbiker
Copy link
Contributor

@heltonbiker heltonbiker commented Jun 12, 2019

In the documentation, it is stated that for FFT, the array size can be at max 2^14.

This is confirmed in the following line:

private const int maxLength = 16384;

Why is it so? There are other libraries (for example, Matnet.Numerics) that allow for a larger sample size.

Is there something that can be made about it?

@heltonbiker heltonbiker changed the title FourierTransform.FFT size limit FourierTransform.FFT sample size limit Jun 12, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.