On 02/16/2018 02:43 PM, Peter P. wrote:
Hi list,
I am using William Brent's [cepstrum~] to calculate cepstral coefficients from a section of an audio signal. My object outputs 512 the real-valued coefficients as pd message list, which I would like to convert to their absolute value. I can't seem to find an easy way to do this except for possibly sending the list to an array and using tabread
the [list] help has example implementations of a serializer and an accumulator.
gfadsmf IOhannes