Go to file
Dylan Missuwe 3070230fa1
Update README.md
2022-10-12 11:41:18 +02:00
Vitis added documentation 2022-10-11 19:20:52 +02:00
hardware/PhasedArray5x5 first commit 2022-10-11 18:08:33 +02:00
img added documentation 2022-10-11 19:17:00 +02:00
.gitignore added documentation 2022-10-11 19:20:52 +02:00
README.md Update README.md 2022-10-12 11:41:18 +02: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 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 and the wavelength to time the pulse correctly.

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.