zymon
0e1f17badf
Function `stft` as an alias for `analysis`. Function `istft` as an alias for `synthesis`. `stft` and `istft` are exported. Documentation update.
13 lines
204 B
TOML
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"
|