搜索资源列表
3
- 数值分析 显示算法 非线弹性 滞回曲线-Numerical analysis showed that the algorithm the linear elastic hysteresis curve
Bouc-Wen
- Bouc-Wen非线性滞回模型仿真程序,通过此程序可观察Bouc-Wen模型中各参数对其所描述的滞回曲线形状的影响-Bouc-Wen nonlinear hysteretic model simulation program, described by the Bouc-Wen model parameters on the hysteresis curve shape can be observed through this program
friction-damper
- 应用MATLAB/Simulink建模,模拟了地震波作用下双线性摩擦阻尼器的滞回曲线。-Simulation of bilinear hysteretic curve of friction damper
area_of_zhihui
- 自己编的,实验数据中滞回曲线的面积计算,采用MATLAB编写。-calculate the experimental data hysteresis curve area
从滞回曲线提取骨架曲线点Matlab程序
- 钢筋混凝土低周往复加载试验从滞回曲线提取骨架点(Skeleton point extraction of hysteresis curve)
滞回数据1111
- 滞回曲线个滞回环的数据提取与处理以及峰值荷载的标记(Data piecewise extraction)
TJFiber_v2_std32
- 有限元软件ABAQUS混凝土滞回曲线子程序模拟(ABAQUS concrete hysteretic)
从滞回曲线提取骨架曲线点Matlab程序
- 实际工程试验应用,从滞回曲线中提取骨架曲线(it will help solve some qusetions)
Frame-Curve
- 利用matlab,可以实现在matlab中从滞回曲线中提取骨架曲线,避免用origin描点(Extracting the MATLAB of the skeleton curve in the hysteresis curve)
read
- 用matlab画滞回曲线,每圈都能用不同颜色分开(Draw hysteretic curve, each circle can be separated by different colors)
滞回环面积
- 滞回曲线求耗能面积,力位移曲线,每圈面积,与Excel交互(Force-displacement curve, area per circle, interaction with Excel)
附件
- (跟着做)Abaqus滞回曲线模拟详细教程,非常实用非常详细((volg het) Abaqus hysteresiscurve simulatie gedetailleerde zelfstudie, zeer praktisch en zeer gedetailleerd)
circlenum2
- MATLAB编程中,用于滞回曲线每一圈的分离(Hysteretic curve separation)
CHE
- 利用matlab绘制骨架曲线与滞回曲线并求解累积滞回耗能刚度退化和强度退化等(Drawing skeleton curve and hysteresis curve)
ExtractSkeleton
- 从滞回曲线中提取骨架曲线,程序使用matlab,生成数据导入表格绘图(extract skeleton curve)
YPD_20190308
- 滞回曲线分析 计算能量耗散系数 滞回曲线的加载圈数(Press the Analyze button, and the hysteretic loop will be decomposed into separate loops, from which the hysteresis loop area, secant stiffness, equivalent viscous damping coefficient are obtained.)
Hysteresis-to-Backbone
- 该代码将提取抗震试验的滞回曲线,形成骨架曲线,大大简化了数据的处理过程。可将其添加到MATLAB 的APP 中直接使用。还有几个命令流是ANSYS中提取结构刚度矩阵的代码。(This code will extract the hysteresis curve of the seismic test to form a skeleton curve, which greatly simplifies the data processing process. It can be added to
求面积
- 可以快速实现从滞回曲线中提取到骨架曲线的一种算法,运行速度快,且稳定。(This algorithm can extract skeleton curve from hysteretic curve quickly and stably.)
求滞回曲线耗能
- 可以快速实现从滞回曲线中计算耗能面积,和耗能系数,运行速度快,且稳定。(It can calculate the energy consumption area from the hysteretic curve quickly and stably.)
matlab代码
- 在命令行输入%%滞回曲线 t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)),可得滞回曲线(Enter the%% hysteresis curve on the command line t0=0; tf=20; x0=[0 0 0] [t,x]=ode45('Lorenz',[t0 tf],x0); plot(x(:,1),x(:,3)))