| Attribute/Logical Rolename |
Domain |
Datatype |
NULL |
Definition |
pz_id |
|
NUMERIC(8, 0) |
NO |
Poles & zeros set identifier. Each poles & zeros set is assigned a unique integer which identifies it in a database |
pz_nb |
|
NUMERIC(8, 0) |
NO |
This attribute denotes the pole/zero number of a response |
| type |
|
VARCHAR(1) |
NO |
This attribute denotes whether a value is associated with a pole/zero |
| r_value |
|
FLOAT |
NO |
The real portion of a complex pole/zero |
| r_error |
|
FLOAT |
YES |
The error value for the real portion of a complex pole/zero |
| i_value |
|
FLOAT |
NO |
The imaginary portion of a complex pole/zero |
| i_error |
|
FLOAT |
YES |
The error value for the imaginary portion of a complex pole/zero |
| lddate |
|
DATE |
YES |
Load date. Date and time that the record was created or last modified, in Oracle date datatype |