Power spectrum generation from light curve

1 visualización (últimos 30 días)
aditi
aditi el 12 de Jul. de 2013
I have to draw a plot between frequency(x axis) and power(y axis).
Using a file with first column time, second column value for corresponding time(in counts/second)
please help me with this...
  2 comentarios
Rednar
Rednar el 12 de Jul. de 2013
Editada: Rednar el 12 de Jul. de 2013
In which file format do you have the power spectrum info?
aditi
aditi el 12 de Jul. de 2013
i want the powe spectrum...i have only the file with first column time, second column value for corresponding time(in counts/second) which is in .dat format

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 12 de Jul. de 2013
Have you tried using fft() to get the spectrum of your time domain data?
  2 comentarios
aditi
aditi el 12 de Jul. de 2013
how to use it??
Image Analyst
Image Analyst el 12 de Jul. de 2013
spectrum = fft(yourTImeDomainSignal);

Iniciar sesión para comentar.

Categorías

Más información sobre Fourier Analysis and Filtering en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by