Hi. What I wanted to do is: to find a specific sensor point inside the sensor mask and read the signal generated only on that sensor point. For example: I want to plot the signal of a sensor which is on (x, y, z) coordinates. Is this possible? Thank you for your help in advance.
k-Wave
A MATLAB toolbox for the time-domain
simulation of acoustic wave fields
Sensor points and signal
(2 posts) (2 voices)-
Posted 7 years ago #
-
Hi johnhop,
Yes, it's possible. The sensor data is returned as 2D array, indexed as
(sensor_index, time_index)
. The ordering of the sensor index depends on whether you are using a Cartesian or binary sensor mask. There is more information about this in Section 3.4 and 3.5 of the k-Wave manual.Brad.
Posted 7 years ago #
Reply
You must log in to post.