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.
Tool/software: Code Composer Studio
Dear colleagues,
1. I want to use a set of data points to fit a straight line. This work needs to be completed on the F28379D.
Is there any library functions for linear fitting?
2. I found the example project 2837x_cfft in C2000Ware.
How much time is consumed by different points of ICFFT/CFFT operation? Such as 128, 256, 512, 1024, 2048 points.
Best regards,
Hao
Dear Hao,
Thanks for your questions.
Unfortunately there are currently no C2000 library routines for linear curve fitting.
The execution benchmarks for the cfft_32t function can be found in Table 5 on p.28 of the user's guide for the FPU32 DSP software lib. If you have installed the latest C2000Ware in the default location, you can find the document at:
C:\ti\c2000\C2000Ware_1_00_04_00\docs
The inverse operation benchmarks are on p.45 of the same document.
Please post back if anything's unclear. Thanks again.
Regards,
Richard
Hi Richard,
Thank you for your help!
I use two CPUs to program.
If the project of CPU1 want to use an matrix which is defined in the project of CPU2, what should I do?
Best regards,
Hao
Hi Richard,
I am sorry I didn't express clearly.
I'll try the latter methods: using the IPC module.
Thank you!
Best regards,
Hao