| DSP Blockset | Search  Help Desk |
Using Overlapping Buffers
In some cases it is useful to work with data that represents overlapping sections of the original sample-based or frame-based time-series, as shown below. In estimating the power spectrum of a signal, for example, it is often desirable to compute the FFT of overlapping sections of data. Overlapping buffers are also needed in computing statistics on a sliding window, or for adaptive filtering. Both the Buffer and Rebuffer blocks have a Buffer overlap parameter that specifies the number of overlap points, L.
In this case, the frame period for the output vector is (Mo-L)*Tsi, where Tsi is the sample period of the input data and Mo is the Buffer size.
Note1 and Last output index = 64, First output index = 2 and Last output index = 65, and so on. To obtain the most recent data points, however, you should set the First output index to L+1 and the Last output index to Mo (193 and 256 in this case).