How to optimize matlab code about Radar Signal Process?
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi MathWorks Team,
I received some matlab code from TI company for Radar Signal Process.
The code is too slow to use as TI didnt optimize anything about the code.
They just told me some tips to optimize the code like below.
- You can use Parallel Computing Toolbox and modify the code to support parallel computation.
- You can also store few intermediate results in the form of .mat file and reuse the results instead of computing it multiple times.
If there are other good ways to make better performace, please share ideas for me.
Thank you.
0 commentaires
Réponses (1)
Kilsu Kim
le 15 Juil 2024
Hello,
The methods suggested by TI are indeed some of the ways to improve the performance of your MATLAB code. Unfortunately, there is no feature that automatically optimizes the code for you. However, in addition to the methods mentioned above, the following documentation provides a variety of ways to enhance the performance of MATLAB code. Please apply these techniques to your code: https://www.mathworks.com/help/matlab/performance-and-memory.html?s_tid=CRUX_lftnav
Hope this helps.
0 commentaires
Voir également
Catégories
En savoir plus sur Automotive Radar dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!