| Response_HP |
| Logical Entity Name | Response_HP |
| Default Table Name | Response_HP |
| Definition | Summary information on a high-pass filter |
| Response_HP Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
hp_id |
NUMBER(8, 0) | NO | High-pass filter identifier. Each high-pass filter is assigned a unique integer which identifies it in a database | |
| filter_type | VARCHAR2(2) | NO | This attribute denotes the type of a high-pass filter | |
| nb_pole | NUMBER(8, 0) | NO | This attribute denotes the number of poles of a high-pass filter | |
| corner_freq | BINARY_FLOAT | NO | This attribute represents the corner frequency of a high-pass filter | |
| damping_value | BINARY_FLOAT | NO | This attribute represents the fraction of critical damping of a high-pass filter | |
| lddate | DATE | YES | Load date. Date and time that the record was created or last modified, in Oracle date datatype |
| Response_HP Primary and Unique Keys |
| Key Name | Key Type | Keys |
| RHP00 | PrimaryKey | hp_id |
| Response_HP Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Deferrable | Initially Deferred |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Deferrable | Initially Deferred |
| Response | Non-Identifying | One To Zero or More | Res_Res_HP | NO | NO | NO |
| Response_HP Check Constraints |
| Check Constraint Name | CheckConstraint |
| RHP01 | filter_type IN ('BW','DG','ND') |
| RHP02 | nb_pole > 0 |