Commit graph

7 commits

Author SHA1 Message Date
7b4a415ed2 documentation webpage init
A initialization of the webpage containing package documentation is build using
`Documenter.jl`.
2022-04-27 09:32:56 +02:00
9aafb6770f docs for synthesis added + other minor updates
Documentation for the function `STFT.synthesis` has been created.
Some minor updates in the documentation for `STFT.analysis` function.
2022-04-25 22:30:51 +02:00
e7c5d94618 STFT.synthesis added.
A function for real-valued signal synthesis from STFT-domain signal is
added.
2022-04-25 16:08:00 +02:00
100b4d5870 docs for analysis update
Documentation for the function `STFT.analysis` has been created.
2022-04-25 15:20:07 +02:00
e627bdc975 Multichannel signal analysis introduced.
`STFT.analysis` is able to handle arrays of signals without any trouble.
2022-04-25 15:06:41 +02:00
a561d68843 STFT.analysis added.
A function for signal analysis using STFT is added.
2022-04-25 15:05:22 +02:00
f10aa3f6ae init 2022-04-25 15:01:38 +02:00