operator function'=='
Check whether two transfer functions are identical
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| TransferFunction | tf1 | Transfer function system 1 | |
| TransferFunction | tf2 | Transfer function system 1 | |
| Real | eps | 0 | Two coefficients c1 and c2 of the two transfer functions are identical if abs(c1-c2) <= eps |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Boolean | result | = tf1 == tf2 |