Parameters in the ADAS slexFMCWMu​ltiTargets​DOAExample

2 次查看(过去 30 天)
Hi there,
I have tried running the slexFMCWMultiTargetsDOAExample and modifying the parameters in the helper file but there is no difference in output when I run the simulation. I have tried setting null values in range and velocity, but the display at the output remains unchanged. I have overwritten the original example file in the phaseddemo folder, but it did not work. I am sure there should be a method of changing the parameters and obtaining a different value for target range, velocity and angle, but I cannot explain how that should be set for this Simulink example.
This is my modification:
paramFMCWRSA.Fs = 300e6;
paramFMCWRSA.T = 5.5*400/3e8;
paramFMCWRSA.ppow = 0.00316227766016838;
paramFMCWRSA.TxGain = 36.0042142909402;
paramFMCWRSA.RadarVel = [ 65*1600/3600; 0; 0];
paramFMCWRSA.RadarPos = [0;0;0];
paramFMCWRSA.Fc = 77e9;
paramFMCWRSA.RCS = [100 100 100];
paramFMCWRSA.CarVel = [0 0 0;0 0 0;0 0 0];
paramFMCWRSA.CarPos = [0 0 0;2 -2 0;0 0 0];
paramFMCWRSA.C = 3e8;
paramFMCWRSA.NF = 4.5;
paramFMCWRSA.RxGain = 42.0042142909402;
paramFMCWRSA.lambda = paramFMCWRSA.C/paramFMCWRSA.Fc;
Any help is greatly appreciated.
All the best, Cristian

采纳的回答

Honglei Chen
Honglei Chen 2017-6-13
Could you clarify what you saw? If you execute the lines you listed above in the command window and run slexFMCWMultiTargetsDOAExample, it should use the parameters you specified. Are you not seeing this? Thanks.
  4 个评论
Honglei Chen
Honglei Chen 2017-6-14
Just to follow up, alternatively, if you have a different parameter file, you can consider using the same struct name, then you just need to run the different file but you don't have to update the parameter in each block.
Also, the model is configured to run the helper file when loading. You can adjust which file to run when loading by right clicking the model and then go to properties -> callbacks
HTH

请先登录,再进行评论。

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Automotive Radar 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by