matlab中频谱与功率谱密度代码-obmMatlabTools:我的个人Matlab工具箱,其中包含您可能会发现有用的代码!

上传者: 38501363 | 上传时间: 2024-04-10 21:06:10 | 文件大小: 134KB | 文件类型: ZIP
matlab中频谱与功率谱密度代码obmMatlab工具 我多年来为自己的工作编写的Matlab函数。 该存储库正在不断开发中,并包含我的其他存储库所调用的几个功能。 此外,还有一个文件夹(byOthers)具有其他人编写的常规功能,我决定将其包含在我的个人编码工具包中。 尽管这些功能在设计时主要考虑了海洋数据分析,但是其中大多数功能都是相当通用的,可以通过多种方式组合起来以帮助您实现目标。 请参阅一些我发现的函数示​​例,这些示例在各种情况下特别有用,希望它们对那里的许多人有所帮助。 插值: 假设您要线性插值(在1D中)在t处指定的变量(数据)。 你可以做: datainterp = interp1overnans(t, data, tinterp, maxgap) 可变数据可以是向量或矩阵,在这种情况下,每列都单独插值。 该函数会处理NaN,以便用内插值填充间隙(NaN位置)。 上面函数的最后2个输入是可选的。 输入tinterp明确定义了要插入的位置, maxgap定义了可以插入的间隙长度的上限。 简介:此函数无视NaN(而interp1则不这样做),而maxgap避免了在我们不

文件下载

资源详情

