dewin

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

NAME

dewin - Extraction of single channel data from win form file  

SYNOPSIS

dewin [-acnjeoh] [-f filter] channel [ file ]

 

DESCRIPTION

dewin extracts data of hexadecimal channel number  channel from win form file  file, and writes to the standard output with internally represented 4-byte integers. When  file is not given, it reads data from the standard input.

When dewin is initiated without argument, it displays brief usage.  

OPTIONS

-a
Writes output form with audio data form of μ-law.
-c
Makes output form text form. Integer values are written with one data per line.
-f filter
Filters output data. It gives filter characteristics in file filter. Format of this file is same as that of filter setting file of win(1W), and the filter is set with 5 to 6 items delimited by blank in a line. The line beginning with "#" is bypassed. An example is shown below. The parameter set in the second line is used here. Other lines are bypassed assuming that they are comments.
   #bpf fl=5.0 fh=20.0 fs=30.0 ap=0.5 as=5.0
   hpf fp=1.0 fs=0.5          ap=0.5 as=5.0
   #lpf fp=0.5 fs=0.8          ap=0.5 as=5.0
   #bpf fl=8.0 fh=16.0 fs=24.0 ap=0.5 as=5.0
There are three types of filters, low pass, high pass and band pass. Programs of
Saito, Masanori: 1978, Automatic design of recurrent digital filter, Geophysical Exploration, 31, 112-135
are used for determining factors and filtering. See this reference for a method of selecting setting parameter.
-n
When input data has temporal discontinuity (namely one or more seconds are omitted), the omitted portions are bypassed. If this data is not specified, the omitted portions are filled with data of zero value.
-j
Display time-stamp with data. Set -c option automatically.
-e
Display elapsed time (unit: second) with data. Set -c option automatically.
-o
Remove data offset (only affected in case of -f option specified).
-h
Displays brief usage.
 

SOURCE

`dewin.c'
 

SEE ALSO

win(1W), wed(1W), wck(1W), wadd(1W), winformat(1W)


 

Index

NAME
SYNOPSIS
DESCRIPTION
OPTIONS
SOURCE
SEE ALSO