Forum Discussion
JWall40
New Contributor
5 years agoSo using fixed point number format means that the FFT cannot deal with negative numbers and will treat all values as unsigned fixed point with no scale factor. So just whole, positive numbers?
So to see a correct display of my output values in signal tap, I should set the bus display format to unsigned decimal?
Many thanks
Jack
CheepinC_altera
Regular Contributor
5 years agoHi Jack,
Yes, you are right. When you are using fixed point number format, the FFT will treat the number as if positive binary number. You can use unsigned decimal for bus display in signaltap to view.
Alternatively, you can also use single floating point if you would like to the FFT to process decimal and signed/unsigned number.
Please let me know if there is any concern. Thank you.
Best regards,
Chee Pin