win2fix
Section: WIN SYSTEM (1W)
Updated: 2015.12.25
Index
Return to Main Contents
NAME
win2fix - Converting win format data to 4-byte integer array
SYNOPSIS
uint32_w win2fix(ptr,abuf,ch,sr) /* returns group size in bytes */
uint8_w *ptr; /* input data */
int32_w *abuf; /* output data */
WIN_ch *ch; /* ch : output */
WIN_sr *sr; /* sr : output */
DESCRIPTION
win2fix
converts data (the head is 4-byte channel header) for 1 second x 1 channel of a win format entered in buffer
ptr
to 4-byte integer array and enters in
abuf.
Addresses indicated by
ch
and
sr
store 16-bit channel numbers and the number of data, namely sampling rate.
win2fix
Returns size (byte) of channel block including channel header part of input data.
SOURCE
- `winlib.c'
-
SEE ALSO
winformat(1W), winform(1W)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- SOURCE
-
- SEE ALSO
-