constantGammaClutter function usage?

2 views (last 30 days)
MatlabQuestion
MatlabQuestion on 14 Jan 2019
Commented: MatlabQuestion on 16 Jan 2019
Hello,
To simulate ground clutter from an ULA, are following steps correct?
  1. define the clutter parameters
  2. call clutter( ) to collect clutter data at sensor
  3. call receiver( ) to receive the clutter
  4. call beamformer () to generate the output of the clutter
thanks.

Answers (1)

Honglei Chen
Honglei Chen on 15 Jan 2019
These are high level steps but they look ok. I don't quite understand the last step though. What do you mean by "output of the clutter"? The clutter return is available once you pass step 3, the last step is processing the clutter return.
HTH
  3 Comments
Honglei Chen
Honglei Chen on 16 Jan 2019
Yes, after the step 3, the clutter output is at each element.
MatlabQuestion
MatlabQuestion on 16 Jan 2019
Thank you very much for your help.

Sign in to comment.

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!