资源简介
弹性波波场模拟matlab程序SoundSim_ElasticEngine2D
代码片段和文件信息
function [ CatchAline ] = RunElastic2D_lambwave( input_args )
% SoundSim - 2D Elastic Simulation - For Academic Use Only
% -------------------------------------------------------------------------------------
% Limited Feature Beta Release of a SoundSim (www.SoundSim.com)
% Please Send all Questions Suggestions and Comments to kevinrudd@SoundSim.com
% -------------------------------------------------------------------------------------
% Lamb Wave Example (Guided Elastic Wave)-
% An 5 cycle 0.68 MHz excitation on a 3.2mm thick Aluminum Plate.
% As the guided waves propagate down the plate The first symmetric (So)
% and anti-symmetric Modes (Ao) separate and are easily distinguishable.
%
%
% Aprox. Material Values From
% Stress Waves in Solids (H. Kolsky) Dover 1963
% Material Properties Aluminum Steel Copper Glass
p.cl = 6320; % Longitudinal Wave Speed (m/s) 6320 5940 4560 5800
p.cs = 3100; % Sheer Wave Speed (m/s) 3100 3220 2250 3350
p.den = 2700; % Material density (kg/m^3) 2700 7800 8900 2500
p.platethickness = 0.0032; % plate thickness (meters) (in x2-direction)
p.platelength = 0.30; % plate length (meters) (in x1-direction)
% Driving Transducer Properties
% -- These parameters adust the transducer position size frequency and drive function length
% -- of the driving transducer. The transducer is on the top of the plate.
p.tpos = 0.025; % transducer position (meters) - from left side of the plate
p.tthickness = 0.001; % transducer diameter (meters) - this is 2D
p.tfreq = 680000; % frequency of transducer (Hertz)
p.tpulselength = (5)*(1/(p.tfreq)); % transducer pulse length (seconds)
% Catch Transducer Properties
% -- These parameters adjust the catch transducer location and size. Again this transducer is
% -- can only be placed on the top of the plate
p.catchtpos = 0.25; % catch transducer position (meters) - from left side of the plate
p.catchtthickness = 0.001; % catch transducer diameter (meters) - this is 2D
% Other Params
p.abc = 40; % thickness of absorbing boundary layer (in simulation units ds) Only on left and right
p.plotevery = 3; % update the plot every timesteps
p.SimulationTime =.00012; % siulation runtime (seconds)
p.plotmode = ‘x2_velocity‘; % plot mode (‘abs_velocity‘ = absolute velocity);
% (‘x1_velocity‘ = velocity in the x1 position (left and right))
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 3164 2006-07-31 16:20 RunElastic2D_lambwave.m
文件 3230 2006-07-31 16:21 RunElastic2D_steelblock.m
文件 136491 2006-07-31 16:19 SoundSim_2DElastic_Readme.pdf
文件 13287 2006-07-31 16:19 SoundSim_ElasticEngine2D.p
- 上一篇:基于matlab离散信号去噪
- 下一篇:MVDRCapon波束形成DO估计.zip
相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- Matlab路面裂缝识别69319
- 高灵敏度GPS接收机MATLAB仿真,附捕获
- 基于MATLAB的质点弹道计算与外弹道优
- 阵列天线的matlab仿真
- MATLAB 经典程序源代码大全
- MATLAB小波软阈值去噪代码33473
- 天线阵的波束形成在MATLAB仿真程序及
- 非线性SVM算法-matlab实现
- 《MATLAB 智能算法超级学习手册》-程序
- 组合导航matlab程序
- 读取txt文件内容matlab代码实现
- Matlab实现基于相关的模板匹配程序
- matlab优化工具箱讲解
- 基于MATLAB的快速傅里叶变换
- 光纤传输中的分布傅立叶算法matlab实
- 基于matlab的图像处理源程序
- matlab 椭圆拟合程序
- 算术编码解码matlab源代码
- optical_flow 光流法 matlab 实现程序
- 引导图像滤波器 Matlab实现
- 分形几何中一些经典图形的Matlab画法
- OFDM系统MATLAB仿真代码
- SVM工具箱(matlab中运行)
- 图像小波变换MatLab源代码
- LU分解的MATLAB实现
- 冈萨雷斯数字图像处理matlab版(第三
- 替代数据法的matlab程序
- 用matlab实现的多站定位系统性能仿真
- 通过不同方法进行粗糙集属性约简m
川公网安备 51152502000135号
评论
共有 条评论