~ubuntu-branches/ubuntu/raring/voxbo/raring

« back to all changes in this revision

Viewing changes to munge/vbfilter.hlp

  • Committer: Bazaar Package Importer
  • Author(s): Michael Hanke
  • Date: 2010-06-06 11:33:11 UTC
  • Revision ID: james.westby@ubuntu.com-20100606113311-v3c13imdkkd5n7ae
Tags: upstream-1.8.5~svn1172
ImportĀ upstreamĀ versionĀ 1.8.5~svn1172

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
VoxBo vbfilter (v%1%)
 
3
usage:
 
4
  vbfilter [<flags>] <1D or 4D file/dir> ...
 
5
flags:
 
6
  -lp <freq>     lowpass: pass frequencies <= freq
 
7
  -hp <freq>     highpass: pass frequencies >= freq
 
8
  -bp <f1> <f2>  bandpass: pass frequencies f1 <= freq <=f2
 
9
  -bs <f1> <f2>  bandstop: squash frequencies f1 <= freq <= f2
 
10
  -rl <n>        remove lows: remove the n lowest frequencies
 
11
  -rh <n>        remove highs: remove the n highest frequencies
 
12
  -rm <range>    remove range: remove ordinal frequencies (e.g., 4-7)
 
13
  -o <filename>  set output file name
 
14
  -i             print info but don't actually do anything
 
15
  -p <ms>        specify sampling period in ms
 
16
  -h             print help
 
17
  -v             print version
 
18
notes:
 
19
  Use the -i option to see the ordinal list of frequencies.
 
20
 
 
21
  All specified filtering options will be applied in sequence, but
 
22
  once an option removes a frequency, subsequent options won't restore
 
23
  it.
 
24
 
 
25
  The rl and rh options take counts, so -rl 1 means to remove the
 
26
  single lowest frequency.  The rm option removes ordinal frequencies
 
27
  counting from 1.
 
28
 
 
29
  If no output filename is provided with -o, then the input filename
 
30
  is prepended with f.