Displaying 1 result from an estimated 1 matches for "compute_eband".
Did you mean:
  compute_ebands
  
2010 Feb 08
1
compute_ebands
Hi All,
Is the following loop in function compute_ebands meant to work out the
nearest celt frequency bin to a bark critical band? ?If so why an
offset is required to be considered? Thanks in advance if somebody can
explain it.
Thanks,
Hamid
   /* Spacing follows critical bands */
   for (i=0;i<high;i++)
   {
      int target = bark_freq[lin+i];...