필터 지우기
필터 지우기

Making approximate 2D Continuous Fourier Transform (CFT) efficient

조회 수: 1 (최근 30일)
TheStranger
TheStranger 2023년 3월 13일
댓글: Paul 2023년 3월 14일
Hi there!
I have a matrix that represents a certain 2D function in a frequency domain calculated on a regular grid, and I want to find it on a certain pre-defined 2D grid in time domain, that is to find the values of .
Right now I do it using the "trapz()" function to approximate the continuous integral, and it works. However, if the input matrix size () is large or the mesh in time is too fine, it takes a very long time to find it. For example, for input in frequency domain of size [500x100] and time domain grid of size [300x300] it takes something on the order of tens of minutes!
Is there any other way to do it efficiently?
  댓글 수: 1
Paul
Paul 2023년 3월 14일
Hi Stranger,
You might get more traction if you post code with some example data for F_w and the area of integration for the doulbe integral.

댓글을 달려면 로그인하십시오.

답변 (0개)

카테고리

Help CenterFile Exchange에서 Numerical Integration and Differentiation에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by