ISA.jl: The Julia Library for Instantaneous Spectral Analysis
In January of 2020, we began to re-implement our ISA tools in the Julia programing language. This module is still in development–-Please be patient as we continue to add new features.
Installation
Users
- Download Julia 1.3 or later, if you haven't already.
- Add the ISA module entering the following at the REPL
]add https://github.com/ssandova/ISA
.
Student Developers
- Download/Clone the ISA module to
username/.julia/dev/
. - Enter the package manager in REPL by pressing
]
then add the package by typingdev ISA
rather thanadd ISA
.