How to implement FIFO in MATLAB with continuous input
古いコメントを表示
How to implement FIFO in MATLAB with continuous input.I dont have any idea about what is the frequency and magnitude in my problem statement.
3 件のコメント
I do not recall encountering the term 'FIFO' in the magnitude plot of the frequency response for a continuous dynamic system. Could you please clarify?
G = tf(1, [2 3 5])
bode(G), grid on
Walter Roberson
2025 年 3 月 11 日
FIFO stands for First In First Out, which is one of the major queuing strategies.
Thanks @Walter Roberson. What do frequency and magnitude mean in this FIFO queuing context? I can't find the keywords in the Wikipedia and GeeksforGeeks articles. Does continuous input refer to non-discrete events, something is not separated into distinct parts?
採用された回答
その他の回答 (0 件)
カテゴリ
ヘルプ センター および File Exchange で Programming についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
