Forum Discussion
Altera_Forum
Honored Contributor
16 years ago --- Quote Start --- I 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. --- Quote End --- My output is not 25bits wide. It is 16bits + a maximum of 15bits. So chosing the MSBs only is not a good idea