STFT.jl/Project.toml
zymon 0e1f17badf Aliases for analysis and synthesis.
Function `stft` as an alias for `analysis`.
Function `istft` as an alias for `synthesis`.
`stft` and `istft` are exported.
Documentation update.
2022-05-10 17:34:51 +02:00

13 lines
204 B
TOML

name = "STFT"
uuid = "58bb99bf-048b-48b7-93e7-1cbf3ee61509"
authors = ["Szymon M. Woźniak"]
version = "1.0.0"
[deps]
FFTW = "7a1cc6ca-52ef-59f5-83cd-3a7055c09341"
[compat]
FFTW = "1.4"
julia = "1.6"