functionfromFile
Generate a DiscreteTransferFunction data record by reading numenator coefficients and denominator coefficients from a file (default file name is tf.mat)
Information
Inputs
| Type | Name | Default | Description |
|---|---|---|---|
| String | fileName | "dtf.mat" | Name of the transfer function data file |
| String | numName | "n" | Name of the numenator of the transfer function |
| String | denName | "d" | Name of the denominator of the transfer function |
Outputs
| Type | Name | Default | Description |
|---|---|---|---|
| DiscreteTransferFunction | dtf | Discrete transfer function |