what is helperRangeDoppler ?
15 views (last 30 days)
Show older comments
i'm learning about CFAR example
but i can't implemented last code 'imagesc' function because i don't know [resp,rngGrid,dopGrid] = helperRangeDoppler;
what is helperRangeDoppler ?
and i want to figure out last code range Doppler CFAR Detections code
0 Comments
Answers (1)
Cris LaPierre
on 31 Mar 2022
Edited: Cris LaPierre
on 31 Mar 2022
In the top right of the page, click the Copy Command button. Then run that command in your command window.
openExample('phased/CFARDetectionExample')
This will load the example in your local copy of MATLAB, and change your current folder to the example folder. There you will find the helper functions for this example.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!