📄 bft_no_lines.m
字号:
%BFT_NO_LINES Set the number of lines that will be beamformed in parallel.% After calling BFT_INIT, the number of lines that are beamformed in % parallel is 1. If the user wants to beamform a whole image in one % command, he/she must set the number of lines, and then specify the% focal zones for each of the lines.%%USAGE : bft_no_lines(no_lines)%%INPUT : no_lines - Number of lines beamformed in parallel%%OUTPUT : None%%VERSION: 1.0, Feb 10, 2000 Svetoslav Nikolovfunction bft_no_lines(no_lines)bft(3,no_lines)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -