URL
https://opencores.org/ocsvn/dblclockfft/dblclockfft/trunk
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 16 |
Rev 19 |
Line 167... |
Line 167... |
|
|
printf("%3d : SCALE = %12.6f, WT = %18.1f, ISQ = %15.1f, ",
|
printf("%3d : SCALE = %12.6f, WT = %18.1f, ISQ = %15.1f, ",
|
m_ntest, scale, wt, isq);
|
m_ntest, scale, wt, isq);
|
printf("OSQ = %18.1f, ", osq);
|
printf("OSQ = %18.1f, ", osq);
|
printf("XISQ = %18.1f\n", xisq);
|
printf("XISQ = %18.1f\n", xisq);
|
if (xisq > 1.2 * FFTLEN/2) {
|
if (xisq > 1.4 * FFTLEN/2) {
|
printf("TEST FAIL!! Result is out of bounds from ");
|
printf("TEST FAIL!! Result is out of bounds from ");
|
printf("expected result with FFTW3.\n");
|
printf("expected result with FFTW3.\n");
|
exit(-2);
|
exit(-2);
|
}
|
}
|
m_ntest++;
|
m_ntest++;
|
© copyright 1999-2025
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.