Method ao/sineParams


  SINEPARAMS estimates parameters of sinusoids
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
  DESCRIPTION: SINEPARAMS estimates the parameters of the sinusoids in the
               time series. Number of sinusoids needs to be specified.
 
  CALL:        b = sineParams(a,pl)
 
  INPUTS:      a  - input AOs
               pl - parameter list (see below)
 
  OUTPUTs:     b  - pest object
 
  Parameters Description
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details
Access public
Defining Class ao
Sealed 0
Static 0

Parameter Description

Default

no description
Key Default Value Options Description
sineParams
N [] none Number of sinusoids/complex exp. in the time series
REAL 1
  • 1
  • 0
Set to true if working with real sinusoids
METHOD 'MUSIC' none Choose one of the following methods:
  • MUSIC - MUltiple SIgnal Classification algorithm
NON-LINEAR 0
  • 0
  • 1
Set to true to perform non-linear fit

Example

plist('N', [[]], 'REAL', [true], 'METHOD', 'MUSIC', 'NON-LINEAR', [false])

back to top back to top

Some information of the method ao/sineParams are listed below:
Class name ao
Method name sineParams
Category Signal Processing
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