Method smodel/assignalias


  ASSIGNALIAS assign values to smodel alias
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: ASSIGNALIAS assign numerical values or vectors to smodel
  aliases. This is a processing method which should be run before using the
  given smodel inside smodel/fftfilt so to gain evaluation time during the
  evaluation of the model. Be careful to insert the correct values for the
  parameters otherwhise smodel/double will throw an error.
 
  CALL:        mdl = assignalias(mdl)
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class smodel
Sealed 0
Static 0

Parameter Description

fftfilt

no description
Key Default Value Options Description
NSECS 1 none Number of seconds of the time series will be filtered with fftfilt.
NPAD [] none Number of sample pad will will be used in fftfilt.
FS 1 none Sampling frequency of the time series will be filtered with fftfilt.
back to top back to top

UserDefinedXvals

no description
Key Default Value Options Description
XVALS [] none A vector of values for the X variable.
back to top back to top

Some information of the method smodel/assignalias are listed below:
Class name smodel
Method name assignalias
Category Helper
Package name ltpda
VCS Version 3f8d61c792503a5b5ec8a0a153efb23b65da24a9
Min input args 1
Max input args -1
Min output args 1
Max output args -1




©LTP Team