Power spectrum generation from light curve

1 回表示 (過去 30 日間)
aditi
aditi 2013 年 7 月 12 日
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 件のコメント
Rednar
Rednar 2013 年 7 月 12 日
編集済み: Rednar 2013 年 7 月 12 日
In which file format do you have the power spectrum info?
aditi
aditi 2013 年 7 月 12 日
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

サインインしてコメントする。

回答 (1 件)

Image Analyst
Image Analyst 2013 年 7 月 12 日
Have you tried using fft() to get the spectrum of your time domain data?
  2 件のコメント
aditi
aditi 2013 年 7 月 12 日
how to use it??
Image Analyst
Image Analyst 2013 年 7 月 12 日
spectrum = fft(yourTImeDomainSignal);

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeFourier Analysis and Filtering についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by