This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Plot the ADC values

Other Parts Discussed in Thread: TMS320C5515

I have configured the ADC and its working fine. I save the ADC-data into an array.

The array has 1024 points. I want to plot the array elements. So that i could confirm that the ADC has aquired it properly.

I saw a grpah tool in CCS. But I am not able to configure get it working. I am using CCS Vr4. If someone could tell me how can I import the

array values into a Matlab workspace, I can plot it there. Is it possible ????

  • Hello Anand,

    This post covers a similar issue with links to the tutorial for using the graph.

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/70927.aspx

    One way to get data into matlab would be to use a printf loop of the array with a comma between each value to a terminal program and save it.  Then in matlab you would import it as a comma separated data file.

    Thanks,

  • Hi!
    just a question -
    which chip are you using?
    are you using one of the development kits?
    Also, what is your analog input source?
    Im just wondering because Im a student trying to do a similar thing.

    Thanks,
    Nate

  • Hi Nate

    I am using TMS320c5515.

    I using the standard kit ezDSP from spectrum digital
    http://www.spectrumdigital.com/product_info.php?cPath=31&products_id=238

    Regards,