[f949a5]: / test_5.m

Download this file

7 lines (5 with data), 165 Bytes

1
2
3
4
5
6
load example_us_bmode_scan_lines.mat
echoModel= scan_lines;
[imageOut, rfEnvelope] = fcnPseudoBmodeUltrasoundSimulator(echoModel);
figure,
imshow(imageOut);