habbas33
Newbie level 5
- Joined
- Oct 19, 2008
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,346
I have generated FFT ouput from FFT IPcore 7.1 for a signal and i wanted to match it with the FFT result from matlab. as shown the result of both outputs are normalised to compare butl i found a little missmatch with the result. can any one indicate what is the reason for this mismatch.
There are 512 samples of the signal therefore the transform length of IP core is set to 512 with unscaled output.
for matlab i used
fft_maltab = real(fft(x,512))
There are 512 samples of the signal therefore the transform length of IP core is set to 512 with unscaled output.
for matlab i used
fft_maltab = real(fft(x,512))