⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 make_interpolation.m

📁 FIELD II 是B超的matlab仿真程序。 执行 先运行 field_init.m
💻 M
字号:
%  Function for making the interpolation of an ultrasound image.%  The routine make_tables must have been called previously.%%  Input parameters: %%         envelope_data - The envelope detected and log-compressed data as%                         an integer array as 8 bits values%%  Output:  img_data    - The final image as 8 bits values%%  Calling: img_data = img_datamake_interpolation (envelope_data); %%  Version 1.0, 14/2-1999, JAJfunction img_data = make_interpolation (envelope_data)%  Call the appropriate functionimg_data = fast_int (2, envelope_data);	    

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -