Borrar filtros
Borrar filtros

How to optimize matlab code about Radar Signal Process?

29 visualizaciones (últimos 30 días)
영제 박
영제 박 el 9 de Jul. de 2024 a las 6:54
Respondida: Kilsu Kim el 15 de Jul. de 2024 a las 0:03
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.

Respuestas (1)

Kilsu Kim
Kilsu Kim el 15 de Jul. de 2024 a las 0:03
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.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by