hi,
I want to make a heterogeneous medium simulation with sensors of Gaussian freq response. but once i add sensor.frequency_response into my simulation, there will be a error about dimensions mismatch:
Error in ==> kspaceFirstOrder_filterSensorData at 41
sensor_data = fft(sensor_data, [], 2).*repmat([gauss, flipud(gauss)], length(sensor_data(:, 1)), 1);
Could you tell me how to solve this problem?
Thanks a lot!
Chia-Chin