Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI am not sure about the 9 bits shift but here is my suspicion:
If your fft output bitwidth is 25 bits while your input bitwidth is 16 bits then I guess the IP may introduce 2^9 scaling to fill up all output bits. Thus you need to divide back by 2^9. You can just take the 16 MSBs instead of shifting right then taking lower 16 bits.