The differential pole DIFPL2 is a first order function of the form:
![]()
Where,
|
|
Output function |
|
|
Input function |
|
|
Laplace transform variable |
|
|
Time constant [s] |
The DIFPL2 function serves as a first order high pass filter and is sometimes known as a 'washout', 'change', 'differential lag' or a 'forgetting' function.

Block Diagram of DIFPL2 Function
|
Author(s): |
|
|
REAL FUNCTION DIFPL2(T,X)
|
Argument |
Type |
Dimension |
Description |
|
|
|
|
|
|
T |
REAL |
1 |
Time constant [s] |
|
X |
REAL |
1 |
Input function |
This function requires the following storage allocations per call (see #STORAGE Script Directive and STORx Arrays for more details):
#STORAGE STOR:2
|
Address |
Description |
|
|
|
|
NEXC + 1 |
N/A (temporary quantity) |
|
NEXC + 2 |
|