Signal processing functions and utilities for auditory psychophysics and modeling. Check out the docs.
Installation is easy!
Start your Julia REPL and enter the package REPL by pressing ] (right square bracket).
You should now see (name of environment) pkg>
.
Now, simply type:
add https://github.com/guestdaniel/AuditorySignalUtils.jl
and the package should be installed. To use the package, run the following line in the Julia REPL or add it to the top of your script:
using AuditorySignalUtils
Any issues? Reach out to me at guest121@umn.edu.
Licensed under the MIT License.