Power spectrum generation from light curve

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

0 votos

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??
spectrum = fft(yourTImeDomainSignal);

Iniciar sesión para comentar.

Etiquetas

Preguntada:

el 12 de Jul. de 2013

Community Treasure Hunt

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

Start Hunting!

Translated by