搜索资源列表
RBF++_1.2
- 径向基RBF多维空间插值算法,用于空间散乱点曲面重建,优于多项式插值-RBF RBF multidimensional spatial interpolation algorithm for space scattered surface reconstruction, better than polynomial interpolation
Flat_process
- 曲面位场处理。1、坐标单位为m。 2、观测面上的x,y,z坐标以及重力异常存放在gravity.dat中。第一列为x坐标(向东),第二列为y坐标(向北),第三列为z坐标(铅垂向下),第四列为重力异常(g.u.)。 3、计算面坐标存放在xyz.dat中。第一列为x坐标(向东),第二列为y坐标(向北),第三列为z坐标(铅垂向下)。 4、实验要求:利用空间域等效源法(点质量)得到计算面的重力异常。 -curved surface process
DEM-interpolation
- 知道几个已知点的坐标高程,再利用移动曲面法进行DEM内插求出未知点高程-Know a few known coordinates and elevations of point , and then use the mobile surface interpolation method to find an unknown point in the DEM elevation
3D曲面拟合
- 采用MATLAB的MLS代码,适用于随机点和离散点的曲面拟合,很具学习参考价值。