资源简介
阶次分析matlab代码,可以供相关专业人员下载学习应用。
代码片段和文件信息
function z=mmintgrl(xy);
nx=length(x);
dx=x(2:nx)-x(1:nx-1);
ny=length(y);
yave=(y(2:ny)+y(1:ny-1))/2;
z=[0cumsum(dx.*yave)];
z=z-mean(z);
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4871 2012-06-21 17:21 order-track---prg\order track prg\jieci_emd.txt
文件 150 2012-06-21 17:21 order-track---prg\order track prg\mmintgrl.m
文件 356 2012-06-21 17:21 order-track---prg\order track prg\zcy2.m
目录 0 2012-06-21 17:22 order-track---prg\order track prg
目录 0 2018-02-07 11:33 order-track---prg
----------- --------- ---------- ----- ----
5377 5
相关资源
- introduction to audio analysis: a matlab appro
- MATLAB Codes for Finite Element Analysis
- intlab_v6.0工具箱+其使用说明Introducti
- The Finite Element Method for Thermal and Stre
- radarsignalanalysisandprocessingusingmatlab.pd
- Linear Feedback Control Analysis and Design wi
- Antenna Theory Analysis and Design(源码)
- Matlab高阶统计量工具箱(高阶谱)H
- introduction to audio analysis: a matlab appro
- Introductionto Matrix Analysis
- Finite Element Analysis Theory and Application
- 齿轮信号处理程序
- kkphoon.Simulation of second-order processes u
- DFA(Detrended fluctuation analysis) matlab
- graph Analysis Toolbox of Matlab
- Classification matlab code - Quadratic Discrim
- fractional_order_PID_controller.mdl
- Radar Systems Analysis and Design Using Matlab
- Micro-Doppler-analysis-of-vibrating 基于旋转
- Analysis of micro Doppler signatures 微多普勒
- 语音信号时频分析 (the basic analysis
- IEEE39节点系统下分析各支路暂态稳定
- -MATLAB Codes for Finite Element Analysis
- matlab实现tca(temporal cluster analysis)算
- 轴承故障检测(bearing envelope analysis
- passage-3 本程序是mazen.O的经典论文:
- RS 信息隐藏里LSB隐写方案的RS分析方法
- fractional-order-PID 分数阶图形界面
- FSO_Analysis 自由空间光通信系统在大气
- BD_GMD_THP_v11_meanpower_user_order_stream_red
评论
共有 条评论