Typos a/an (#13876)
This commit is contained in:
@@ -15,7 +15,7 @@ package org.openhab.automation.pidcontroller.internal;
|
||||
import org.eclipse.jdt.annotation.NonNullByDefault;
|
||||
|
||||
/**
|
||||
* Realizes an first-order FIR low pass filter. To keep code complexity low, it is implemented as moving average (all
|
||||
* Realizes a first-order FIR low pass filter. To keep code complexity low, it is implemented as moving average (all
|
||||
* FIR coefficients are set to normalized ones).
|
||||
*
|
||||
* The exponential decaying function is used for the calculation (see https://en.wikipedia.org/wiki/Time_constant). That
|
||||
|
||||
Reference in New Issue
Block a user