How to optimize matlab code about Radar Signal Process?
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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 Kommentare
Antworten (1)
Kilsu Kim
am 15 Jul. 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 Kommentare
Siehe auch
Kategorien
Mehr zu Automotive Radar finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!