Commit graph

25 commits

Author SHA1 Message Date
26c9c70f3c synthesis cosmetic change 2023-11-13 15:28:52 +01:00
702628ed9c Constant size input STFT 2023-08-30 13:28:29 +02:00
a55523d7ee Project.toml update 2023-08-29 18:59:11 +02:00
f4c51a7e8e bugfix 2023-08-29 18:57:21 +02:00
7b9c732478 change version 2023-08-29 16:36:18 +02:00
136d84ae9d multichannel analysis support 2023-08-29 16:32:04 +02:00
22d3057a2d Project.toml update v3 2023-08-28 20:08:24 +02:00
f7c3d2fbb2 Project.toml update v2 2023-08-28 18:17:03 +02:00
e36f8160fc Project.toml update 2023-08-28 17:00:27 +02:00
06ec0944c6 source repo url changed 2023-08-28 15:58:35 +02:00
b13e54dddb SIMD instruction added 2023-08-28 15:56:36 +02:00
89dcd1bc92 Function name correction + new dev repo link 2022-10-09 14:05:53 +02:00
0a417837b7 README update 2022-06-25 11:31:58 +02:00
346c7438b7 README.md update 2022-05-11 14:13:32 +02:00
9e216c36b5 Minor fix for synthesis docs. 2022-05-11 14:12:58 +02:00
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
f4d28dfeec Project file update 2022-04-27 10:17:05 +02:00
65e547131c README.md added 2022-04-27 09:44:33 +02:00
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