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