Develop matlab monte carlo queuing simulator, MATLAB Programming

Assignment Help:

Answers should be submitted in an MS Word document. Simulations should accompany answers in a separate MATLAB file.

1)  Queuing Simulator: Consider a communications router that can route (service) EXACTLY 800 messages per second (mps).

  • Assume that messages arrive at an AVERAGE rate of 850 messages per second.
  • Assume that the arriving messages follow an exponential distribution, while the routing (service) times are constant.

a.  Develop and submit a MATLAB Monte Carlo Queuing Simulator that will:

  • Graphically show the number of messages in the queue as a function of time. Provide a screen shot in this word document.
  • In text show the average number of messages in the queue and the average time a message spends waiting in the queue. Provide a screen shot in this word document.
  • Note: you will have to modify the MC Queuing simulator attached

b.  Run your simulation for the arrival and routing (service) rates indicated above for a total of 4000 messages. Provide a screen shot of the results.

c.  Does the queue appear stable from the output? Explain.

d. Does this make sense? Explain. (Hint: look at arrival rates and servicing rates)

2) Queuing Model Questions: Consider a car repair shop a with the following characteristics:

  • 6 customers arrive per hour
  • 4 mechanics
  • Each mechanic is capable of servicing 2 customers per hour
  • Assume that arrival times and service times are exponentially distributed.

a.  How would you represent the system using Kendall's notation?

b.  Calculate:

a.  The utilization factor for the system.

b.  Is the queue stable or unstable? Why or why not?

c.  The average number of customers in the queue.

d. The average number of customers in the system.

e. The average wait time in the queue.

f.  The average wait time in the system.

c.  What is the probability the 3 or fewer more customers will show up in the first hour?

3)  RAM Questions: Consider two years of driving your car.

  • You drive an average of 1 hour a day for 300 days a year.
  • Over this period of time you have experienced 3 malfunctions that have necessitated taking the car in for servicing.
  • When you take the car in for servicing, you spent an average of 3 hours waiting for the car to be repaired.

a.  What is the mean time between failures for your car?

b.  What is the reliability of your car over a 1 year period?

c.  What is the mean down time for your car?

d.  What is the availability of your car?


Related Discussions:- Develop matlab monte carlo queuing simulator

Write m-function that computes simple returns as formula, Your Task: Write ...

Your Task: Write an M-function that computes simple returns as formula (1). Use this function to calculate the daily returns for each index. Using MATLAB build-in functions estimat

Steady-state conduction equation, Problem: Consider a trapezoidal piece of...

Problem: Consider a trapezoidal piece of polymer film as shown below. The parallel sides of the trapezoid are insulated and the temperature of the bottom and diagonal sides are f

String manipulation, String Manipulation: The string in MATLAB softwar...

String Manipulation: The string in MATLAB software consists of any number of characters and is contained in the single quotes. Actually, strings are considered as vectors in w

Wavelet transform, Explain how the wavelet transform based on the real bior...

Explain how the wavelet transform based on the real biorthogonal "decomposition" wavelet bior 1.5 (the wavelet shape by typing waveinfo ('bior') at the MATLAB command prompt) can

Population pyramid, I want to write a function in matlab which gives me a p...

I want to write a function in matlab which gives me a population pyramid bar chart. could you please help me do this.

Develop matlab monte carlo queuing simulator, Answers should be submitted i...

Answers should be submitted in an MS Word document. Simulations should accompany answers in a separate MATLAB file. 1)  Queuing Simulator: Consider a communications router that

Illustration of a conditional loop, Illustration of a conditional loop - Wh...

Illustration of a conditional loop - While loop: As an illustration of a conditional loop, we will write a function which will find the first factorial which is greater than t

Illustration of output statements, Illustration of Output statements: ...

Illustration of Output statements: For illustration, >> disp('Hello') Hello >> disp(4^3)   64 The formatted output can be printed to the screen by using the fpr

Crank-nicolson method, clear tic L=1; T=0.2; nust=2000; dt=T...

clear tic L=1; T=0.2; nust=2000; dt=T/nust; n=40; dx=L/n;   r=1;  omega=10:10:5000;%Store Range of Frequencies for Simulation u=zeros(n+1,nust+1);%

Write a program to calculates the standard deviation, Write a program that ...

Write a program that reads in numbers (of type double) from a file, stores them in an array, and then calculates the mean, variance, and standard deviation.   Your program shoul

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd