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

📄 gsm_explode.3

📁 a GSM 06.10 RPE­LTP coder and decoder in C
💻 3
字号:
.\".\" Copyright 1992 by Jutta Degener and Carsten Bormann, Technische.\" Universitaet Berlin.  See the accompanying file "COPYRIGHT" for.\" details.  THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE..\".PU.TH GSM_EXPLODE 3 .SH NAMEgsm_explode, gsm_implode \(em GSM\ 06.10 supplementaryfunctions for testing.SH SYNOPSIS#include "gsm.h".PPvoid gsm_explode(g, frame, xframe).brgsm        g;.brgsm_frame  frame;.brgsm_signal xframe[ 76 ];.PPvoid gsm_implode(g, xframe, frame).brgsm        g;.brgsm_signal xframe[ 76 ];.brgsm_frame  frame;.SH "DESCRIPTION"Gsm is an implementation of the final draft GSM 06.10standard for full-rate speech transcoding.Test data for implementations of this particular documentcan be bought and used to verify an implementation..PPThe encoded test data uses a format different from whatone would use to transmit frames with the least numberof bits.Gsm_explode() and gsm_implode() convert between theinternal, small, 33-byte format and the 76-word formatused by the test data..PP.SH "RETURN VALUE"gsm_explode() returns -1 if the passed frame is invalid, else 0..SH BUGSPlease direct bug reports to jutta@cs.tu-berlin.de and cabo@cs.tu-berlin.de..SH "SEE ALSO"gsm(3)

⌨️ 快捷键说明

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