Forum Discussion
Altera_Forum
Honored Contributor
13 years agoPlease suggest on implementation of signal processing
I want to implement a signal processing scheme on DE0 board (cyclone III) in which, 1] read data stored on SD card 2] apply mathematical operations on read data (polynomial) 3] save...
Altera_Forum
Honored Contributor
13 years agothe data on SD card is supposed to be present in a file, as sequences of 0s and 1s like ;
010010010010101001010011 100110010100000101010010 100101001010010100101001 ....... .... I read many articles/tutorials about accesing of SD card using NIOS, but still I feel difficulty in reading back these bits...... Also, my doubt is whether these bit sequences can be putted in a file with extension as *.txt or *.csv ??