?? bft_sum_images.m
字號:
%BFT_SUM_IMAGES Sum 2 low resolution images in 1 high resolution.%%USAGE : [hi_res] = bft_sum_images(image1, ele1, image2, ele2, time)%%INPUT : image1 - Matrix with the RF data for the image. The number% of columns corresponds to the number of lines% ele1 - Number of emitting element used to obtain the image. % image2 - Matrix with the RF data for the image. The number% of columns corresponding to the number of lines% ele2 - Number of emitting element used to obtain the image.% time - The arrival time of the first samples. The two images% must be aligned in time%%OUTPUT : hi_res - Higher resolution image%%VERSION:1.0 Feb.18 2000, Svetoslav Nikolovfunction [hi_res] = bft_sum_images(image1, ele1, image2, ele2, time)[hi_res] = bft(12, image1, ele1, image2, ele2, time);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -