How to optimize matlab code about Radar Signal Process?
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.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. 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. signal processing MATLAB Answers — New Questions