No BSD License  

Highlights from
speech processing tool

image thumbnail
from speech processing tool by MEKHMOUKH Abdenour
speech processing tool

cepstre(x)
function [tluser] = cepstre(x)
% fft, abs, log, ifft, real
tluser = real(ifft(log(abs(fft(x)))));

Contact us at files@mathworks.com