资源简介
基于MATLAB实现的 二维有限差分正演模拟程序 PML边界条件 可直接用于RTM
代码片段和文件信息
function [seisbc_topbc_bottombc_leftbc_rightbc_p_ntbc_p_nt_1]...
=a2d_mod_abc24(vnbcdxntdtssxszgxgzisFS)
% Copyright (C) 2010 Center for Subsurface Imaging and Fluid Modeling (CSIM)
% King Abdullah University of Science and Technology All rights reserved.
%
% author: Xin Wang
% email: xin.wang@kaust.edu.sa
% date: Sep 26 2012
% purpose: 2DTDFD solution to acoustic wave equation with accuracy of 2-8
% use the absorbing boundary condition
%
% IN v(::) -- velocity nbc -- grid number of boundary
% dx -- grid intervel nt -- number of sample
% dt -- time interval s(:) -- wavelet
% sxsz -- src position gx(:)gz(:) -- rec position
% isFS -- if is Free Surface condition
% OUT seis(::) -- Output seismogram
% bc_top(:::) -- array for storing top boundary condition
% bc_bottom(:::) -- array for storing bottom boundary condition
% bc_left(:::) -- array for storing left boundary condition
% bc_right(:::) -- array for storing right boundary condition
% bc_p_nt(::) -- array for storing the last time step wavefield
% bc_p_nt_1(::) -- array for storing the second last time step wavefield
seis=zeros(ntnumel(gx));[nznx]=size(v);
ng=numel(gx);
c1 = -2.5; c2 = 4.0/3.0相关资源
- matlab_OFDM调制解调(来自剑桥大学)
- OFDM系统MATLAB仿真代码
- MIMO-OFDM无线通信技术及MATLAB实现_孙锴
- OFDM_and_MC-CDMA_for_Broadband_Multi-User_Comm
- 基于MATLAB的OFDM系统仿真及分析
- 声波方程数值模拟 FD方法
- OFDM通信系统matlab实现
- 基于Matlab的OFDM系统仿真的设计
- 基于OFDMA系统的多用户资源分配算法,
- 基于MATLAB的OFDM系统仿真及性能分析
- 基于自适应压扩法降低OFDM系统的峰均
- 多用户资源分配
- MIMO-OFDM无线通信技术及MATLAB实现
- 基于 MATLAB 的滤波器设计 (fdatool使用
- MIMO-OFDM+WIRELESS+COMMUNICATIONS+WITH+MATLAB
- FDTD 的经典英文书籍
- 一篇很详细的关于OFDM原理和仿真的论
- 基于matlab的mimo-ofdm的信道估计
- MIMOOFDM 极化码 MATLAB
- OFDM-MIMOMATLAB
- 用有限差分法求解矩形域上的Poisson方
- 基于MATLAB的OFDM通信系统模型的仿真毕
- AF、DF协议的MATLAB仿真
- ofdm系统matlab仿真源代码
- OFDM系统MATLAB仿真.zip
- 孤单算法仿真matlab2016 AFDPF
- 多份OFDM仿真的MATLAB仿真代码,以及相
- MIMO-OFDM无线通信技术及MATLAB实现英文
- MIMO和OFDM及matlab实现
-
OFDM simuli
nk仿真
川公网安备 51152502000135号
评论
共有 条评论