Code for muting seismic traces

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

Jan
Jan 2013년 9월 24일
Please do not post a thread multiple times. I've delete the duplicate question.
The question is much too vague to allow an efficient and sufficient answer. Please post more details by editing the question (not as comment or pseudo-answer).
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일

0 개 추천

Tell us why
mutedSignal = signal;
mutedSignal(abs(signal)>threshold) = 0;
won't work.

카테고리

도움말 센터File Exchange에서 Seismology에 대해 자세히 알아보기

제품

태그

질문:

2013년 9월 24일

Community Treasure Hunt

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

Start Hunting!

Translated by