Forum Discussion
Altera_Forum
Honored Contributor
13 years agoHello, thanks for the reply first.
--- Quote Start --- If your signal is from ADC then you process it as it comes. --- Quote End --- Yes, My signal is from ADC (daughter card: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&no=278) to FPGA pins. Does it mean that it repeat/reset automatically as soon as number of input reaches to maximum defined limit in the program (e.g. in my case 1099)? and it works even the input is more than 1099 samples? --- Quote Start --- If you have to store it at some point then you can use memory defining how much storage is required. --- Quote End --- Could you please provide a short description/example for this?