LTPDA Toolbox™ | contents | ![]() ![]() |
LISOVFIT uses LISO to fit a pole/zero model to the input frequency-series. %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% DESCRIPTION: LISOVFIT uses LISO to fit a pole/zero model to the input frequency-series. CALL: >> pzm = lisovfit(a,pl) INPUTS: pl - a parameter list a - input analysis object OUTPUTS: pzm - the fitted pzmodel. Parameters Description VERSION: $Id: lisovfit.m,v 1.14 2011/04/08 08:56:14 hewitson Exp $ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Method Details | |
---|---|
Access | public |
Defining Class | ao |
Sealed | 0 |
Static | 0 |
Sets for this method … |
---|
Default |
Default |
|||
---|---|---|---|
no description | |||
Key | Default Value | Options | Description |
PZM0 | pzmodel(g:no gain p:no pole z:no zero) | none | A pzmodel describing the starting guess. |
PZMU | pzmodel(g:no gain p:no pole z:no zero) | none | A pzmodel describing the upper-bound. |
PZML | pzmodel(g:no gain p:no pole z:no zero) | none | A pzmodel describing the lower-bound. |
DELAY | [0 1 10] | none | A 3-element numeric vector describing a time-delay to include in the fit. |
F1 | 0 | none | A start freqeuency to fit over |
F2 | 1 | none | The end freqeuency to fit over |
NF | 100 | none | The number of frequencies to include in the fit. |
METHOD | 'fit' |
|
The fitting method. |
NP1 | 2 | none | The minimum number of poles for vfit. |
NP2 | 10 | none | The maximum number of poles for vfit. |
Some information of the method ao/lisovfit are listed below: | |
---|---|
Class name | ao |
Method name | lisovfit |
Category | Signal Processing |
CVS Version | $Id: lisovfit.m,v 1.14 2011/04/08 08:56:14 hewitson Exp $ |
Min input args | 1 |
Max input args | -1 |
Min output args | 1 |
Max output args | -1 |
![]() |
Method: ao/linlsqsvd | Method: ao/lpsd | ![]() |
©LTP Team