资源描述:
《工程测量中坐标系与坐标转换算法地实现》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、实用标准摘要随着测绘事业的迅速发展,全球一体化的形成,要求测绘资料形成统一规范,坐标系统的统一就是其中的一方面。现在国家采用的坐标系统有北京54坐标系、西安80坐标系、WGS84坐标系,国家2000坐标系以及各地方坐标系,它们选择的椭球参考系不同,通过不同坐标系之间的转换来满足不同工程测量的需求。在同一坐标系下又有不同的坐标表示方式,例如大地坐标、空间直角坐标、平面坐标。不同坐标系之间的相互转换,相同坐标系下不同坐标之间的转换,都会运用各自对应的转换模型进行转换。不同坐标系之间的相互转换,本文中主要采用了三
2、种模型,即三参数模型、四参数模型和七参数模型。相同坐标系下的坐标转换,通过选择相应的参考椭球运用相应的转换模型进行转换。坐标转换数据处理过程复杂,模型参数计算涉及最小二乘原理和矩阵运算,所以利用计算机进行坐标转换,既节省了时间,又能提高计算结果的准确性。本文就基于MATLAB平台编写坐标转换程序以及设计坐标转换系统用户界面,利用MATLAB强大的矩阵运算能力以及丰富的函数,能够方便快捷的实现坐标转换。关键词:坐标系,坐标转换,参数模型,MATLAB文档大全实用标准AbstractWiththerapidde
3、velopmentofthecauseofthesurveyingandmapping,theformationofglobalintegration,ofsurveyingandmappingmaterialformaunifiedandstandardrequirement,coordinatesystemofunifiedisoneofthehand.NowcountriesadoptofcoordinatesystemhasBeijing54coordinatesystem,xian80coordi
4、natesystem,WGS84coordinatesystem,thenational2000coordinatesystem,andthelocalcoordinatesystem,theychoosedifferentframeofreferenceellipsoid,throughthedifferentcoordinateconversionbetweentomeetdifferentdemandofengineeringmeasurement.Inthesamecoordinatesystema
5、ndthecoordinatesofdifferentmeans,suchastheearthcoordinate,spacerectangular,planecoordinates.Thetransformationbetweendifferentcoordinatesystem,thesamecoordinateconversionbetweendifferentcoordinates,willusetheircorrespondingtransformationmodelforconversion.T
6、heinteractionbetweenthedifferentcoordinatesystemtransformation,thispapermainlyadoptsthreemodel,thatis,threeparametersmodel,fourparametermodelandsevenparametermodel.Thesamecoordinatecoordinatetransformation,throughtheselectionofthecorrespondingreferencebyth
7、etransformationmodelofthecorrespondingellipsoidforconversion.Coordinateconversionofdataprocessingcomplex,modelparametercalculationinvolvedinleastsquareprincipleandmatrixcomputation,sousecomputercoordinatetransformation,bothtosavetime,andcanimprovetheaccura
8、cyofthecalculationresults.ThispaperbasedonMATLABplatformofcoordinatetransformationandwriteprogramdesigncoordinatetransformationsystemuserinterface,useofMATLABstrongmatrixoperationabilityandrichfunction,canfac