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 Comments

Rednar
Rednar on 12 Jul 2013
Edited: Rednar on 12 Jul 2013
In which file format do you have the power spectrum info?
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

Sign in to comment.

Answers (1)

Have you tried using fft() to get the spectrum of your time domain data?

Tags

Asked:

on 12 Jul 2013

Community Treasure Hunt

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

Start Hunting!