How to do 2D extrapolation
이전 댓글 표시
Hello,
I had the data of waves propagation as shown with black continuous line in the picture below. The data is a 3D matrix with the dimensions 1 and 2 are coordinates X, Y; and the third dimension is amplitude in time. The matrix has size 600x700x125.
I want to further extrapolate the waves in time (red dot line) to 600x700x250.
Any suggestion is appreciated. Many thanks, Truong.

댓글 수: 1
Chung Truong Thanh
2014년 10월 20일
편집: Chung Truong Thanh
2014년 10월 20일
답변 (1개)
Bjorn Gustavsson
2014년 10월 20일
0 개 추천
My guess is that the "best" way to go about this is to use your data to estimate all coefficients in the wave-equation in cylindrical coordinates from your data as best you can and then solve the wave equation in the surrounding region using the data (and gradients?) at your edge as boundary conditions.
HTH
카테고리
도움말 센터 및 File Exchange에서 Detection에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!