From 9e216c36b5134fc8ddd3a015676f4db8e9fa7386 Mon Sep 17 00:00:00 2001 From: zymon Date: Wed, 11 May 2022 14:12:58 +0200 Subject: [PATCH] Minor fix for `synthesis` docs. --- src/STFT.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/STFT.jl b/src/STFT.jl index bc40eb2..093e7f7 100644 --- a/src/STFT.jl +++ b/src/STFT.jl @@ -204,8 +204,7 @@ xr = istft(X, w, L) # Synthesis Fourier transform,” IEEE Transactions on Acoustics, Speech, and Signal Processing, vol. 32, no. 2, pp. 236–243, Apr. 1984, doi: 10.1109/TASSP.1984.1164317. - \\[[IEEE Xplore](https://ieeexplore.ieee.org/abstract/document/1164317), - [pdf](https://citeseerx.ist.psu.edu/viewdoc/download?doi=10.1.1.331.7151&rep=rep1&type=pdf)\\] + \\[[IEEE Xplore](https://ieeexplore.ieee.org/abstract/document/1164317)\\] """ "$doc_synthesis"