Power spectrum generation from light curve
Mostrar comentarios más antiguos
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...
Respuestas (1)
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
el 12 de Jul. de 2013
Image Analyst
el 12 de Jul. de 2013
spectrum = fft(yourTImeDomainSignal);
Categorías
Más información sobre Spectral Measurements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!