Open AlexanderFabisch opened 7 years ago
I took a look at the code. Turns out that phase_shift does not have any meaning for this node because this parameter isn't used at all. No idea, how and why it occurs in the example. The only relevant parameter is the target frequency. The documentation should read like:
**Parameters**
:target_frequency:
The frequency after the decimation.
(*required*)
**Exemplary Call**
.. code-block:: yaml
-
node : Downsampling
parameters :
target_frequency : 2.5
OK, thanks.
The parameters are not well documented.
documentation