We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
here there seems to be a discrepancy between the FFT Size in the code (4*8*SampleRate) and what is in the comment (8*8*SampleRate).
{ FFTsize = (4*8*SampleRate)/15625; // 4096 for 2MHz and 2048 for 1MHz sample rate (8*8*SampleRate)/15625;
Which one of the two is correct?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
here there seems to be a discrepancy between the FFT Size in the code (4*8*SampleRate) and what is in the comment (8*8*SampleRate).
{ FFTsize = (4*8*SampleRate)/15625; // 4096 for 2MHz and 2048 for 1MHz sample rate (8*8*SampleRate)/15625;
Which one of the two is correct?
The text was updated successfully, but these errors were encountered: