| Algorithm 1. Radar Echo Map Generation | |
|
Input: Radar defined as arrays of intensity of all radar bins Output: Two dimensional intensity Map Q distributed on the bed | |
| Initialisation: | |
| 1: | ) |
| 2: | ) |
| 3: | |
| 4: | |
| 5: |
(Where d is the distance between each radar bin) |
| 6: | |
| 7: | |
| LOOP Process: | |
| 8: | for in Radar frames do |
| 9: | for in do |
| 10: | for in do |
| 11: | |
| 12: | |
| 13: | |
| 14: | |
| 15: | end for |
| 16: | end for |
| 17: | end for |
| 18: | |
| d: the distance between each radar bin; N: the number of xbins mapped to short edge of bed; M: the number of ybins mapped to long edge of bed; b: radar bin number. | |