pysptk.sptk.lpc2c

pysptk.sptk.lpc2c(lpc, order=None)[source]

LPC to cepstrum

Parameters:
lpc : array

LPC

order : int, optional

Order of cepstrum. Default is len(lpc) - 1.

Returns:
ceps : array, shape (order + 1)

cepstrum