We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d84556d commit d91d20eCopy full SHA for d91d20e
pyDF/libdf.pyi
@@ -22,7 +22,7 @@ class DF:
22
"""
23
...
24
25
- def analysis(self, input: ndarray) -> ndarray:
+ def analysis(self, input: ndarray, reset: bool = True) -> ndarray:
26
"""Analysis of a time-domain signal.
27
28
Args:
@@ -34,7 +34,7 @@ class DF:
34
35
36
37
- def synthesis(self, input: ndarray) -> ndarray:
+ def synthesis(self, input: ndarray, reset: bool = True) -> ndarray:
38
"""Synthesis of a frequency-domain signal.
39
40
0 commit comments