Am Dienstag, 12. Mai 2015, 22:58:52 schrieb Carter:
> Dear all,
>
> Now I'm trying to analysis about noiseprofile.c. I have 2 queries.
> Especially, I can't quite a catch the meaning this process "while((end <
> k) && ((int)clamp(llhh[2*end]*N, 0, N-1) == bin)) end++; It seems
> that this
Dear all,
Now I'm trying to analysis about noiseprofile.c. I have 2 queries.
Especially, I can't quite a catch the meaning this process "while((end <
k) && ((int)clamp(llhh[2*end]*N, 0, N-1) == bin)) end++; It seems
that this is just counting for each bin. But it is hard to understanding
a