diff --git a/README.md b/README.md index 9f55bb2..7d6f4ff 100644 --- a/README.md +++ b/README.md @@ -3,12 +3,15 @@ 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. +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 and the wavelength to time the pulse correctly. +Since the waves travel in a sphere around the transducer, we can use the distance from the point to each transducer in combination with the wavelength to time the pulse correctly. + [](img/gifsmos_single_focus.gif) +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. diff --git a/img/gifsmos_beam.gif b/img/gifsmos_beam.gif new file mode 100644 index 0000000..66e511e Binary files /dev/null and b/img/gifsmos_beam.gif differ