lpcLinear prediction filter coefficientsCalling Sequence
[a,g] = lpc(x)
[a,g] = lpc(x,p)
Description
[a,g] = lpc(x,p)
Determines the coefficients of a pth order forward linear predictor
filter by minimizing the squared error. If p is unspecified, a
default value of length(x)-1 is used.
Parametersx: doublep: int, natural number, scalara: doubleg: doubleExamplesSee also| levinson | prony | pyulear | stmcbAuthorsAyush Baid