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
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
2013 年 9 月 24 日
編集済み: Image Analyst
2013 年 9 月 24 日
Attach a screenshot, code, or data using the paper clip icon.
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
2013 年 9 月 24 日
Tell us why
mutedSignal = signal;
mutedSignal(abs(signal)>threshold) = 0;
won't work.
カテゴリ
ヘルプ センター および File Exchange で Seismology についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!