We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d102b commit f5f0f4eCopy full SHA for f5f0f4e
1 file changed
doc/eemd.rst
@@ -8,6 +8,12 @@ of which performs an :doc:`EMD </emd>` on a copy of the input signal with added
8
When all workers finish their work a mean over all workers is considered as
9
the true result.
10
11
+.. note::
12
+ Given the nature of EEMD, each time you decompose a signal you will obtain a different set of components.
13
+ That's the expected consequence of adding noise which is going to be random.
14
+ To make the decomposition reproducible, one needs to set a seed for the random number generator used in EEMD.
15
+ This is done using :func:`PyEMD.EEMD.noise_seed` method on the instance.
16
+
17
Class
18
-----
19
0 commit comments