Query: gsm_implode
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
GSM_EXPLODE(3) Library Functions Manual GSM_EXPLODE(3)NAMEgsm_explode, gsm_implode -- GSM 06.10 supplementary functions for testingSYNOPSIS#include "gsm.h" void gsm_explode(g, frame, xframe) gsm g; gsm_frame frame; gsm_signal xframe[ 76 ]; void gsm_implode(g, xframe, frame) gsm g; gsm_signal xframe[ 76 ]; gsm_frame frame;DESCRIPTIONGsm is an implementation of the final draft GSM 06.10 standard for full-rate speech transcoding. Test data for implementations of this particular document can be bought and used to verify an implementation. The encoded test data uses a format different from what one would use to transmit frames with the least number of bits. Gsm_explode() and gsm_implode() convert between the internal, small, 33-byte format and the 76-word format used by the test data.RETURN VALUEgsm_explode() returns -1 if the passed frame is invalid, else 0.BUGSPlease direct bug reports to jutta@cs.tu-berlin.de and cabo@cs.tu-berlin.de.SEE ALSOgsm(3) GSM_EXPLODE(3)
| Related Man Pages |
|---|
| gsm_destroy(3) - debian |
| gsm_option(3) - debian |
| gsm(3) - centos |
| gsm_option(3) - centos |
| gsm_print(3) - suse |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| How can I do this in VI editor? |
| Introduction |
| Detecting unused variables... |
| One instance of comparing grep and awk |