- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi !
I am implementing fixed point FFT from the megawizard(streaming,burst or buffer burst). We can specify the data precision but I couldnt understand how I can specify how many bits will be for integer part, how many bits will be for the fraction parts. Could someone help me thanksLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please note - you can only use Fixed Point representation with the Variable Streaming FFT.
The FFT essentially doesn't care about your fractional part - it assumes the input is an integer, and you'll get an integer result (with some bit growth as described in the user guide), of course - due to the way these things work, you can use it with an implied fractional part. So for example, if you have an 18 bit input and that's got 10 fractional bits you'll get an output width 29 bits (with bit growth at the top end) - 10 of which are fractional.
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page