高效生成模拟地震样本以及时域显式法分析结构可靠度的蒙塔卡罗模拟我要分享

Monte Carlo simulation of efficient generation of simulated earthquake samples and time domain expli

关注次数: 260

下载次数: 0

文件大小: 1.91 kB

代码分类: 其他

开发平台: matlab

下载需要积分: 2积分

版权声明:如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

代码描述

中文说明:高效生成模拟地震样本以及结构可靠度分析的蒙塔卡罗模拟源代码只需要输入模拟随机地震样本次数,地震持续时间,强度,场地参数即可模拟生成地震样本后面为基于时域显式法的蒙塔卡罗模拟程序非常高效sample=1000; %地震样本个数Na=-pi;b=pi;omegag=15;zetag=0.6;  S0=0.0049;dt=0.05; %步长T=15;   %地震持续的时间


English Description:

The Monte Carlo simulation source code for efficient generation of simulated earthquake samples and structural reliability analysis only needs to input the number of simulated random earthquake samples, earthquake duration, strength and site parameters to generate earthquake samples. The Monte Carlo simulation program based on explicit time domain method is very efficient. Sample = 1000;% number of earthquake samples Na = - pi; b = pi; omegag = 15; zetag = 0.6; & nbsp; S0 = 0.0049; DT = 0.05;% step size t = 15; & nbsp;% duration of earthquake


代码预览

相关推荐