Code for muting seismic traces

6 次查看(过去 30 天)
Hamed
Hamed 2013-9-24
Hi guys, is there any code for muting seismic traces? I mean top mute and bottom mute.I want to pich times in every trace and the convert all the amplitudes of smaller times to zero. some codes do this interactively by clicking on the imag
e.the image is related to ZPLOT software.
  3 个评论
Image Analyst
Image Analyst 2013-9-24
编辑:Image Analyst 2013-9-24
Attach a screenshot, code, or data using the paper clip icon.
Image Analyst
Image Analyst 2013-9-24
What form is the data in? A 2D array? A 1D array? What does "Mute" mean to you?

请先登录,再进行评论。

回答(1 个)

Image Analyst
Image Analyst 2013-9-24
Tell us why
mutedSignal = signal;
mutedSignal(abs(signal)>threshold) = 0;
won't work.

类别

Help CenterFile Exchange 中查找有关 Seismology 的更多信息

标签

产品

Community Treasure Hunt

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

Start Hunting!

Translated by