Skip to content

wvFilterDesign

  wvFilterDesign integrates FDATool into sigTOOL

  FDATool is the standard filter design and analysis tool supplied as part
  of the MATLAB Signal Processing Toolbox.

  wvFilterDesign adds a sigTOOL menu to the FDATool figure
  This provides for:
  Select View:      select the sigTOOL data view
  Select Source:    select a source channel to filter
  Select Target:    select the target channel in the view
  Apply filter:     applies (and if necessary designs) the current filter

  Example:
  fda=wvFilterDesign(fhandle, source, target, IntFlag, ApplyToAll)
  fhandle: is the sigTOOL data view handle
  source:  is the source channel
  target:  is the target channel
  IntFlag: is true to convrt data to 16-bit integer after filtering
  ApplyToAll: applied the filter using the same source and target channels
              in all open files

  Filters are applied by calling wvFiltFilt.

  See Also fdatool, wvFiltFilt, scFilter

  -------------------------------------------------------------------------
  Author: Malcolm Lidierth 11/07
  Copyright © The Author & King's College London 2007-
  -------------------------------------------------------------------------