search for: dsp_state3

Displaying 1 result from an estimated 1 matches for "dsp_state3".

Did you mean: dsp_state
2000 Dec 08
1
voribs_analysis() question
...ing a single dsp_state)? Ignoring processor 0, because the first 50 blocks will be processed exactly as they are in serial, it would look like this: ----- processor 1: blocks 50-100, all sharing dsp_state1 processor 2: blocks 100-150, all sharing dsp_state2 processor 3: blocks 150-200, all sharing dsp_state3 ...etc. ----- It gets a little more complicated than that, but you get the general idea. Notice that there's an overlap of one block between adjacent processors. The idea would be to process the first (overlapping) block to build up state in that set's corresponding dsp_state, and then th...