搜索资源列表
etna_dat
- 意大利Etna火山InSAR实测的SLC数据,即两幅天线的SAR复图像,mat格式,可以用MATLAB直接读取后进行图像配准、相位滤波、解缠绕等步骤。-Etna volcano, Italy measured the SLC InSAR data, that is, two antenna SAR complex image, mat format, can be read directly after the MATLAB image registration, phase filtering
test
- 用matlab对wav文件采用不同的方式读取(wavread和fopen),并对其进行低通滤波处理。滤波用的fir直接型低通滤波器-to read the wav file in different ways with Matlab (wavread, and fopen), and then low-pass filtering. the low-pass filter is direct_type FIR filter
read_surfer_grid
- 读取sufer,并返回matlab可以直接用的参数(Read Sufer and return the parameters that MATLAB can use directly.)
用MATLAB读取Zygo的xyz文件转的txt文件
- %% 将Zygo的数据保存为".xyz"文件,用文本文件打开, %% 将前面的信息符号以及最后的#号删除,只保留数据信息,然后查找并将所有的No Data替换为NaN %% 保存为txt格式,或者直接将文件后缀名改为".txt",然后再运行此程序