You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FNFT is a software library for the fast numerical computation of nonlinear Fourier transforms, which are also known as direct scattering transforms. FNFT is written in C and comes with a MATLAB interface. It also contains some third-party Fortran code.
6
6
@@ -16,6 +16,23 @@ The algorithms are mainly based on ideas in [1]-[3], but also use ideas from oth
16
16
17
17
It is planned to extend this list further and also add inverse transforms in future releases. Please join the [FNFT mailling list](https://listserv.tudelft.nl/mailman/listinfo/fnft-announcements) if you want to be notified about new releases of FNFT.
18
18
19
+
If you use FNFT for your academic work, please consider citing the accompanying [software paper](https://doi.org/10.21105/joss.00597). Latex users can use the following BibTex entry.
20
+
21
+
```
22
+
@article{FNFT2018,
23
+
author = {S. Wahls and S. Chimmalgi and P.J. Prins},
24
+
title = {{FNFT: A Software Library for Computing Nonlinear Fourier Transforms}},
25
+
journal = {{The Journal of Open Source Software}},
0 commit comments