Member of the dsp class. Use members of the modeling and prediction subclass to model signals.
| Function | Description |
| ac2poly | Autocorrelation to prediction polynomial |
| ac2rc | Autocorrelation to reflection coefficients |
| arburg | AR parameters with Burg method |
| arcov | AR parameters with covariance method |
| armcov | AR parameters with modified covariance method |
| aryule | AR parameters with Yule-Walker method |
| invfreqs | Computes analog filter that fits frequency response |
| invfreqz | Computes digital filter that fits frequency response |
| is2rc | Inverse sine parameters to reflection coefficients |
| lar2rc | Log area ratios to reflection coefficients |
| levinson | IIR filter coefficients with Levinson-Durbin |
| lpc | Linear prediction coding |
| lsf2poly | Line spectral frequencies to prediction polynomial |
| poly2ac | Prediction polynomial to autocorrelation |
| poly2lsf | Prediction polynomial to line spectral frequencies |
| poly2rc | Prediction polynomial to reflection coefficients |
| prony | Prony IIR filter design |
| rc2ac | Reflection coefficients to autocorrelation |
| rc2is | Reflection coefficients to inverse sine parameters |
| rc2lar | Reflection coefficients to log area ratios |
| rc2poly | Reflection coefficients to prediction polynomial |
| rlevinson | Autocorrelation with reverse Levinson-Durbin |
| schurrc | Reflection coefficients with Schur's algorithm |
| stmcb | Steiglitz-McBride linear filter design |