Response_LP 
Logical Entity Name  Response_LP 
Default Table Name  Response_LP 
Definition  Summary information on a low-pass filter 

Response_LP Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
lp_id(PK)    NUMERIC(8, 0)  NO  Low-pass filter identifier. Each low-pass filter is assigned a unique integer which identifies it in a database 
filter_type    VARCHAR(2)  YES  This attribute denotes the type of a low-pass filter 
nb_pole    NUMERIC(8, 0)  YES  This attribute denotes the number of poles of a low-pass filter 
corner_freq    FLOAT  NO  This attribute represents the corner frequency of a low-pass filter 
damping_value    FLOAT  NO  This attribute represents the fraction of critical damping of a low-pass filter 
lddate    DATE  YES  Load date. Date and time that the record was created or last modified, in Oracle date datatype 

Response_LP Keys 
Key Name  Key Type  Keys 
RLP00  PrimaryKey  lp_id 

Response_LP Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
Response  Non-Identifying  One To Zero or More          NO 

Response_LP Check Constraints 
Check Constraint Name  CheckConstraint 
RLP01  filter_type IN ('BW','DG','ND') 
RLP02  nb_pole > 0