How to implement FIFO in MATLAB with continuous input
Show older comments
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 Comments
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
on 11 Mar 2025
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?
Accepted Answer
More Answers (0)
Categories
Find more on Programming in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!