With the help of MATLAB to analyze the data collected by Chipscope, we hope to be useful to everyone!
1, the first as usual with chipscope data sampling! However, in order to facilitate the introduction of MATLAB to view, here we recommend to see the sampling signal to use bus bus, this is not much to say, should be.
2, click the File->export option, pop up an export signals window, format Select the ASCII option, signals to export select Bus plot buses,core default on the line.
3. Click the Export button to save the. prn suffix file. such as USERNAME.PRN.
4, open the MATLAB software, we can directly open the. prn file for editing and viewing (if necessary), you can also use the MATLAB Command xlloadchipscopedata (' username.prn '); The bus bus data derived from the previous chipscope is imported into the Malab spatial variable, and the name of the space variable is the same as the name of the bus bus in the chipscope corresponding to the signal line. hehe, the signal variable has, in the future can be convenient for the relevant signal analysis and processing.
Transferred from: Http://group.ednchina.com/GROUP_MES_14596_2101_53040.HTM
Chipscope data import matlab