登录
首页 » Fortran » Frequency_field_extend

Frequency_field_extend

于 2011-12-15 发布 文件大小:144KB
0 335
下载积分: 1 下载次数: 35

代码说明:

  重力频率域位场延拓。将观测面的位场数据(a20_mag.gtd)向上延拓3.3m,之后与已知的理论值(a53_mag.grd)进行比较,计算其均方误差;反之,将观测面的位场数据(a53_mag.grd)向下延拓3.3m,之后与已知的理论值(a20_mag.grd)进行比较,计算其均方误差。(gravity frequency field extend)

文件列表:

Frequency_field_extend - 副本
.............................\A20_mag.emf,56120,2010-12-24
.............................\A20_mag.grd,12176,2010-12-14
.............................\A20_mag.srf,24320,2010-12-24
.............................\A20_mag_calculate.emf,55756,2010-12-24
.............................\A20_mag_calculate.grd,11387,2010-12-24
.............................\A20_mag_calculate.srf,28028,2010-12-24
.............................\A53_mag.emf,58168,2010-12-24
.............................\A53_mag.grd,12176,2010-12-14
.............................\A53_mag.srf,23112,2010-12-24
.............................\A53_mag_calculate.emf,57208,2010-12-24
.............................\A53_mag_calculate.grd,11387,2010-12-24
.............................\A53_mag_calculate.srf,22918,2010-12-24
.............................\cmd.txt,56,2010-12-14
.............................\cmd2.txt,57,2010-12-24
.............................\Frequency_field_extend.dsp,3421,2010-12-24
.............................\Frequency_field_extend.dsw,569,2010-12-24
.............................\Frequency_field_extend.for,12290,2010-12-24
.............................\Frequency_field_extend.opt,43520,2010-12-24
.............................\Frequency_field_extend.plg,1041,2010-12-24
.............................\out.clr,196,2010-12-24

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • FastICA2.5
    说明:  运用固定点算法实现快速的独立成分分析,实现代码为matlab(use of the fixed-point algorithms to achieve rapid Independent Component Analysis, to achieve code-Matlab)
    2006-04-27 08:47:32下载
    积分:1
  • DLT057
    利用PHOTOSHOP软件可以量测出左右像片各控制点的像素坐标,通过公式可以计算出其像点坐标。再根据给定的控制点的空间坐标,利用直线线性变换解法计算出11个DLT参数即l的系数值以及内方位元素然后解算出外方位元素。另外一种方式是用单像空间后方交会的公式计算出外方位元素。利用单像空间后方交会的来结算影像的外方位元素的基本思想是:以单幅影像为基础,从该影像所覆盖地面范围内若干控制点的已知地面坐标和相应点的像坐标量测值出发,根据共线条件方程,解求该影像在航空摄影时刻的外方位元素。首先建立单文档的程序,建立一个对话框类,在这个类中进行像素坐标、控制点坐标文件的打开与读取,然后利用DLT公式进行外方位元素的解算。 数据检核部分用前方交会算法来进行,首先根据ID找到左右片的像点的同名点,然后计算变换矩阵及系数,根据给定的内方位元素,利用公式解算出像点的控制点坐标,然后和给定的控制点坐标相比较即可进行精度评定。 (PHOTOSHOP software can be measured using a photo of the control points around the pixel coordinates can be calculated by the formula sit out the image point Standard. According to the given coordinates of control points, the use of straight-line method to calculate the linear transformation of 11 DLT parameters that the coefficient l Value and calculate the orientation elements of exterior orientation elements and solutions. Another way is to use a single formula as the calculation of space resection Orientation elements out. Use as space resection alone to settle the image exterior orientation is the basic idea: to single video As the basis of images from the ground covered by a number of control points within the known ground coordinates and image coordinates of corresponding points in the measured values , The realities of collinearity equation, find the image in the time of aerial photography exterior orientation elements. First, the process to establish a single document)
    2011-05-19 10:18:50下载
    积分:1
  • Calculator_
    有加减乘除和括号运算功能的计算器,还可以算三角函数(calculator including plus,minus,mutiply,add)
    2014-12-30 22:55:46下载
    积分:1
  • CFD
    这是一个求解NACA0012翼型在不同马赫数与攻角下的流场的Fortran源代码。计算格式采用了原始AUSM、AUSMDV以及AUSM+格式。为了提高计算精度,使用了不同限制器的MUSCL插值。(This is a Fortran source code for solving the flow field around the NACA0012 airfoil at different Mach numbers and angles of attack. The scheme of AUSM, AUSMDV and AUSM+ are employed for this code. In order to improve the calculation accuracy, the MUSCL interpolation with various type limiter are used.)
    2014-04-09 13:39:33下载
    积分:1
  • tmmforgrating
    用传输矩阵法计算光栅场,寻找bloch 模(use of the transfer matrix method grating market, find bloch Die)
    2006-12-12 16:26:30下载
    积分:1
  • UDF2
    说明:  udf模拟油膜蒸发过程及其温度分布和各组分的浓度(Udf simulates oil film evaporation process and its temperature distribution and concentration of each component)
    2019-11-25 14:20:22下载
    积分:1
  • graphAnalysis
    该文件是用matlab开发的图论分析工具箱, 里面有使用时的详细说明,pdf说明文档。 绝对实用对于图论的研究者(The document was developed with matlab graph theory analysis toolbox, which are used when a detailed explanation, pdf documentation. Absolutely useful for researchers in graph theory)
    2008-12-31 13:20:25下载
    积分:1
  • Fluent_tutorial
    Fluent 学习文件 全方位的指导手册 (Building geometry Setting boundary condition types)
    2014-01-14 10:26:21下载
    积分:1
  • Meshless_SPH
    无网格算法中的光滑粒子水动力学sph算法源程序(溃坝)(Meshless algorithm smoothed particle hydrodynamics sph algorithm source (dam))
    2021-01-21 21:38:45下载
    积分:1
  • Particle_Filter
    粒子滤波程序,仿真实现自由度机器人对目标的跟踪,使用kalman滤波估计总雅可比矩阵J,噪声为非高斯噪声(Particle filter procedure, simulation robot tracking of targets, the use of kalman filter estimated total Jacobian matrix J, the noise of non-Gaussian noise)
    2008-12-15 10:37:55下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载