DSPRelated.com
Forums

Data transferred to file using C6713

Started by B S January 17, 2011
Hi Guys,

I am willing to make some kind of statistics based on the values computed inside
C6713. I want to save over 50,000 values and use them in Matlab. I am wondering
if some one please help me with this issue.

Thanks.
BS,

On 1/16/2011 12:14 PM, B S wrote:
> Hi Guys,
>
> I am willing to make some kind of statistics based on the values
> computed inside C6713. I want to save over 50,000 values and use them
> in Matlab. I am wondering if some one please help me with this issue.

To do it as a batch [not realtime]:
1. Collect and store the data.
2. Once you have it collected, print it to a file on the PC using fprintf.
To make things easier, perform any conversion that you might need for
MatLab as you are writing the file.

mikedunn
>
> Thanks.