HI all,
I have few basic doubts on execution of a code on C6713 processor.
1.How the sampling period of the board effects the execution of algorithm.
(ex::my algorithm uses sampling period of 10 micro seconds.,but the C6713 of 8 KHZ processor
of diff. sampling period..i am adding my code next to queries.)
2.How to save the data or output obtained from the code.I am using files to save output in the
text format.Will it effects the execution time??
CODE::
double T=1e-5;
FILE *X_OUT;
X_OUT = fopen ("X_OUT.txt", "w++");
for(i=1;i<n-1;i++)
{
dIs=................
.........................
.................
.......................
.....................
printf("%f\n",Ip[i]);
fprintf (X_OUT, "\n%10g", Ip[i]);
}
fclose (X_OUT);
}
I am taking the sampling time 'T'.This is working verywell in C.But when iam applying the
waveform as an input to DSK the sampling may be different.
But on CCS I am not finding any text data output even though program got executed.
Some body has answers any of my questions please help me out.
Thanks in advance.
Regards,
Bharath.
------------------------------------
OMAP35x EVM jump-starts low-power apps
------------------------------------
The modular and extensible OMAP35x Evaluation Module (EVM) enables developers to start building
applications based on the OMAP35x architecture:http://www.DSPRelated.com/omap35x

(You need to be a member of code-comp -- send a blank email to code-comp-subscribe@yahoogroups.com )