| DSP Blockset | Search  Help Desk |
| rebuffer_delay | See Also |
Compute the number of samples of delay introduced by the Rebuffer block.
Syntax
d = rebuffer_delay(f,n,m)
Description
d = rebuffer_delay(f,n,m)
returns the delay (in samples) introduced by the Rebuffer block for frame-based operation with input frame size f, Buffer size n, and Buffer overlap m.
In sample-based operation, the delay is always n-m samples.
See Also
Rebuffer block