Forum Discussion
Altera_Forum
Honored Contributor
15 years agoAnalyse in MATLAB? That's really a problem, you can transmit the data to your PC by using uart, usb, eth, or hostonly filesystem. If you need a realtime analysing, I suggest you analysing them in fpga by fft megacore.
May be you can use hostonly filesystem. Data from AUD_ADCDATA are signed raw data, write a .wav file on hostonly fs filled with these data in wav file format, then read the file in MATLAB by wavread.