Tell me more ×
Cross Validated is a question and answer site for statisticians, data analysts, data miners and data visualization experts. It's 100% free, no registration required.

A simulation gives the population numbers for every species in the domain per frame. These vary over time and can be quite noisy, is there a way of analysing the data algorithmically without drawing a graph whether or not these values oscillate?

share|improve this question
thanks, could you suggest any good resources to look at other than wikipedia? – Sycren Oct 25 '11 at 23:04

1 Answer

Run a Fourier transform (FFT) on every series. Look for frequencies that surpass a threshold. Here is a tutorial for Matlab: http://www.ele.uri.edu/courses/ele436/labs/fft.pdf

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.