You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I noticed that LPCC function returns the same result as LPC function, despite the first coefficient which is calculated as a log. I looked at the code and I think the problem is intializing the c vector with zeros, because when the formula is applied, the c[k] is always 0, so it's adding 0 to the LPC coefficient.
The text was updated successfully, but these errors were encountered:
Hi! I noticed that LPCC function returns the same result as LPC function, despite the first coefficient which is calculated as a log. I looked at the code and I think the problem is intializing the c vector with zeros, because when the formula is applied, the c[k] is always 0, so it's adding 0 to the LPC coefficient.
The text was updated successfully, but these errors were encountered: