The Microwave Imaging System with two Vivaldi antennas is designed to achieve high-resolution 2D imaging through circular motion and 3D image reconstruction with vertical subject movement, utilizing scattering parameter measurements. The antenna design involves fabricating two Vivaldi antennas, one acting as a transmitter (Tx) and the other as a receiver (Rx), optimized for wideband characteristics suitable for microwave imaging applications. To ensure accurate imaging and reconstruction, precise measurements of scattering parameters are conducted using a vector network analyzer (VNA). Circular motion is implemented using a stepper motor controlled by an RP2040 microcontroller, allowing the system to complete a 360-degree rotation in steps desired degrees such as 9, 18, or 27 degrees, etc. Control algorithms are implemented to ensure smooth and precise circular motion, and the functionality is tested by capturing 2D images at various angles. For vertical movement of the subject, an additional motor system is integrated, controlled by the same RP2040 microcontroller. The control logic is implemented to accurately adjust the vertical position, enabling the system to capture data from different heights for 3D image reconstruction. To enhance user interaction, a user-friendly interface is developed, providing users with control over the system, and options to adjust angle and height according to the object to be imaged. Matlab code for 2D imaging is implemented to generate the image. The reconstructed 2D images are validated against known objects and shapes to assess accuracy, ensuring the reliability and efficacy of the Microwave Imaging System. Overall, this system integrates technologies to achieve decent and accurate microwave imaging capabilities.
Microwave Imaging, an emerging modality, holds the potential to complement established methods like Magnetic Resonance Imaging (MRI) and Computed Tomography (CT). Its affordability, non-invasiveness, and portability make Microwave Imaging well-suited for early tumor detection. In this study, we used a microwave imaging system using a prototype scanner with two Vivaldi antennas transmitting and receiving signals from 2.5 GHz- 8 GHz. A pyramidal shaped homogeneous wood phantom served as the scanned object. The acquired data from the Vector Network Analyzer (VNA), represented by the S21 parameter on the receiving antenna, was collected for input into the reconstruction algorithm. Filtered Back Projection (FBP) is used as the reconstruction algorithm having a Hann window as the filter for optimal results. Qualitatively, the FBP reconstructed image exhibited smoother quality with clearer edges with decent processing time. In the future, multiple 2D scans at different heights of the object can generate the 3D cross-sectional image by implementing the MATLAB code.
Microwave Imaging detects tumors by discerning variations in permittivity profiles or distributions between normal and abnormal cells. Two prevalent methods for reconstructing images in microwave imaging are the reflection method and transmission method [1]. The reflection method involves utilizing scattered fields captured by multiple receiver antennas. In this approach, the reconstructed image is derived by solving the electromagnetic inverse scattering problem, specifically the object's permittivity profile [2]. Drawbacks include the need for numerous receiver antennas and the computational complexity coming from the non-linear nature of the inverse scattering problem. On the other hand, the transmission method relies on the attenuation profile of electromagnetic waves penetrating the object [1]. This method assumes straight-line or ray-based electromagnetic propagation, resulting in simpler mathematics and a reduced need for receiver antennas compared to the reflection method.
In prior research, a microwave imaging system was simulated in Computer Simulation Technology (CST) software using a straightforward cylindrical phantom as the scanned object [3, 4, 5]. The phantom's image was successfully reconstructed using the transmission method. The formation of a reconstructed image through the transmission method involves employing an algorithm alike to that used in CT scans, focusing on generating the material permittivity distribution of the object. The analytic approach relies on mathematical formulations, offering speed and elegance but lacking the capability to address complex issues such as scattering phenomena. The simplest algorithm within the analytic method is Filtered Back Projection (FBP), where the Fourier Slice Theorem is applied for image formation [6]. The acquired measurement data can be modeled using the Forward Problem, expressed by Eq. (1), commonly known as the Radon Transform. Here, PΘ(t) represents the attenuation profile (assumed to be the S21 parameter in microwave imaging), known as the sinogram, and fx,y represents the 2D image to be reconstructed. The image can be reconstructed from the acquired measurement data by applying the Inverse Problem, as formulated in Eq. (2).
The rotational process was adjusted to a 9-degree rotation, yielding 40 sets of rotational data at 26 frequencies between 2.5 GHz-8 GHz. These data were transformed into a 26x40 matrix which served as the input for the image reconstruction algorithm. The 2D image obtained from a center cross section of a pyramid solid wood phantom is depicted in Fig. 3. This image was reconstructed using FBP which uses a Hann window filter. The resulting image was both qualitatively and quantitatively analyzed and is displayed in black and white color format in Fig.4. The FBP created an image around 500x500 pixels in spatial resolution. Areas outside the square in the FBP image likely represent air distribution, making the FBP image qualitatively clearer. FBP also boasts a faster processing time due to its simpler algorithm and available MATLAB code. The images were reconstructed in approximately 5 seconds with decent accuracy when compared with the dimension of the original object.
In our study, we deployed a microwave imaging system featuring a prototype scanner with two Vivaldi antennas operating between 2.5 GHz and 8 GHz frequencies. We scanned a pyramidal shaped, homogeneous wood phantom, acquiring data through the S21 parameter from a Vector Network Analyzer (VNA) for image reconstruction using Filtered Back Projection (FBP) with a Hann window filter. Our system's experimental setup involved a comprehensive hardware and software design. The hardware included two Vivaldi antennas, a Vector Network Analyzer, and a scanner system with step motors and microcontrollers for precise data acquisition. The system's software, developed for the RP2040 microcontroller, managed motor movements and processed user interface interactions. Challenges encountered during development included complex UI logic, precision in motor control, and synchronization between threads. Despite these challenges, the project is replicable with detailed documentation and a clear guide on the software-hardware interaction.
The results of our study are promising. The system's rotation was adjusted to a 9-degree increment, providing a comprehensive data set that was processed into a 26x40 matrix. This matrix served as the input for the FBP algorithm, resulting in a detailed 2D image of the phantom's cross-section. The FBP algorithm, with its simple design and rapid processing capability, generated images within approximately 5 seconds, demonstrating decent accuracy compared to the original object's dimensions.
The study underscores the potential of Microwave Imaging in medical diagnostics. Its ability to produce clear images of objects, coupled with the system's design and efficient processing algorithms, highlights its applicability in early tumor detection and other medical imaging needs. The success of this prototype scanner and its algorithms, particularly FBP, opens doors for further research and development in this field. Future work could focus on enhancing image resolution, expanding to 3D image reconstruction, and refining the system's hardware and software components for more complex applications. This study serves as a significant step towards establishing Microwave Imaging as a viable, cost-effective alternative in medical imaging technology.
The MATLAB coding for image reconstruction is developed by us and not someone else code. The project work is publishable in some of the microwave conferences such as IEEE APS– URSI symposium and IEEE Radio and Wireless Week.
zl823@cornell.edu
kg434@cornell.edu
The group approves this report for inclusion on the course website.
The group approves the video for inclusion on the course youtube channel.