Conversion of space-time data to wavenumeber-time data

4 visualizaciones (últimos 30 días)
Sidharth ramesh
Sidharth ramesh el 21 de Jun. de 2021
Comentada: Sidharth ramesh el 21 de Jun. de 2021
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.

Respuestas (1)

Bjorn Gustavsson
Bjorn Gustavsson el 21 de Jun. de 2021
Editada: Bjorn Gustavsson el 21 de Jun. de 2021
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 comentarios
Bjorn Gustavsson
Bjorn Gustavsson el 21 de Jun. de 2021
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 el 21 de Jun. de 2021
thank you so much

Iniciar sesión para comentar.

Categorías

Más información sobre Matched Filter and Ambiguity Function en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by