Can I define 3 transducers senzors? One is the transmitter and 2 are reception senzors.
In the toolbox examples is only one transducer.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Transducers simulation
(2 posts) (2 voices)-
Posted 11 years ago #
-
Hi nuku1,
The
source
input for the first-order simulation functions defines which grid points should act as source points, and what data they should inject into the medium. For example, using thesource.p_mask
andsource.p
inputs, it is possible to use any number of grid points as different pressure sources (and in any combination). Similarly for thesensor
input, which defines the grid points that act as sensor points and what data they should collect. After the simulation has completed, you can combine the sensor data from the individual grid points to form as many physical sensors as you like.If you are using the kWaveTransducer class (via
makeTransducer
) to create your source and sensor, then it's only possible to define a single source and sensor. However, if you want to conduct a simulation with multiple transducers, it is fairly straightforward to do this by directly definingsource
andsensor
as described above.Brad.
Posted 11 years ago #
Reply
You must log in to post.