Conversion of space-time data to wavenumeber-time data

4 ビュー (過去 30 日間)
Sidharth ramesh
Sidharth ramesh 2021 年 6 月 21 日
コメント済み: Sidharth ramesh 2021 年 6 月 21 日
I have a field data(space-time) that is dependent on space and time.I need to take fft or convert the space time data into wavenumber-time data. Can someone help me out.

回答 (1 件)

Bjorn Gustavsson
Bjorn Gustavsson 2021 年 6 月 21 日
編集済み: Bjorn Gustavsson 2021 年 6 月 21 日
Provided that your data is sampled on a regular spatial grid it should be as simple as to perform a (perhaps windowed) fft in the spatial dimension.
HTH
  3 件のコメント
Bjorn Gustavsson
Bjorn Gustavsson 2021 年 6 月 21 日
Yes. Read the help and documentation for fft - that function by default calculates the fft of the first non-singleton dimension (that is typically the column) of an array. You can explicitly tell the function what dimension to do the transform on/in/for. From the help to fft:
FFT(X,[],DIM) or FFT(X,N,DIM) applies the FFT operation across the
dimension DIM.
This should clarify your question.
HTH
Sidharth ramesh
Sidharth ramesh 2021 年 6 月 21 日
thank you so much

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMatched Filter and Ambiguity Function についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by