IPIX-

所属分类:matlab编程
开发工具:matlab
文件大小:1568KB
下载次数:73
上传日期:2012-11-11 22:27:41
上 传 者西门吹雪
说明:  本文件提供了在线的雷达数据导入IPIX matlab算法,主要是用于验证目的,包括导入程序和IPIX雷达数据下载地址,做SAR和图像遥感的必备资料。
(This document provides the online radar data import the IPIX matlab algorithm for authentication purposes, including import procedures and IPIX radar data download address, must do the SAR and images of remote sensing.)

文件列表:
IPIX数据读取方法 (0, 2012-08-07)
IPIX数据读取方法\cdfhowto.files (0, 2012-08-07)
IPIX数据读取方法\cdfhowto.files\home.gif (986, 2006-02-24)
IPIX数据读取方法\cdfhowto.htm (11741, 2006-02-24)
IPIX数据读取方法\datasets.mht (10579, 2010-06-17)
IPIX数据读取方法\mexnc (0, 2012-08-07)
IPIX数据读取方法\mexnc\.svn (0, 2012-08-07)
IPIX数据读取方法\mexnc\.svn\dir-wcprops (94, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\empty-file (0, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\entries (10791, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\format (2, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base (0, 2012-08-07)
IPIX数据读取方法\mexnc\.svn\prop-base\AUTHORS.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\ChangeLog.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\common.c.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\Contents.m.svn-base (4, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\COPYING.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\INSTALL.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\makefile.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexcdf.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexcdf53.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexcdf60.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexgateway.c.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexnc-doc.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexnc.h.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexnc_msvc71_st.bat.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\mexnc_msvc71_st_R11.bat.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_64bit_offset_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_byte.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_char.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_clobber_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_double.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_fill_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_float.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_global.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_int.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_lock_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_noclobber_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_nofill_mode.m.svn-base (81, 2006-09-20)
IPIX数据读取方法\mexnc\.svn\prop-base\nc_nowrite_mode.m.svn-base (81, 2006-09-20)
... ...

MexNC MexNC is an interface between MATLAB and NetCDF files. What's provided here is the C code for building the mexnc mex-file on your platform as well as several helper routines and wrappers. The 2.0.x release is known to be compatible with NetCDF versions 3.6.0-p1 and below. Prior to release 2.0.0, the mex-file had the name "mexcdf53", the 53 coming from the fact that it was intended to work on Matlab 5.3 platforms. The name became a bit clumsy as time went by, and as the release of the new mex-file with support NetCDF-3 API approached, it was decided that a name change was called for. A wrapper routine called "mexcdf53.m" is provided for backwards compatibility. This package provides the following files: AUTHORS: people contributing mex file builds and source code. COPYING: copyright notice. ChangeLog: detailed changes in particular files in this module common.c mexgateway.c netcdf2.c netcdf3.c Source files. mexopts.R14.sh, mexopts.R13.sh, mexopts.R12.sh, mexopts.R11.sh: Options files. Use these to customize a build to your platform. makefile: used to compile the mex-file. Don't bother with this unless you need to compile your own build and you are NOT on windows. Check to make sure you invoke it with the name of your matlab release. mexcdf53.m mexcdf.m ncmex.m: Wrapper routines. Used primarily for backwards compatibility. mexnc.m Help information for the mex-file. nc_***bit_offset_mode.m nc_clobber_mode.m nc_fill_mode.m nc_hdf5_mode.m nc_lock_mode.m nc_noclobber_mode.m nc_nofill_mode.m nc_nowrite_mode.m nc_share_mode.m nc_write_mode.m Helper routines that provide the user with mnemonics for NetCDF open and creation modes. nc_double.m, nc_float.m, nc_int.m, nc_short.m, nc_byte.m, nc_char.m Convenience functions that supply the corresponding enumerated constants in netcdf.h mexnc_msvc71_st.bat, mexnc_msvc71_st_R11.bat Options files for building on the windows platform win32_make_mexnc.m M-file for invoking a win32 build. NEWS High level news about this particular release. README This file. tests This directory contains some scripts that will test your build of mexnc. You need to execute the matlab script "test_mexnc" from within the tests directory. Just about every function is tested at least once. You don't need to bother with this unless you are compiling your own build.

近期下载者

相关文件


收藏者