登录
首页 » matlab » 雨流计数法matlab程序

雨流计数法matlab程序

于 2017-06-14 发布 文件大小:107KB
0 185
下载积分: 1 下载次数: 39

代码说明:

  雨流计数法又可称为“塔顶法”,是由英国的Matsuiski和Endo 两位工程师提出的, 距今已有50 多年。雨流计数法主要用于工程界, 特别在疲劳寿命计算中运用非常广泛。把应变-时间历程数据记录转过90°,时间坐标轴竖直向下, 数据记录犹如一系列屋面, 雨水顺着屋面往下流, 故称为雨流计数法。雨流计数法对载荷的时间历程进行计数的过程反映了材料的记忆特性,具有明确的力学概念,因此该方法得到了普遍的认可。(The rain stream counting method, also known as the tower top method, was proposed by two engineers in the UK, Matsuiski and Endo, for more than 50 years. The rain flow counting method is mainly used in the engineering field, especially in the calculation of fatigue life. Record the strain time history data by 90 degrees, and the time axis is vertical downward. The data record is like a series of roof. The rain water flows down the roof, so it is called the rain flow counting method. The counting process of the rain flow counting method reflects the memory characteristics of the material and has a definite mechanical concept. Therefore, this method has been widely accepted.)

文件列表:

雨流计数法\index.html
雨流计数法\license.txt
雨流计数法\rainflow.c
雨流计数法\rainflow.dll
雨流计数法\rainflow.m
雨流计数法\rfdemo1.m
雨流计数法\rfdemo2.m
雨流计数法\rfhist.m
雨流计数法\rfmatrix.jpg
雨流计数法\rfmatrix.m
雨流计数法\rfmatrix.png
雨流计数法\sig2ext.m
雨流计数法

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • timer
    timedelay setting for chipcon 2530
    2010-09-16 22:53:37下载
    积分:1
  • Untitled3
    用MATLAB绘制voroni图,随机产生点数,边界区域可调。(Using MATLAB to draw voroni diagram, the number of points is generated randomly and the boundary area can be adjusted.)
    2018-06-04 15:10:03下载
    积分:1
  • C# 泛型列表List用法示例
    C# 泛型列表List用法示例,从给出的人员名单中,过滤人员名称中以"科"结束的序列,遍历查询结果。   private void Frm_Main_Load(object sender, EventArgs e)   {    List People = new List{//创建人员列表    new Person(1,"王*科"),    new Person(2,"王*科"),    new Person(3,"赵*东")};    var query = from p in People//过滤人员名称中以"科"结束的序列    where p.Name.EndsWith("科")    select new    {    人员ID = p.ID,    人员姓名 = p.Name    };    foreach (var item in query)//遍历查询结果    {    label1.Text += item + " ";    }   }   }   public class Person   {    public Person(int id, string name)    {    this.ID = id;    this.Name = name;    }    public int ID { get; set; }//人员ID    public string Name { get; set; }//人员姓名   }
    2023-01-08 20:45:03下载
    积分:1
  • ATR价格突破策略
    说明:  ATR价格突破策略,非常好用,免费提供给大家(ATR price breakthrough strategy, very useful, free to everyone)
    2020-06-20 16:40:02下载
    积分:1
  • 即模式提取算法源程序
    即模式提取算法源程序-that model extraction algorithm source
    2022-12-15 01:05:03下载
    积分:1
  • kinetics
    多元统计分析中用来分析数据的一种方法,它是用一种较少数量的特征对样本进行描述以达到降低特征空间维数的方法(A method used to analyze data in multivariate statistical analysis. It uses a small number of features to describe samples in order to reduce the dimension of feature space.)
    2020-06-17 08:00:02下载
    积分:1
  • 简单计算器
    说明:  一个交互式的计算器。 1. 用顺序表来完成任意同维度向量的计算,包括加法、减法、夹角余弦值等。 2. 使用顺序表、链表来完成任意一元多项式的计算,包括加法、减法、乘法、导数(包括任意阶)等。 4. 四则运算表达式求值。 5. 含单变量的表达式求值。 6. 定义并运行简单函数。 7. 保留函数定义历史,并可以运行历史函数。 8. 函数的调用。 9. 操作数的各种字面常量的处理。 10. 支持矩阵的运算。(An interactive calculator. 1. Complete the calculation of any vector of the same dimension with the sequence table, including addition, subtraction, angle cosine value and so on. 2. Use order list and chain list to complete the calculation of any one-variable polynomial, including addition, subtraction, multiplication, derivative (including any order), etc. 4. Four Operational Expressions. 5. Evaluation of expressions with univariates. 6. Define and run simple functions. 7. Retain function definition history and run history function. 8. Call of function. 9. Processing of literal constants of operands. 10. Supporting matrix operations.)
    2020-10-21 12:27:24下载
    积分:1
  • sumo
    sumo仿真生成文件,用于嵌入到ns2中(Sumo simulation generation file used in ns2)
    2020-06-30 06:20:02下载
    积分:1
  • EightClocksMaths
    说明:  可能过MATLAB直接生成代码,以驱动步进电机。八拍(It is possible to generate code directly through MATLAB to drive stepper motors. Eight beat)
    2019-05-14 00:40:58下载
    积分:1
  • vueTree
    JS采用VUE制作无限极树形结构菜单展开收缩代码(JS uses VUE to make infinite pole tree menu to expand shrinkage code)
    2019-05-05 12:02:49下载
    积分:1
  • 696524资源总数
  • 103771会员总数
  • 43今日下载