How can i use matlab in seismic masw analysis ?
9 次查看(过去 30 天)
显示 更早的评论
Im a master degree studint who is looking for doing my thesis in matlab and i want to know if the data input is in SEGY or SEG2 how can i run normal MASW analysis "input , pick , Dispersion Curve extraction" and get a 1D or if possible a 2D image ? Thanks in Advance
0 个评论
回答(1 个)
John D'Errico
2017-10-9
Yes. There are tools available to read segy, although you may need to find them on the file exchange. I did not look to see if there are tools for seg2 format, nor did I look to see if recent releases of MATLAB now support that directly without recourse to the file exchange.
Since I have no idea what you consider to be "normal MASW analysis", you might want to explain exactly what that phrase implies. Since this forum may not be populated with many people who know what you want, be clear. Explain your needs, without using highly specific jargon.
Can you do virtually any analysis at all? Yes. So I will contend that yes, you can do what you want. Very likely it is true that you will need to write some code to do exactly what you want. But that is always the case.
2 个评论
John D'Errico
2017-10-9
Essentially, you need to learn MATLAB. Tools are there. It sounds like you would need either fft or fft2. You can bring in data from spreadsheets.
So anything that you need is in MATLAB, but you will need to learn to use the tools that exist, and then write code to do exactly what you want, since everybody always wants something slightly different.
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!