Chisel-FFT-generator
Chisel-FFT-generator copied to clipboard
error rate changes when real data comes in
Hello, I will try to make my question explained clear: I have ran FFTTest, and get 0.01% error rate. the re and im data is random,the range is [-2^15, 2^15]. But when I changed the input data to my int16 data, the error rate changes it becomes to 10%, I don't understand why this happened, I think the two of them should keep the same
can you explain why this happend?