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!
