| Package | Description |
|---|---|
| com.interpss.dstab.controller.block.adapt | |
| com.interpss.dstab.controller.cml.block | |
| com.interpss.dstab.controller.measure |
| Modifier and Type | Class and Description |
|---|---|
class |
CMLControlBlock1stOrderAdapter
ControlBlock1stOrder implementation adapter
|
class |
CMLControlBlockAdapter
ICMLControlBlock interface implementation adapter
|
| Modifier and Type | Class and Description |
|---|---|
class |
DelayControlBlock
An implementation of delay block
|
class |
FilterControlBlock
A filter controller implementation
|
class |
FilterNthOrderBlock
Transfer Function:
[ ( 1 + t1 s ) / ( 1 + t2 s )^m ] ^n
This block is represented by
[ FilterControlBlock ]^n [ DelayControlBlock ] ^ (m-1) * n
|
class |
GainBlock
An implementation of gain block
|
class |
IntegrationControlBlock
An implementation of integration block
|
class |
PIControlBlock
An implementation of PI controller block
|
class |
TFunc2ndOrderBlock
An implementation of 2nd order transfer function block
Transfer Function:
y = [ k / ( 1 + a s + b s^2 ) ] u
Differential eqn
dot(x1) = | 0 1 | |x1| + | 0 | u
dot(x2) | -1/b -a/b | |x2| |k/b|
y = [ 1 0 ] |x1| = x1
|x2|
x2(0) = 0
x1(0) = k * u(0);
y(0) = k * u(0);
|
class |
WashoutControlBlock
An implementation of washout block
Transfer function K * ( T * s ) / ( 1 + T * s )
|
| Modifier and Type | Class and Description |
|---|---|
class |
BusFreqMeasurementImpl
An implementation of bus frequency measurement device.
|