Initializes a new transfer function.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=real64), | intent(in), | dimension(:) | :: | y |
The numerator polynomial in . The polynomial coefficients are stored in acending order such that . |
|
| real(kind=real64), | intent(in), | dimension(:) | :: | x |
The denominator polynomial in . The polynomial coefficients are stored in acending order such that . |
The resulting [[transfer_function]].
Initializes a new transfer function.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(polynomial), | intent(in) | :: | y |
The numerator polynomial in . |
||
| class(polynomial), | intent(in) | :: | x |
The denominator polynomial in . |
The resulting [[transfer_function]].