Displaying 2 results from an estimated 2 matches for "rigth_window_start".
Did you mean:
right_window_start
2003 Mar 15
0
mapping mux vector question
...reater than one?
<p>Same file:
paragraph: "packet type, mode and window decode"
8. for [i] in range [right_window_start] ... [right_window_end]-1,
window([i]) = sin(.5 * PI * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * PI/2. + .5 * PI) )
9. window from range [rigth_window_start] ... [n]-1 is zero
^^^^^^^^^^^^^
This should be "right_window_end", otherwise it wouldn't make
sense
<p>Again same file:
paragraph "floor curve decode"
From this point on, we assume out decode context is using mode number...
2003 Mar 16
2
Some Questions
...4--------------------------
Same file:
paragraph: "packet type, mode and window decode"
8. for [i] in range [right_window_start] ... [right_window_end]-1,
window([i]) = sin(.5 * PI * sin^2( ([i]-[right_window_start]+.5) / [right_n] * .5 * PI/2. + .5 * PI) )
9. window from range [rigth_window_start] ... [n]-1 is zero
^^^^^^^^^^^^^
This should be "right_window_end", otherwise it wouldn't make
sense
5------------------------------
Again same file:
paragraph "floor curve decode"
From this point on, we assume out decode context is us...