Forum Discussion
Altera_Forum
Honored Contributor
13 years agoI do not use a real signal (from ADC). I use "ideal" sine generated at Matlab:
signal 1: for i=1:128; ss(i) = Amp*sin(pi/100+pi*i/4); end signal 2: for i=1:128; ss(i) = Amp*sin(pi/10+pi*i/4); end. I put this signal (ram_in.hex) to In-System Memory Content Editor and then send to FFT core. Then I get signal from FFT core and save to ram. Then I get ram_out.hex from In-System Memory Content Editor and put to Matlab.