How to create Simulink Fifo model and accept the data from workspace ?
7 ビュー (過去 30 日間)
古いコメントを表示
Hi, I need to create a FIFO in simulink model and shift the data from work space. Could you help by providing some reference designs ?
- Need to create a fifo and shift the data from work space inputs
- what should be the push/pull clocks ? or how do we provide the push and pull signals.
- what should be the sample time for from_workspace
0 件のコメント
回答 (1 件)
Nishant Gupta
2019 年 12 月 16 日
Hi,
You can use the 'Queue' Block from DSP System Toolbox to implement the FIFO, refer following link for documentation:
and also go through the example 2 to know how to provide push and pull signals.
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Messages についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!