- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello,
I'm using an Alter 1024-point FFT IP (burst) and after implementing it I used SignalTapII for the FFT outputs acquisition. Now, I want to plot these output values using MATLAB but I'm a little confused about the format of these outputs. For testing I used 32-bit real input, all ones, and the imaginary is fixed to zero. How are the real and exponent outputs represented; are they just decimal, signed or two's complement signed? How can I correctly plot these outputs? ThanksLink Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
--- Quote Start --- Hello, I'm using an Alter 1024-point FFT IP (burst) and after implementing it I used SignalTapII for the FFT outputs acquisition. Now, I want to plot these output values using MATLAB but I'm a little confused about the format of these outputs. For testing I used 32-bit real input, all ones, and the imaginary is fixed to zero. How are the real and exponent outputs represented; are they just decimal, signed or two's complement signed? How can I correctly plot these outputs? Thanks --- Quote End --- altera fftcore if set to block floating point then output = fft_output * 2^(-exponent) Re/im data & exponent are all signed. signed = decimal = 2's complement...usually
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