Skip to content

A code to calculate auto- and cross-correlations using the fftw library

License

Notifications You must be signed in to change notification settings

Marcello-Sega/fftcw

Folders and files

NameName
Last commit message
Last commit date

Latest commit

620fd8d · Mar 10, 2016

History

13 Commits
Mar 1, 2016
Mar 26, 2014
Mar 10, 2016
Mar 1, 2016
Mar 26, 2014

Repository files navigation

Welcome to the GitHub Page of fftcw.

I am using this code mostly for my personal purposes, and it is still full of tentative/suboptimal code, but I thought that anyway somebody might find it useful. I will soon strip it down to a more usable format and, provide some usage guidelines. If you happen to be interested in this code, drop me an email, that might be the driving force to bring this project to a "publishable" state.

Simple usage example

If you have just one scalar value of which, you want to compute the time autocorrelation, and the time series is stored as a single column in a file (series.dat) at intervals of time of 0.001 units, then you can call

fftcw -t 0.001 -n 1 -d 1 -T series.dat -o correlation.dat

The result will be stored in correlation.dat, with the first two columns specifying the indices of the quantities being correlated (here, 0 and 0), followed by the time lag in the third column, and eventually then correlation function.

About

A code to calculate auto- and cross-correlations using the fftw library

Resources

License

Stars

Watchers

Forks

Packages

No packages published