How to optimize matlab code about Radar Signal Process?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (1)
Kilsu Kim
el 15 de Jul. de 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 comentarios
Ver también
Categorías
Más información sobre Automotive Radar en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!