[{"title":"( 114 个子文件 134KB ) matlab中频谱与功率谱密度代码-obmMatlabTools:我的个人Matlab工具箱,其中包含您可能会发现有用的代码!","children":[{"title":"plotArrows.m <span style='color:#111;'> 16.67KB </span>","children":null,"spread":false},{"title":"defineNaNregions.m <span style='color:#111;'> 11.00KB </span>","children":null,"spread":false},{"title":"myleastsqrs.m <span style='color:#111;'> 9.32KB </span>","children":null,"spread":false},{"title":"obmmovies.m <span style='color:#111;'> 9.31KB </span>","children":null,"spread":false},{"title":"obmPSpec.m <span style='color:#111;'> 9.05KB </span>","children":null,"spread":false},{"title":"subsetStruct.m <span style='color:#111;'> 7.85KB </span>","children":null,"spread":false},{"title":"extrap1fromgrad.m <span style='color:#111;'> 7.59KB </span>","children":null,"spread":false},{"title":"ezplotstruct.m <span style='color:#111;'> 7.44KB </span>","children":null,"spread":false},{"title":"sliding_harmonicfit.m <span style='color:#111;'> 6.47KB </span>","children":null,"spread":false},{"title":"split_sequence_gaps_refs.m <span style='color:#111;'> 5.92KB </span>","children":null,"spread":false},{"title":"slidingHarmFit.m <span style='color:#111;'> 5.23KB </span>","children":null,"spread":false},{"title":"obmRunMean.m <span style='color:#111;'> 4.81KB </span>","children":null,"spread":false},{"title":"trimNaNs.m <span style='color:#111;'> 4.71KB </span>","children":null,"spread":false},{"title":"sortHoop.m <span style='color:#111;'> 4.70KB </span>","children":null,"spread":false},{"title":"interp1general.m <span style='color:#111;'> 4.37KB </span>","children":null,"spread":false},{"title":"obmBinAvg.m <span style='color:#111;'> 4.13KB </span>","children":null,"spread":false},{"title":"interp1overnans.m <span style='color:#111;'> 4.08KB </span>","children":null,"spread":false},{"title":"extrap1overnans.m <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"bandPassFilter.m <span style='color:#111;'> 4.05KB </span>","children":null,"spread":false},{"title":"stackedShading.m <span style='color:#111;'> 3.53KB </span>","children":null,"spread":false},{"title":"rmTickLabels.m <span style='color:#111;'> 3.47KB </span>","children":null,"spread":false},{"title":"crossSpecRows.m <span style='color:#111;'> 3.47KB </span>","children":null,"spread":false},{"title":"regRunMean.m <span style='color:#111;'> 3.42KB </span>","children":null,"spread":false},{"title":"obmCrossSpec.m <span style='color:#111;'> 3.30KB </span>","children":null,"spread":false},{"title":"linEstMerge1D.m <span style='color:#111;'> 3.22KB </span>","children":null,"spread":false},{"title":"loop_minrms.m <span style='color:#111;'> 2.99KB </span>","children":null,"spread":false},{"title":"integrateSpec.m <span style='color:#111;'> 2.87KB </span>","children":null,"spread":false},{"title":"callCbrewer.m <span style='color:#111;'> 2.70KB </span>","children":null,"spread":false},{"title":"partialFit.m <span style='color:#111;'> 2.56KB </span>","children":null,"spread":false},{"title":"customErrorbar.m <span style='color:#111;'> 2.47KB </span>","children":null,"spread":false},{"title":"makeG.m <span style='color:#111;'> 2.37KB </span>","children":null,"spread":false},{"title":"crossSpecFromStruct.m <span style='color:#111;'> 2.32KB </span>","children":null,"spread":false},{"title":"slideOverAxes.m <span style='color:#111;'> 2.31KB </span>","children":null,"spread":false},{"title":"spectrarows.m <span style='color:#111;'> 2.29KB </span>","children":null,"spread":false},{"title":"countPtsSegs.m <span style='color:#111;'> 2.28KB </span>","children":null,"spread":false},{"title":"overlayline.m <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"apply2allaxes.m <span style='color:#111;'> 2.25KB </span>","children":null,"spread":false},{"title":"arrowPlotTransform.m <span style='color:#111;'> 2.23KB </span>","children":null,"spread":false},{"title":"sepColsNanPos.m <span style='color:#111;'> 2.22KB </span>","children":null,"spread":false},{"title":"makeSubPlots.m <span style='color:#111;'> 2.13KB </span>","children":null,"spread":false},{"title":"keepObjects.m <span style='color:#111;'> 2.12KB </span>","children":null,"spread":false},{"title":"newFigDims.m <span style='color:#111;'> 2.07KB </span>","children":null,"spread":false},{"title":"addnonan.m <span style='color:#111;'> 2.03KB </span>","children":null,"spread":false},{"title":"windowatt.m <span style='color:#111;'> 1.97KB </span>","children":null,"spread":false},{"title":"subsetfrom2Dplot.m <span style='color:#111;'> 1.96KB </span>","children":null,"spread":false},{"title":"ticknmarks.m <span style='color:#111;'> 1.90KB </span>","children":null,"spread":false},{"title":"createEmptyStruct.m <span style='color:#111;'> 1.86KB </span>","children":null,"spread":false},{"title":"rowcorr.m <span style='color:#111;'> 1.72KB </span>","children":null,"spread":false},{"title":"coloredScatter.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"subsetin2D.m <span style='color:#111;'> 1.68KB </span>","children":null,"spread":false},{"title":"initAxesAspectRatio.m <span style='color:#111;'> 1.67KB </span>","children":null,"spread":false},{"title":"dispforProgress.m <span style='color:#111;'> 1.64KB </span>","children":null,"spread":false},{"title":"plot2DdataStats.m <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":"plotFill.m <span style='color:#111;'> 1.63KB </span>","children":null,"spread":false},{"title":"basicgridding.m <span style='color:#111;'> 1.61KB </span>","children":null,"spread":false},{"title":"filtptsMedianOutlier.m <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"titleAll.m <span style='color:#111;'> 1.60KB </span>","children":null,"spread":false},{"title":"regressionSlope.m <span style='color:#111;'> 1.58KB </span>","children":null,"spread":false},{"title":"plotXYpanels.m <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"matchStructsCatArray.m <span style='color:#111;'> 1.50KB </span>","children":null,"spread":false},{"title":"findwithinbound.m <span style='color:#111;'> 1.49KB </span>","children":null,"spread":false},{"title":"sideOfLine.m <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"principAxes.m <span style='color:#111;'> 1.44KB </span>","children":null,"spread":false},{"title":"significDiff.m <span style='color:#111;'> 1.41KB </span>","children":null,"spread":false},{"title":"interpfast.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"setFigSize.m <span style='color:#111;'> 1.40KB </span>","children":null,"spread":false},{"title":"symSubArray.m <span style='color:#111;'> 1.39KB </span>","children":null,"spread":false},{"title":"addEmptyFields2matchStructs.m <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"labelfig.m <span style='color:#111;'> 1.36KB </span>","children":null,"spread":false},{"title":"makeArrowPlot.m <span style='color:#111;'> 1.34KB </span>","children":null,"spread":false},{"title":"sliceShading.m <span style='color:#111;'> 1.31KB </span>","children":null,"spread":false},{"title":"shadeAll.m <span style='color:#111;'> 1.26KB </span>","children":null,"spread":false},{"title":"linkaxesFigs.m <span style='color:#111;'> 1.25KB </span>","children":null,"spread":false},{"title":"plot3Dprof.m <span style='color:#111;'> 1.23KB </span>","children":null,"spread":false},{"title":"findBoundary.m <span style='color:#111;'> 1.20KB </span>","children":null,"spread":false},{"title":"linGaussEst.m <span style='color:#111;'> 1.15KB </span>","children":null,"spread":false},{"title":"splitContinousSegs.m <span style='color:#111;'> 1.13KB </span>","children":null,"spread":false},{"title":"filterHarmFit.m <span style='color:#111;'> 1.12KB </span>","children":null,"spread":false},{"title":"squareScatter.m <span style='color:#111;'> 1.11KB </span>","children":null,"spread":false},{"title":"csprodcoef.m <span style='color:#111;'> 1.07KB </span>","children":null,"spread":false},{"title":"tanhprofile.m <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"addRotSpec.m <span style='color:#111;'> 1.06KB </span>","children":null,"spread":false},{"title":"makeSegs.m <span style='color:#111;'> 1.04KB </span>","children":null,"spread":false},{"title":"unwrapPhase.m <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"matchColsNanPos.m <span style='color:#111;'> 1.01KB </span>","children":null,"spread":false},{"title":"plotLoopMovie.m <span style='color:#111;'> 1006B </span>","children":null,"spread":false},{"title":"closefigsbut.m <span style='color:#111;'> 997B </span>","children":null,"spread":false},{"title":"eof1d.m <span style='color:#111;'> 989B </span>","children":null,"spread":false},{"title":"errMagPhase.m <span style='color:#111;'> 973B </span>","children":null,"spread":false},{"title":"linkallaxes.m <span style='color:#111;'> 967B </span>","children":null,"spread":false},{"title":"textFig.m <span style='color:#111;'> 965B </span>","children":null,"spread":false},{"title":"mismatch2pol.m <span style='color:#111;'> 950B </span>","children":null,"spread":false},{"title":"initSquarePlot.m <span style='color:#111;'> 937B </span>","children":null,"spread":false},{"title":"wrapPhase.m <span style='color:#111;'> 888B </span>","children":null,"spread":false},{"title":"coeferror2var.m <span style='color:#111;'> 876B </span>","children":null,"spread":false},{"title":"defintx.m <span style='color:#111;'> 825B </span>","children":null,"spread":false},{"title":"interpcmap.m <span style='color:#111;'> 822B </span>","children":null,"spread":false},{"title":"remmean.m <span style='color:#111;'> 822B </span>","children":null,"spread":false},{"title":"addMirror.m <span style='color:#111;'> 749B </span>","children":null,"spread":false},{"title":"highpassBinAvg.m <span style='color:#111;'> 713B </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明