From f0fc503b89a62b26a125724c0fe1a3affc818e41 Mon Sep 17 00:00:00 2001 From: hash Date: Mon, 2 Sep 2024 11:23:32 +0200 Subject: [PATCH] updated mmwave and code --- _projects/3d_nf_imaging.md | 23 +++++++++++++++++++++++ code.md | 10 ++++++---- 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 _projects/3d_nf_imaging.md diff --git a/_projects/3d_nf_imaging.md b/_projects/3d_nf_imaging.md new file mode 100644 index 0000000..0271fed --- /dev/null +++ b/_projects/3d_nf_imaging.md @@ -0,0 +1,23 @@ +--- +title: 3D Near-Field Reconstruction using mmWave Radars + +notitle: false + +description: | + This research project focuses on studying different methods for high resolution 3D reconstruction of objects in the near field. + +people: + - hailan + +last-updated: 2024-09-02 + +layout: project + +--- + + This research project focuses on studying different methods for high resolution 3D reconstruction of objects in the near field. + + + Using wireless signals for sensing and imaging opens up the plethora of applications in which traditional sensing modalities such as camera's or LiDAR's fail. When scenes are occluded, though optical signals maybe scattered away or unable to penetrate these occlusions, wireless signals (and in our case, mmWave) are still able to go through, allowing us to still 'see' in these less than optimal scenarios. Unfortunately, using mmWave signals does not come for free. We must overcome the different ways in which mmWave signals interact with reflectors and the low resolution as compared to optical signals. Thus, in this area of research we aim to study different ways of overcoming these challenges using a combination of machine learning techniques and signal processing. + + diff --git a/code.md b/code.md index 1fe7d4c..a6e0cac 100644 --- a/code.md +++ b/code.md @@ -2,8 +2,10 @@ layout: default title: Code --- -This is an example of an additional page you could add to the site (and its navigation). +Here is a list of code repositorys available that were produced from our group. -If you like this template, find our group's other code here: - - * [uwsampa on GitHub](https://github.com/uwsampa/) + * [HawkEye Dataset and Code on Github](https://github.com/JaydenG1019/HawkEye-Data-Code) + * [Radatron on GitHub](https://github.com/waleedillini/radatron) + * [Radatron Network on GitHub](https://github.com/waleedillini/radatron) + * [Radatron Radar Signal Processing on Github](https://github.com/JaydenG1019/Radatron-Radar-Processing) + * [Contactless Material Sensing Code on GitHub](https://github.com/hailanzs/contactless-mat-id)