-
Notifications
You must be signed in to change notification settings - Fork 667
New issue
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
IFFT error #351
Comments
|
Could it just be the scaling ? http://fftw.org/faq/section3.html#whyscaled |
The code looks like it has the correct 1/N scaling. According to Google translate, @Apriqi is seeing:
Are you expecting the values to match exactly? They will differ slightly from the original inputs due to floating-point roundoff errors. |
编译的.so .a文件,进行测试,正变换结果正确,逆变换结果错误。
N_fft=8192
16个正确值+16个错误值+16个正确值+16个错误值+16个正确值+16个错误值+...........
The text was updated successfully, but these errors were encountered: