外文文献翻译译稿与原文_第1页
外文文献翻译译稿与原文_第2页
外文文献翻译译稿与原文_第3页
外文文献翻译译稿与原文_第4页
外文文献翻译译稿与原文_第5页
已阅读5页,还剩14页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

外文文献翻译译稿1卡尔曼滤波的一个典型实例是从一组有限的,包含噪声的,通过对物体位置的观察序列(可能有偏差)预测出物体的位置的坐标及速度。在很多工程应用(如雷达、计算机视觉)中都可以找到它的身影。同时,卡尔曼滤波也是控制理论以及控制系统工程中的一个重要课题。例如,对于雷达来说,人们感兴趣的是其能够跟踪目标。但目标的位置、速度、加速度的测量值往往在任何时候都有噪声。卡尔曼滤波利用目标的动态信息,设法去掉噪声的影响,得到一个关于目标位置的好的估计。这个估计可以是对当前目标位置的估计(滤波),也可以是对于将来位置的估计(预测),也可以是对过去位置的估计(插值或平滑)。命名[编辑]这种滤波方法以它的发明者鲁道夫.E.卡尔曼(RudolphE.Kalman)命名,但是根据文献可知实际上PeterSwerling在更早之前就提出了一种类似的算法。斯坦利。施密特(StanleySchmidt)首次实现了卡尔曼滤波器。卡尔曼在NASA埃姆斯研究中心访问时,发现他的方法对于解决阿波罗计划的轨道预测很有用,后来阿波罗飞船的导航电脑便使用了这种滤波器。关于这种滤波器的论文由Swerling(1958)、Kalman(1960)与KalmanandBucy(1961)发表。目前,卡尔曼滤波已经有很多不同的实现。卡尔曼最初提出的形式现在一般称为简单卡尔曼滤波器。除此以外,还有施密特扩展滤波器、信息滤波器以及很多Bierman,Thornton开发的平方根滤波器的变种。也许最常见的卡尔曼滤波器是锁相环,它在收音机、计算机和几乎任何视频或通讯设备中广泛存在。以下的讨论需要线性代数以及概率论的一般知识。卡尔曼滤波建立在线性代数和隐马尔可夫模型(hiddenMarkovmodel)上。其基本动态系统可以用一个马尔可夫链表示,该马尔可夫链建立在一个被高斯噪(即正态分布的噪声)干扰的线性算子上的。系统的状态可以用一个元素为实数的向量表示。随着离散时间的每一个增加,这个线性算子就会作用在当前状态上,产生一个新的状态,并也会带入一些噪声,同时系统的一些已知的控制器的控制信息也会被加入。同时,另一个受噪声干扰的线性算子产生出这些隐含状态的可见输出。

卡尔曼滤波是一种递归的估计,即只要获知上一时刻状态的估计值以及当前状态的观测值就可以计算出当前状态的估计值,因此不需要记录观测或者估计的历史信息。卡尔曼滤波器与大多数滤波器不同之处,在于它是一种纯粹的时域滤波器,它不需要像低通滤波器等频域滤波器那样,需要在频域设计再转换到时域实现。卡尔曼滤波器的状态由以下两个变量表示:X」;」,在时刻k的状态的估计;P;,,误差相关矩阵,度量估计值的精确程度。卡尔曼滤波器的操作包括两个阶段:预测与更新。在预测阶段,滤波器使用上一状态的估计,做出对当前状态的估计。在更新阶段,滤波器利用对当前状态的观测值优化在预测阶段获得的预测值,以获得一个更精确的新估计值。预测心fc-L—F句戏TA;-lP1P1=FfePfc-ifc-LF;-Q.,:(预测估计协方差矩阵)更新首先要算出以下三个量Y如一%'、 '(测量余量,measurementresidual)Sl=|H.;.-R.,:(测量余量协方差)K"=F.IH;S"(最优卡尔曼增益)然后用它们来更新滤波器变量x与P:j—Xj,J.IK.』.(更新的状态估计):P,;*更新的协方差估计)使用上述公式计算仅在最优卡尔曼增益的时候有效。使用其他增益的话,公式要复杂一些不变:(不变:(Invariant)如果模型准确,而且与P|i,i的值准确的反映了最初状态的分布,那么以下不变量就保持不变:所有估计的误差均值为零E[xA- =E[xjt-xjtfe-i]=0E[y.]且协方差矩阵准确的反映了估计的协方差:Pkk=Eg—E)PkFc-l=COT(X^s氐=wv(yfc)请注意,其中1ml表示•’的期望值,’顷mi;=1弘侦[实例考虑在无摩擦的、无限长的直轨道上的一辆车。该车最初停在位置0处,但时不时受到随机的冲击。我们每隔At秒即测量车的位置,但是这个测量是非精确的;我们想建立一个关于其位置以及速度的模型。我们来看如何推导出这个模型以及如何从这个模型得到卡尔曼滤波器。因为车上无动力,所以我们可以忽略掉Bk和u《由于F、H、R和Q是常数,所以时间下标可以去掉。车的位置以及速度(或者更加一般的,一个粒子的运动状态)可以被线性状态空间描述如下:其中是速度,也就是位置对于时间的导数。我们假设在(k1)时刻与k时刻之间,车受到处的加速度,其符合均值为0,标准差为气的正态分布。根据牛顿运动定律,我们可以推出必=+Gak其中F=[;f]且「逐]G=[&]我们可以发现Q=cov(Ga)=E[(G(3)(Ga.)T]=GE[^]Gr=G[^]GT=^GGr(因为a是一个标量)。a在每一时刻,我们对其位置进行测量,测量受到噪声干扰。我们假设噪声服从正态分布,均值为0,标准差为az。电=H跺+vk其中H=[10]且R=E[v两=忒如果我们知道足够精确的车最初的位置,那么我们可以初始化、-ro]xoo—并且,我们告诉滤波器我们知道确切的初始位置,我们给出一个协方差矩阵:如果我们不确切的知道最初的位置与速度,那么协方差矩阵可以初始化为一个对角线元素是B的矩阵,B取一个合适的比较大的数。B00B此时,与使用模型中已有信息相比,滤波器更倾向于使用初次测量值的信息。§推§推导后验协方差矩阵按照上边的定义,我们从误差协方差 开始推导如下:Pfefe=Eg-Xfcfe)代入翼,"Pfck=gg-(句fc-L+KM))再代入V」:Pkk=cs『g-(xfc|fc-i+Kk(zk—HjfcXjfcfc-1)))与尊Pkk=即g-(x*fc-i+KjbfHfcXjt+vA- i)))整理误差向量,得Pkk=g『(U—K让珀g-Xjfcfe-i)-Km)因为测量误差vk与其他项是非相关的,因此有P"=cs『((I—K&H肋X&—*』))+cov(Km)利用协方差矩阵的性质,此式可以写作P郴=(「-KtHfc)wv(Xfc-xtfc-i)(/-KkHk)T+Kfccov(vJK^使用不变量Pk|k-1以及Rk的定义这一项可以写作:P”.=〃K,H,:P..,,i'JK,H.:-KR,K.这一公式对于任何卡尔曼增益Kk都成立。如果Kk是最优卡尔曼增益,则可以进一步简化,请见下文。§最优卡尔曼增益的推导卡尔曼滤波器是一个最小均方误差估计器,后验状态误差估计(英文:aposterioristateestimate)是必—M也我们最小化这个矢量幅度平方的期望值,E[|x*一洪|对'],这等同于最小化后验估计协方差矩阵P雄的迹(trace)。将上面方程中的项展开、抵消,得到:Pfc/FPtfc-L—K^H&P&^_1—P& +KfcfHfcPfc+RJKf

-K同P&—-P.iHg+K&SK当矩阵导数是0的时候得到P雄的迹(trace)的最小值:dtr(P^fc)

dK&=—2(HJ\『l)t+2KaS"=0此处须用到一个常用的式子,如下:dtr(BAC)Bdtr(BAC)BtCt从这个方程解出卡尔曼增益K:k心"瓦Pg*KlPmtHJsL这个增益称为最优卡尔曼增益,在使用时得到最小均方误差。§后验误差协方差公式的化简在卡尔曼增益等于上面导出的最优值时,计算后验协方差的公式可以进行简化。在卡尔曼增益公式两侧的右边都乘以SkK”得到K囱K:=P"_LH[Kf根据上面后验误差协方差展开公式,P郴=Pfcfc-L—KfcHfcPfcfc-i— +K&S^Kf最后两项可以抵消,得到Pi=P&fc-i—K^HfcPfc占—l=(I-K处HQPm_l.这个公式的计算比较简单,所以实际中总是使用这个公式,但是需注意这公式仅在使用最优卡尔曼增益的时候它才成立。如果算术精度总是很低而导致数值稳定性出现问题,或者特意使用非最优卡尔曼增益,那么就不能使用这个简化;必须使用上面导出的后验误差协方差公式。自适应滤波器是能够根据输入信号自动调整性能进行数字信号处理的数字滤波蚩。作为对比,非自适应滤波器有静态的滤波器系数,这些静态系数一起组成传递函数对于一些应用来说,由于事先并不知道所需要进行操作的参数,例如一些噪声信号的特性,所以要求使用自适应的系数进行处理。在这种情况下,通常使用自适应滤波器,自适应滤波器使用反馈来调整滤波器系数以及频率响应。总的来说,自适应的过程涉及到将代价函数用于确定如何更改滤波器系数从而减小下一次迭代过程成本的算法。价值函数是滤波器最佳性能的判断准则,比如减小输入信号中的噪声成分的能力。随着数字信号处理器性能的增强,自适应滤波器的应用越来越常见,时至今日它们已经广泛地用于手机以及其它通信设备、数码录像机和数码照相机以及医疗监测设备中假设医院正在监测一个患者的心脏跳动,即心电图,这个信号受到50Hz(许多国家供电所用频率)噪声的干扰剔除这个噪声的方法之一就是使用50Hz的陷波滤波器(en:notchfilter)对信号进行滤波。但是,由于医院的电力供应会有少许波动,所以我们假设真正的电力供应可能会在47Hz到53Hz之间波动。为了剔除47到53Hz之间的频率的静态滤波器将会大幅度地降低心电图的质量,这是因为在这个阻带之内很有可能就有心脏跳动的频率分量。为了避免这种可能的信息丢失,可以使用自适应滤波器。自适应滤波器将患者的信号与电力供应信号直接作为输入信号,动态地跟踪噪声波动的频率。这样的自适应滤波器通常阻带宽度更小,这就意味着这种情况下用于医疗诊断的输出信号就更加准确。扩展卡尔曼滤波器在扩展卡尔曼滤波器(ExtendedKalmanFilter,简称EKF)中状态转换和观测模型不需要是状态的线性函数,可替换为(可微的)函数。Zfc=互&M)函数f可以用来从过去的估计值中计算预测的状态,相似的,函数h可以用来以

预测的状态计算预测的测量值。然而f和h不能直接的应用在协方差中,取而代之的是计算偏导矩阵(Jacobian)。在每一步中使用当前的估计状态计算Jacobian矩阵,这几个矩阵可以用在卡尔曼滤波器的方程中。这个过程,实质上将非线性的函数在当前估计值处线性化了。这样一来,卡尔曼滤波器的等式为:预测氟-L=『M-1,%。)Pfc|fcPfc|fc-1F靶k-1fc-LFf+Qfc使用Jacobians矩阵更新模型风=又七_诉_1皿风=又七_诉_1皿更新Sfc=HfcPfcKlPm—iHJS了爻5=急 +Kjty);Px=(F—K&HQPkfe-L预测如同扩展卡尔曼滤波器(EKF)一样,UKF的预测过程可以独立于UKF的更新过程之外,与一个线性的(或者确实是扩展卡尔曼滤波器的)更新过程合并来使用;或者,UKF的预测过程与更新过程在上述中地位互换亦可。外文文献翻译原文1Kalmanfiltering,alsoknownaslinearquadraticestimation(LQE),isanalgorithmthatusesaseriesofmeasurementsobservedovertime,containingnoise(randomvariations)andotherinaccuracies,andproducesestimatesofunknownvariablesthattendtobemoreprecisethanthosebasedonasinglemeasurementalone.Moreformally,theKalmanfilteroperatesrecursivelyonstreamsofnoisyinputdatatoproduceastatisticallyoptimalestimateoftheunderlyingsystemstate.ThefilterisnamedafterRudolf(Rudy)E.Kalman,oneoftheprimarydevelopersofitstheory.TheKalmanfilterhasnumerousapplicationsintechnology.Acommonapplicationisforguidance,navigationandcontrolofvehicles,particularlyaircraftandspacecraft.Furthermore,theKalmanfilterisawidelyappliedconceptintimeseriesanalysisusedinfieldssuchassignalprocessingandeconometrics.KalmanfiltersalsoareoneofthemaintopicsinthefieldofRoboticmotionplanningandcontrol,andsometimesincludedinTrajectoryoptimization.Thealgorithmworksinatwo-stepprocess.Inthepredictionstep,theKalmanfilterproducesestimatesofthecurrentstatevariables,alongwiththeiruncertainties.Oncetheoutcomeofthenextmeasurement(necessarilycorruptedwithsomeamountoferror,includingrandomnoise)isobserved,theseestimatesareupdatedusingaweightedaverage,withmoreweightbeinggiventoestimateswithhighercertainty.Becauseofthealgorithm'srecursivenature,itcanruninrealtimeusingonlythepresentinputmeasurementsandthepreviouslycalculatedstateanditsuncertaintymatrix;noadditionalpastinformationisrequired.ItisacommonmisconceptionthattheKalmanfilterassumesthatallerrortermsandmeasurementsareGaussiandistributed.Kalman'soriginalpaperderivedthefilterusingorthogonalprojectiontheorytoshowthatthecovarianceisminimized,andthisresultdoesnotrequireanyassumption,e.g.,thattheerrorsareGaussian.[1]HethenshowedthatthefilteryieldstheexactconditionalprobabilityestimateinthespecialcasethatallerrorsareGaussian-distributed.Extensionsandgeneralizationstothemethodhavealsobeendeveloped,suchastheextendedKalmanfilterandtheunscentedKalmanfilterwhichworkonnonlinearsystems.TheunderlyingmodelisaBayesianmodelsimilartoahiddenMarkovmodelbutwherethestatespaceofthelatentvariablesiscontinuousandwherealllatentandobservedvariableshaveGaussiandistributions.TheKalmanfiltersarebasedonlineardynamicsystemsdiscretizedinthetimedomain.TheyaremodelledonaMarkovchainbuiltonlinearoperatorsperturbedbyerrorsthatmayincludeGaussiannoise.Thestateofthesystemisrepresentedasavectorofrealnumbers.Ateachdiscretetimeincrement,alinearoperatorisappliedtothestatetogeneratethenewstate,withsomenoisemixedin,andoptionallysomeinformationfromthecontrolsonthesystemiftheyareknown.Then,anotherlinearoperatormixedwithmorenoisegeneratestheobservedoutputsfromthetrue("hidden")state.TheKalman

filtermayberegardedasanalogoustothehiddenMarkovmodel,withthekeydifferencethatthehiddenstatevariablestakevaluesinacontinuousspace(asopposedtoadiscretestatespaceasinthehiddenMarkovmodel).TheKalmanfilterisarecursiveestimator.Thismeansthatonlytheestimatedstatefromtheprevioustimestepandthecurrentmeasurementareneededtocomputetheestimateforthecurrentstate.Incontrasttobatchestimationtechniques,nohistoryofobservationsand/orestimatesisrequired.Inwhatfollows,thenotation、卜-representstheestimateof%attimengivenobservationsupto,andincludingattimem<nThestateofthefilterisrepresentedbytwovariables:*l」,theaposterioristateestimateattimekgivenobservationsuptoandincludingattimek;巳",theaposteriorierrorcovariancematrix(ameasureoftheestimatedaccuracyofthestateestimate).TheKalmanfiltercanbewrittenasasingleequation,howeveritismostoftenconceptualizedastwodistinctphases:"Predict"and"Update".Thepredictphaseusesthestateestimatefromtheprevioustimesteptoproduceanestimateofthestateatthecurrenttimestep.Thispredictedstateestimateisalsoknownastheaprioristateestimatebecause,althoughitisanestimateofthestateatthecurrenttimestep,itdoesnotincludeobservationinformationfromthecurrenttimestep.Intheupdatephase,thecurrentaprioripredictioniscombinedwithcurrentobservationinformationtorefinethestateestimate.Thisimprovedestimateistermedtheaposterioristateestimate.Typically,thetwophasesalternate,withthepredictionadvancingthestateuntilthenextscheduledobservation,andtheupdateincorporatingtheobservation.However,thisisnotnecessary;ifanobservationisunavailableforsomereason,theupdatemaybeskippedandmultiplepredictionstepsperformed.Likewise,ifmultipleindependentobservationsareavailableatthesametime,multipleupdatestepsmaybeperformed(typicallywithdifferentobservationmatricesHk).网冯§PredictPfeifc-i=FfcPfc-ife-LPfeifc-i=FfcPfc-ife-LPredicted(apriori)estimatecovariance§Update以=瓦一HfeXfeq_LInnovation(orresidual)covarianceOptimalKalmangainK,=…氏S:Updated(aposteriori)stateestimatefc=fc-i+KfeYfe以=瓦一HfeXfeq_LInnovation(orresidual)covarianceOptimalKalmangainK,=…氏S:Updated(aposteriori)stateestimatefc=fc-i+KfeYfeUpdated(aposteriori)estimatecovarianceP"=(K让珀iTheformulafortheupdatedestimateandcovarianceaboveisonlyvalidfortheoptimalKalmangain.Usageofothergainvaluesrequireamorecomplexformulafoundinthederivations,section.InvariantsIfthemodelisaccurate,andthevaluesfor*'】'and'''accuratelyreflectthedistributionoftheinitialstatevalues,thenthefollowinginvariantsarepreserved:(allestimateshaveameanerrorofzero)E[xfc一标]=E[xfc一幻fe_i]=0E[yfc]=0whereE,Jistheexpectedvalueof',andcovariancematricesaccuratelyreflecttheInnovationormeasurementresidualcovarianceofestimatesX,.,:P…El:S,=EVI"Exampleapplication,technical[edit]Consideratruckonfrictionless,straightrails.Initiallythetruckisstationaryatposition0,butitisbuffetedthiswayandthatbyrandomuncontrolledforces.WemeasurethepositionofthetruckeverecMds,butthesemeasurementsareimprecise;wewanttomaintainamodelofwherethetruckisandwhatitsvelocityis.Weshowherehowwe

derivethemodelfromwhichwecreateourKalmanfilter.Since'■areconstant,theirtimeindicesaredropped.Thepositionandvelocityofthetruckaredescribedbythelinearstatespacewhereisthevelocity,thatis,thederivativeofpositionwithrespecttotime.Weassumethatbetweenthe(k-1)andktimestepuncontrolledforcescauseaconstantaccelerationofakthatisnormallydistributed,withmean0andstandarddeviationaa.FromNewton'slawsofmotionweconcludethat=Fx『l+G诳(notethatthereisnoBtttermsincewehavenoknowncontrolinputs.Instead,weassumethatakistheeffectofanunknowninputandGappliesthateffecttothestatevector)where11 At01andsothatwhere*JQ'andwhere*JQ'sothatwhere*JQ'andwhere*JQ'andFit4AZ2Ateachtimestep,anoisymeasurementofthetruepositionofthetruckismade.Letussupposethemeasurementnoisevkisalsonormallydistributed,withmean0andstandarddeviationaz.whereH=[10]andR=EgM]=EWeknowtheinitialstartingstateofthetruckwithperfectprecision,soweinitializeandtotellthefilterthatweknowtheexactpositionandvelocity,wegiveitazerocovariancematrix:Iftheinitialpositionandvelocityarenotknownperfectlythecovariancematrixshouldbeinitializedwithasuitablylargenumber,sayL,onitsdiagonal.Thefilterwillthenprefertheinformationfromthefirstmeasurementsovertheinformationalreadyinthemodel.DerivingtheaposterioriestimatecovariancematrixStartingwithourinvariantontheerrorcovariancePk|kasabovePkk —海fc)substituteinthedefinitionof'们‘Pkk=Eg-(Mk-L+K应Q)andsubstitute"Pfck=csg-(丸阵i+K认勤—HKA-l)))andPkk= -i+K认+棒一Ha丸&_[)))andbycollectingtheerrorvectorsweget

Pfek= —KqH"(Xq—xkfc-L)—Km)Sincethemeasurementerrorvkisuncorrelatedwiththeotherterms,thisbecomesP^fe= —K处HQ(x&—交*_L))+tg(K“QbythepropertiesofvectorcovariancethisbecomesPi=(I-KfcHfc)cov(Xfc- KuH&)T+K小gvQKfwhich,usingourinvariantonPk|k1andthedefinitionofRkbecomesP&t=(2-KfcH0P^-i(/-K.H,)t+K.R.K!Thisformula(sometimesknownasthe"Josephform"ofthecovarianceupdateequation)isvalidforanyvalueofKk.ItturnsoutthatifKkistheoptimalKalmangain,thiscanbesimplifiedfurtherasshownbelow.KalmangainderivationTheKalmanfilterisaminimummean-squareerrorestimator.Theerrorintheaposterioristateestimationisx*—%耙vector,1vector,1-:司& ;Thisisequivalenttominimizingthetraceoftheaposterioriestimatecovariancematrix『肉七Byexpandingoutthetermsintheequationaboveandcollecting,weget:P"=Pm—i-K&H&P电—-P岳 +K认HRjH?+RQKf=P&=P&fc-LK&HR——P&iHK+K乱KfThetraceisminimizedwhenitsmatrixderivativewithrespecttothegainmatrixiszero.Usingthegradientmatrixrulesandthesymmetryofthematricesinvolvedwefindthat'黑,)=-2(HfePfc|fc_L)T+2K囱=0.SolvingthisforKkyieldstheKalmangain:KtSfc=(HRi)T=P&卜顶

K=PetH?S:Thisgain,whichisknownastheoptimalKalmangain,istheonethatyieldsMMSEestimateswhenused.SimplificationoftheaposteriorierrorcovarianceformulaTheformulausedtocalculatetheaposteriorierrorcovariancecanbesimplifiedwhentheKalmangainequalstheoptimalvaluederivedabove.MultiplyingbothsidesofourKalmangainformulaontherightbySkKkT,itfollowsthatTReferringbacktoourexpandedformulafortheaposteriorierrorcovariance,P郴=P&fc-i—K&H&P&fc-i—Pfc +Kj岛K;wefindthelasttwotermscancelout,givingPfck=Pkfc-i—K^H牝P#—=(J— fc-t-Thisformulaiscomputationallycheaperandthusnearlyalwaysusedinpractice,butisonlycorrectfortheoptimalgain.Ifarithmeticprecisionisunusuallylowcausingproblemswithnumericalstability,orifanon-optimalKalmangainisdeliberatelyused,thissimplificationcannotbeapplied;theaposteriorierrorcovarianceformulaasderivedabovemustbeused.Anadaptivefilterisasystemwithalinearfilterthathasatransferfunctioncontrolledbyvariableparametersandameanstoadjustthoseparametersaccordingtoanoptimizationalgorithm.Becauseofthecomplexityoftheoptimizationalgorithms,mostadaptivefiltersaredigitalfilters.Adaptivefiltersarerequiredforsomeapplicationsbecausesomeparametersofthedesiredprocessingoperation(forinstance,thelocationsofreflectivesurfacesinareverberantspace)arenotknowninadvanceorarechanging.Theclosedloopadaptivefilterusesfeedbackintheformofanerrorsignaltorefineitstransferfunction.Generallyspeaking,theclosedloopadaptiveprocessinvolvestheuseofacostfunction,whichisacriterionforoptimumperformanceofthefilter,tofeedanalgorithm,which

determineshowtomodifyfiltertransferfunctiontominimizethecostonthenextiteration.Themostcommoncostfunctionisthemeansquareoftheerrorsignal.Asthepowerofdigitalsignalprocessorshasincreased,adaptivefiltershavebecomemuchmorecommonandarenowroutinelyusedindevicessuchasmobilephonesandothercommunicationdevices,camcordersanddigitalcameras,andmedicalmonitoringequipment.Assumingthehospitalismonitoringapatient'sheartbeating,namely,ECG,the

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论