Large Data in MATLAB: A Seismic Data Processing Case Study

版本 1.0.1.1 (4.6 MB) 作者: Stuart Kozola
These are the files used in the webinar on Feb. 23, 2011.
19.0K 次下载
更新时间 2016/9/1

查看许可证

You can watch the archived version of this webinar at http://www.mathworks.com/videos/large-data-in-matlab-a-seismic-data-processing-case-study-81792.html (recommended).
The demos show how to manage out of memory data using a memory mapped file and customizing the object for array indexing. This enables reuse of the memory mapped file inside functions or with parallel computing without needing to rewrite code or recreate the memory mapped file on each worker manually.
The data files are not inlcluded in this download. Read the README file to locate the public data sources on the internet.

The demo also shows how to speed up the solution of the wave equation (finite difference PDE) using a custom CUDA kernel. The relative speedup observed was around 1.6X.

The demos start with:
1 - and introduction to seismic analysis (Kirchhoff migration, reverse time migration)

2 - Large data extension of the functionality shown in (1) and parallel computing for speeding up the processing time

3 - GPU extension to (1) showing how to use a custom CUDA kernel to solve the wave equation compared to a MATLAB implementation (written in vectorized form)

引用格式

Stuart Kozola (2024). Large Data in MATLAB: A Seismic Data Processing Case Study (https://www.mathworks.com/matlabcentral/fileexchange/30585-large-data-in-matlab-a-seismic-data-processing-case-study), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010b
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Parallel Computing 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.1.1

Updated license

1.0.1.0

updated webinar link

1.0.0.0