Go to file
Dylan Missuwe 1c6ef8a83f added python simulation script 2022-11-09 12:28:35 +01:00
Vitis added python simulation script 2022-11-09 12:28:35 +01:00
hardware/PhasedArray5x5 first commit 2022-10-11 18:08:33 +02:00
img update readmr.md 2022-10-14 22:31:06 +02:00
.gitignore added documentation 2022-10-11 19:20:52 +02:00
.project added python simulation script 2022-11-09 12:28:35 +01:00
README.md added python simulation script 2022-11-09 12:28:35 +01:00

README.md

Ultrasonic_Phased_Array

This repository contains all the sources for a working ultrasonic phased array. The vitis project in this repository is to be used in a accoustic levitation example.

abstract

When we power up the system, the transducers start emitting ultrasonic sound waves each at the same frequency (40kHz) and amplitude. However, the phases of the transducers are software controllable. This gives us full control over the beam shape and direction exiting the transducer array.

Working principle

Lets consider an example where we want to send a single pulse of airpressure to a certain point in space. We have an array of transducers we can work with. If we time the pulse at each transducer correctly, we can make all the waves arrive at that point simultaniously. Since the waves travel in a sphere around the transducer, we can use the distance from the point to each transducer in combination with thew wavelength to time the pulse correctly.

If we were to send a sinewave through the transducers with a delay determined by the distance from the focal point, all the peaks and troughs of those waves would ideally only add up in the focal point. The amplitude would then be the greatest at that point and cancel out everywhere else. Since the sine wave is periodic, we use the remainder of devision by the wavelength as a negative phase shift of the sine waves.

Setup

There are two array's used in the levitation example. One is facing upwards and the other is facing downwards. They are facing eachother with a distance of 70mm. this distance is arbitrarily chosen based on the needed volume for levitation.