X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=docs-mini%2FREADME.digitalfilters;h=ad7a26e2666f7e363933364adc2827c21d17c59e;hb=afb0ada81f6fd0fe179ab00f048134d101f5f311;hp=3ebda47f73f7a55bb289c28d201673f75c50e4da;hpb=70be1629e61d9b751a2f73df30b83bb1be6ca4fe;p=flightgear.git diff --git a/docs-mini/README.digitalfilters b/docs-mini/README.digitalfilters index 3ebda47f7..ad7a26e26 100644 --- a/docs-mini/README.digitalfilters +++ b/docs-mini/README.digitalfilters @@ -26,6 +26,7 @@ The complete XML syntax for a InputValue is 0.0 infinity -infinity + false The enclosing element is the element defined in each filter, like , , @@ -55,6 +56,7 @@ The default values for elements not given are: : none : unclipped : unclipped + : false Some examples: @@ -115,6 +117,10 @@ Example: Set the gain to 3.0 if /autopilot/locks/heading equals dg-heading-hold 2.0 + +If the element is used and set to the value "true", only the absolute value of the input +(the positive part) is used for further computations. The abs function is applied after all +other computations are completed. OutputValue ==============================================================================