Borrar filtros
Borrar filtros

Code for muting seismic traces

6 visualizaciones (últimos 30 días)
Hamed
Hamed el 24 de Sept. de 2013
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 comentarios
Image Analyst
Image Analyst el 24 de Sept. de 2013
Editada: Image Analyst el 24 de Sept. de 2013
Attach a screenshot, code, or data using the paper clip icon.
Image Analyst
Image Analyst el 24 de Sept. de 2013
What form is the data in? A 2D array? A 1D array? What does "Mute" mean to you?

Iniciar sesión para comentar.

Respuestas (1)

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

Categorías

Más información sobre Seismology en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by