functiongetReOutsidePolesZeros
Get p on the real axis so that there is a minimum distance to all poles and zeros
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| Complex[:] | Poles | ||
| Complex[:] | Zeros | ||
| Real | minimumDistance | 0.1 |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| Real | p | Value on real axis > 0.0, so that poles.re and zeros.re have a minimumDistance to it |