Method mfir/impresp


  IMPRESP Make an impulse response of the filter.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: IMPRESP Make an impulse response of the filter.
               The input filter should be an miir or mfir object.
 
               The response is returned as a xydata in an analysis object.
 
               If no outputs are specified, the xydata is plotted.
 
  CALL:        a = impresp(filt, pl)
                   impresp(filt, pl);
 
  OUTPUTS:     a - an analysis object
 
  Parameters Description
 
  VERSION:     $Id: impresp.m,v 1.7 2011/04/08 08:56:33 hewitson Exp $
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ltpda_filter
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
BANK 'None'
  • 'None'
  • 'Serial'
  • 'Parallel'
How to handle a vector of input filters
'None'Process each filter individually
'Serial'Return the response of a serial filter bank
'Parallel'Return the response of a parallel filter bank.
NSAMP 100 none Number of samples to be calculated
back to top back to top

Some information of the method ltpda_filter/impresp are listed below:
Class name ltpda_filter
Method name impresp
Category Signal Processing
CVS Version $Id: impresp.m,v 1.7 2011/04/08 08:56:33 hewitson Exp $
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team