Other Parts Discussed in Thread: AWR6843
Dear Sir,
We met an error scenario below:
(Step-1) If a child is on the Car's seat of "Seat_No.3" (Rear-Left Seat), we can see the child's cloud point clearly.
(Step-2) Based on (Step-1), after a child is on the Car's seat of "Seat_No.3", an adult enters the car, then sit on Car's Seat_No.5 (Rear-Right Seat). At this time, you can find the child's cloud point disappeared, and only the adult's cloud point existed.
From our viewpoint, we guess it may be caused by "CFAR" mechanism. The "CFAR" mechanism "treat" the child's cloud point as noise and filter it.
Hence, we try to modify "chirp_config/vod_6843_aop_overhead_2row.cfg" to improve this issue:
[Method-1]
-- Reduce range/angle detection threhold value as the smaller value. But, it seems not good it will make more "noise" appeared.
- "K0" cross range detection threshold applied to first search pass
- "K0" cross angle detection threshold used in the second search pass
[Method-2]
-- Change search windows far+near range/angle size, and guard windows far+near range/angle size :
- [search window size - "far" range], [search window size - angle], [search window size - "near" range] => "8, 8, 4" -> "2, 2, 1"
- [guard window size - "far" range], [guard window size - angle], [guard window size - "near" range] => "6, 4, 1" -> "2, 1, 0.25"
[Original] dynamicRACfarCfg -1 5 29 1 1 "8 8 4" "6 4 1" 8.00 6.00 0.40 1 15
[New] dynamicRACfarCfg -1 5 29 1 1 "2 2 1" "2 1 0.25" 8.00 6.00 0.40 1 15
However, after this modification, it seems this issue is not improved much.
Do you have any suggestion to improve it ? Is it caused by "CFAR" mechanism ?
It will be very appreciated if you can give us some advice.
Many thanks for your help.
Sincerely,
TC.Chou