Power spectrum generation from light curve

1 vue (au cours des 30 derniers jours)
aditi
aditi le 12 Juil 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 commentaires
Rednar
Rednar le 12 Juil 2013
Modifié(e) : Rednar le 12 Juil 2013
In which file format do you have the power spectrum info?
aditi
aditi le 12 Juil 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

Connectez-vous pour commenter.

Réponses (1)

Image Analyst
Image Analyst le 12 Juil 2013
Have you tried using fft() to get the spectrum of your time domain data?
  2 commentaires
aditi
aditi le 12 Juil 2013
how to use it??
Image Analyst
Image Analyst le 12 Juil 2013
spectrum = fft(yourTImeDomainSignal);

Connectez-vous pour commenter.

Catégories

En savoir plus sur Fourier Analysis and Filtering dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by