home *** CD-ROM | disk | FTP | other *** search
/ Groovy Bytes: Behind the Moon / groovybytes.iso / GROOVY / SND_TOOL / WM10.ZIP / DOC.DAT / highpass.txt < prev    next >
Encoding:
Text File  |  1995-08-30  |  1.6 KB  |  41 lines

  1.  WM HighPass
  2.  ───────────
  3.  
  4.  WM HighPass does just what its name implies: given a WAV, it performs high 
  5.  pass filtering on it, damping low frequencies. It can also amplify the end 
  6.  result (without precision losses) in order to compensate for the signal power 
  7.  being filtered out (/a <amplification> option).
  8.  
  9.  For those in the know, the algorithm employed is the standard one-pole
  10.  filter. 
  11.  
  12.  Usage:    HighPass <source> <destination> <HHF>
  13.  
  14.            The default directory is Temp\. The default extension is WAV. The 
  15.            source file may NOT be overwritten; you must specify different 
  16.            filenames and/or extensions.
  17.  
  18.            HHF is short for Half Height Frequency, i.e. the frequency (in Hz)
  19.            at which the amplitude factor will have fallen to 0.5 (from 1 at
  20.            half the sampling frequency). Audio buffs will recognize this as the
  21.            3 dB point.
  22.  
  23.  Options: /l (affect left channel only)
  24.           /r (affect right channel only)
  25.           /a <amplification>
  26.           /w <start>:<end> (effect window times, in milliseconds)
  27.           /q (quiet mode: no screen output)
  28.  
  29.  The following title:value pairs are written to WAVmaker's public Function key
  30.  file {FnKeys} upon successful termination:
  31.  
  32.                              File #1      : <source>
  33.                              File #2      : <destination>
  34.                              Parameter #1 : <HHF>
  35.  
  36.  If the /w (effect window) option is used, the following pairs are also 
  37.  written:
  38.  
  39.                              Start time   : <start>
  40.                              End time     : <end>
  41.