Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
power spectrum from 2Dfft
#1
Hi,

I am trying to calculate 2D fast fourier transform (2DFFT) of temperature data in mesosphere and lower thermosphere (MLT). Data are time vs altitude format temperature is function of time (24 hours; hourly) and altitude so Temperature(time, altitude). Could you please provide me the python code to get the 2DFFT of the data? I would like to get output as function of wavelength and altitude etc.

I would highly appreciate your help on this.

Regards,

Dipti
Reply
#2
I am not ready to write full code, but I can point you to the package called NumPy, that provides functionality that you are looking for. You can directly apply this function to your data, if it is presented as 2D array. Also, this package provides tools for frequency computation, e.g. this.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  cheap and low power python device kucingkembar 6 222 Yesterday, 12:41 PM
Last Post: kucingkembar
  Python Coding in Power BI Visual vjrans 0 411 Jan-31-2024, 07:54 AM
Last Post: vjrans
  Power Shells vs Compile and Run programs? RockBlok 2 531 Jan-13-2024, 09:08 PM
Last Post: RockBlok
Question Python and Power BI Desktop dangermaus33 1 1,419 Jan-19-2023, 06:54 AM
Last Post: GetOnData
  Raising numbers to power ** GJG 3 2,586 Mar-23-2021, 03:43 PM
Last Post: deanhystad
  Creating Complex Color Spectrum Plot From Data JoeDainton123 2 2,255 Sep-15-2020, 08:09 AM
Last Post: DPaul
  Detecting power plug Narayan 2 2,850 Aug-01-2020, 04:29 AM
Last Post: bowlofred
  NameError: name 'display' is not defined when running code on power bi beginner1 2 19,553 Jul-24-2019, 11:03 AM
Last Post: beginner1
  How to compare different UV spectrum profiles SriRajesh 2 2,263 Jan-19-2019, 08:52 AM
Last Post: SriRajesh

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020