Forum Discussion
Altera_Forum
Honored Contributor
10 years ago --- Quote Start --- Hi kaz, I'm sorry to confuse you, i mean which I/O data flow i should select for this application? For FFT application, i saw someone else's project, who converted the ADC's data to signed value, is this necessary? Thanks --- Quote End --- your fft ip should tell you. Normally ADC data that represents a signal swings around zero (no dc) if in 2's complement. But it could be using offset binary which needs inverting the sign bit. At HDL level I expect std_logic_vector type.