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
assignalias
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.

Example

plist('NSECS', [1], 'NPAD', [[]], 'FS', [1])

back to top back to top

UserDefinedXvals

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

Example

plist('XVALS', [[]])

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 967b0eec0dece803a81af8ef54ad2f8c784b20b2
Min input args 1
Max input args -1
Min output args 1
Max output args -1
Can be used as modifier 1
Supported numeric types {'double'}




©LTP Team