⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rainflow.m

📁 matlab雨流算法。The rain flow algorithm code has been prepared according to the ASTM standard (Standard p
💻 M
字号:
% RAINFLOW cycle counting.
%   RAINFLOW counting function allows you to extract 
%   cycle from random loading.
%
% SYNTAX
%   rf = RAINFLOW(ext)
%   rf = RAINFLOW(ext, dt)
%   rf = RAINFLOW(ext, extt)
%
% OUTPUT
%   rf - rainflow cycles: matrix 3xn or 5xn dependend on input,
%     rf(1,:) Cycles amplitude,
%     rf(2,:) Cycles mean value,
%     rf(3,:) Number of cycles (0.5 or 1.0),
%     rf(4,:) Begining time (when input includes dt or extt data),
%     rf(5,:) Cycle period (when input includes dt or extt data),
%
% INPUT
%   ext  - signal points, vector nx1, ONLY TURNING POINTS!,
%   dt   - sampling time, positive number, when the turning points
%          spaced equally,
%   extt - signal time, vector nx1, exact time of occurrence of turning points.
%
%
%   See also SIG2EXT, RFHIST, RFMATRIX, RFPDF3D.

%   RAINFLOW
%   Copyright (c) 1999-2002 by Adam Nieslony,
%   MEX function.

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -