Method smodel/ifourier


  IFOURIER implements continuous f-domain inverse Fourier transform for smodel objects.
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: IFOURIER implements continuous f-domain inverse Fourier transform for smodel objects.
 
  CALL:        obj = ifourier(mdl, ret_var)
               obj = mdl.ifourier(ret_var)
               obj = mdl.ifourier(in_var, ret_var) [Please note the order!]
               obj = mdl.ifourier(plist('ret_var', ret_var, 'in_var', in_var))
               obj = mdl.ifourier(pl)
 
  INPUTS:      mdl      - input smodels
               ret_var  - a string with a variable name to transform into
               in_var   - a string with a variable name to transform with respect to
               pl       - input parameter list
 
  OUTPUTS:     obj  - output smodel(s)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class smodel
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
RET_VAR 't' none Return variable, to transform into.
IN_VAR '' none Independent variable, to transform with respect to.
If left empty, the x variable of the model(s) will be used
back to top back to top

Some information of the method smodel/ifourier are listed below:
Class name smodel
Method name ifourier
Category Operator
Package name ltpda
VCS Version 8ab8cbbc4bccf7543491a24448f4aae0b1be1c43
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team