Hello,
I am running the "example_tvsp_homogeneous_medium_monopole.m" example with co-located source and sensor positions:
source.p_mask(64,64) = 1;
sensor.mask(64,64) = 1;
Ideally, I would expect exact same amplitudes of both pressure curves (Input Pressure Signal and Sensor Pressure Signal) but what I get is attenuated pressure at sensor with following root mean square values:
rms(source.p) gives 1.4158
rms(sensor_data.p) gives 0.4966
I would appreciate if someone can explain that to me.
Thanks