Skip to content

Numerical Analysis of Fundamental Frequencies Algorithm implemented in Fortran 90.

License

Notifications You must be signed in to change notification settings

MichaelEhrlichman/FortNAFF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FortNAFF

Numerical Analysis of Fundamental Frequencies (NAFF) Algorithm implemented in Fortran 90.

This is a straightforward implementation of J. Laskar's NAFF algorithm in Fortran 90. This code was originally developed for the Bmad particle accelerator simulation library.

The test_naff.f90 program demonstrates the use and accuracy of the algorithm.

At present, this code is dependent on the numerical recipes module "nr" that is distributed with Bmad. The numerical recipes modules used are brent, which is a root finder, and four1, a fast fourier transform. These nr modules can be obtained from GitHub here: https://github.com/bamford/astrobamf/tree/master/nr/fortran

About

Numerical Analysis of Fundamental Frequencies Algorithm implemented in Fortran 90.

Resources

License

Stars

Watchers

Forks

Packages

No packages published