winform

Section: WIN SYSTEM (1W)
Updated: 2015.12.25
Index Return to Main Contents
 

NAME

winform - Conversion to win format data  

SYNOPSIS

WIN_bs winform(inbuf,outbuf,sr,ch)
int32_w *inbuf;
uint8_w *outbuf;
WIN_sr  sr;
WIN_ch  ch;
 

DESCRIPTION

winform converts data for 1 second entered in the four-byte interger sequence  inbuf to a channel block in win format and is entered in  outbuf.  sr Is the number of data given, namely sampling rate. In  ch, channel numbers of 16 bits are specified.

winform Returns channel block size (byte) including channel header part.

Note that, since  inbuf is used as work zone, content is rewritten.  

SOURCE

`winlib.c'
 

SEE ALSO

winformat(1W), win2fix(1W)


 

Index

NAME
SYNOPSIS
DESCRIPTION
SOURCE
SEE ALSO