Skip to main content
. 2020 Jan 20;20(2):564. doi: 10.3390/s20020564
Algorithm 1 Transformation of the Radar Signal into a 3D Image
  1. Input: Data Matrix R

  2. Output: RGB image (PNG format)

  3. Procedure

  4. Step 1: Collect (2D) radar returns while performing gesture: R

  5. Step 2: within R, estimate clutter term: C

  6. Step 3: Subtract clutter term from radar returns: Z=RC

  7. Step 4: Generate grayscale image of clutter-removed radar returns

  8. Step 5: Convert grayscale image into 3D image

  9. Step 6: Save 3D image in PNG file format.

  10. End procedure

  11. Repeat 4–9 for all the samples separately.