How to calculate the initial buffer size for the transport delay block

15 views (last 30 days)
Hi,
From the matlab help file:
Initial buffer size
Define the initial memory allocation for the number of input points to store.
Settings
Default: 1024
If the number of input points exceeds the initial buffer size, the block allocates additional memory.
After simulation ends, a message shows the total buffer size needed.
----- Do I understand it correctly that the number of the buffer is the number of points to stored (no mater what size each point is)?
If so, then I can calculate the size I need as follows:
fixed sample time: 10 samples per second (10 hz) delay: 0.5 second (5 samples) Thus buffer size = 5
For my model I would like to calculate the size of the buffer so I store enough data, but not run out of buffer.
thanks

Answers (0)

Categories

Find more on General Applications in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!