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

19 ビュー (過去 30 日間)
Dirk kok
Dirk kok 2012 年 5 月 30 日
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

回答 (0 件)

カテゴリ

Help Center および File ExchangeGeneral Applications についてさらに検索

製品

Community Treasure Hunt

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

Start Hunting!

Translated by