Forum Discussion
Altera_Forum
Honored Contributor
16 years agoFIR Compiler 9.1 generate incorrect outputs
Hi, I created a simple simulink model using DSP builder 9.1 sp1 blocks. The model runs at 120Mhz with 20.02Mhz input signal. After generating 20Mhz cos and sin signals from NCO block, the...
Altera_Forum
Honored Contributor
16 years agoUnfortunately I couldn't open your files.
If you want to do fft in Matlab on your vectors then: IQ = complex(I,Q); f = linspace(-60,60,length(IQ)); plot(f,20*log10(abs(fftshift(fft(IQ)))));