⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 header.doc

📁 speech signal process tools
💻 DOC
字号:
                       NIST SPHERE Header StructureThe NIST SPHERE header is an object-oriented, 1024-byte blocked, ASCII structure which is prepended to the waveform data.  The header is composed of a fixed-format portion followed by an object-oriented variable portion.  The fixed portion is as follows:NIST_1A<new-line>   1024<new-line>The first line specifies the header type and the second line specifies theheader length.  Each of these lines are 8 bytes long (including new-line) andare structured to identify the header as well as allow those who do not wishto read the subsequent header information to programmatically skip over it. The remaining object-oriented variable portion is composed ofobject-type-value "triple" lines which have the following format:<LINE> ::= <TRIPLE><new-line> |           <COMMENT><new-line> |            <TRIPLE><COMMENT><new-line> |   <TRIPLE> ::= <OBJECT><space><TYPE><space><VALUE><OPT-SPACES>    <OBJECT> ::= <PRIMARY-SUBOBJECT> |                  <PRIMARY-SUBOBJECT><SECONDARY-SUBOBJECT>    <PRIMARY-SUBOBJECT> ::= <ALPHA> | <ALPHA><ALPHA-NUM-STRING>    <SECONDARY-SUBOBJECT> ::= _<ALPHA-NUM-STRING> |                               _<ALPHA-NUM-STRING><SECONDARY-SUBOBJECT>    <TYPE> ::= -<INTEGER-FLAG> | -<REAL-FLAG> | -<STRING-FLAG>      <INTEGER-FLAG> ::= i      <REAL-FLAG> ::= r      <STRING-FLAG> ::= s<DIGIT-STRING>          <VALUE> ::= <INTEGER> | <REAL> | <STRING>  (depending on object type)      <INTEGER> ::= <SIGN><DIGIT-STRING>      <REAL> ::= <SIGN><DIGIT-STRING>.<DIGIT-STRING>     <OPT-SPACES> ::= <SPACES> | NULL  <COMMENT> ::= ;<STRING>  (excluding embedded new-lines)<ALPHA-NUM-STRING> ::= <ALPHA-NUM> | <ALPHA-NUM><ALPHA-NUM-STRING><ALPHA-NUM> ::= <DIGIT> | <ALPHA><ALPHA> ::= a | ... | z | A | ... | Z<DIGIT-STRING> ::= <DIGIT> | <DIGIT><DIGIT-STRING><DIGIT> ::= 0 | ... | 9<SIGN> ::= + | - | NULL<SPACES> ::= <space> | <SPACES><space><STRING> ::=  <CHARACTER> | <CHARACTER><STRING><CHARACTER> ::= char(0) | char(1) | ... | char(255)The currently defined objects (used in this database) are listedin the file "stdfield.c".  The list may be expanded for futuredatabases, since the grammar does not impose any limit on the numberof objects. The file is simply a repository for "standard" objectdefinitions.The single object "end_head" marks the end of the active header and theremaining unused header space is undefined. A sample header is includedbelow.					-- John GarofoloNIST_1A   1024database_id -s5 TIMITdatabase_version -s3 1.0utterance_id -s8 aks0_sa1channel_count -i 1sample_count -i 63488sample_rate -i 16000sample_min -i -6967sample_max -i 7710sample_n_bytes -i 2sample_byte_format -s2 01sample_sig_bits -i 16end_head

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -