Electrical Engineering homework help

 Using Multisim, design a system by which a control signal of 4 to 20 mA is converted into a force of 200 to 1000N. Use a pneumatic actuator and specify the required diaphragm area if the pressure output is to be in the range of 20 to 100kPa. An I/P converter is available that converts 0 to 5 V into 20 to 100 kPa. A block diagraph of the system is shown below.

Electrical Engineering homework help

I need to deliver a lab report and a quick powerpoint presentation. and I need someone fast that can help me. I have all the information available in this website and its the same information on both documents (lab report and powerpoint presentation).
So first for the lab report I need you to copy all the information from here:
https://engineering.ucdenver.edu/docs/librariesprovider29/college-of-engineering-and-applied-science/sp2020-capstone/elec7-reportfb6f7ce5302864d9a5bfff0a001ce385.pdf?sfvrsn=3a4718b9_2
And put it together as if was my lab report. I go to Florida State University so I need you to erase all information from the original regarding that is from colorado and replace it for florida state. So basically you are copying all the information in a new word document and just replacing Colorado university to Florida state university. (Please I need some creativity on the decoration)
The only thing is that I need a new presentation page similar to the one in the link (first page of the lab report). But you have to put on top Florida State University on top and the logo. and replace the names for this ones:
Andres Bravo: 786-537-1521 / ab13bb@my.fsu.edu
Camila Cayre: 787-903-6959 / cc25cc@my.fsu.edu
Hassem Na: 954-937-7748 / ha90na@my.fsu.edu
Patrick Beverly: 571-265-3000 / pa12ly@my.fsu.edu
At the end of the report there are resumes. Just ignore that part.
For the presentation go here:
https://engineering.ucdenver.edu/docs/librariesprovider29/college-of-engineering-and-applied-science/sp2020-capstone/elec7-presentation.pdf?sfvrsn=1c291fb9_2
Same thing for the presentation. Replace everything that says University of colorado to Florida State University. Put on the same exact information for the presentation and replace the names.
Andres Bravo: 786-537-1521 / ab13bb@my.fsu.edu
Camila Cayre: 787-903-6959 / cc25cc@my.fsu.edu
Hassem Na: 954-937-7748 / ha90na@my.fsu.edu
Patrick Beverly: 571-265-3000 / pa12ly@my.fsu.edu
If you can be creative with the decoration I would appreciate it a lot. I will tip you and give you my best review and on top of that I can give you another easy task.
I need someone that can work right away on this. I need it back in a max of 2 hours.

Electronic Engineering homework help

Consider a source S and a destination D using the Selective Repeat Protocol (SRP) with a window size of N=4N=4. Each packet is 10001000 bits.
The delays are as follows:

  • Each packet transmitted by S has a transmission time of 10 ms10ms.
  • The end-to-end delay from the time that S starts transmitting a packet until D completely receives that packet is 100 ms100ms.
  • Each ack transmitted by D has a transmission time of 1 ms1ms.
  • The end-to-end delay from the time that D starts transmitting an ack until S completely receives that ack is 100 ms100ms.
  • The timeout value is 300 ms300ms.

Here is what happens to each packet:

  • Packet #0 is received by D, and the corresponding ACK is received by S.
  • The first transmission of packet #1 is dropped by a router in between S and D.
  • The second transmission of packet #1 is received by D, and the corresponding ACK is received by S.
  • The first transmission of packet #2 is dropped by a router in between S and D.
  • The second transmission of packet #2 is received by D, and the corresponding ACK is received by S.
  • Packet #3 is received by D, and the corresponding ACK is received by S.
  • Packet #4 is received by D, and the corresponding ACK is received by S.
  • Packet #5 is received by D, and the corresponding ACK is received by S.

(a) At time t = 150 mst=150ms, what is S’s window?
(b) At what time does the retransmission of packet #1 start?
(c) At what time does the application layer at D receive packet #2?
(d) What is the throughput during the time from t = 0 mst=0ms until t = 500 mst=500ms?
Write your answers for parts (a)-(d) (as well as any diagram or equations use to obtain your answers) on paper, and upload the image here:

Electronic Engineering homework help

 

  1. Transient Overloads: One drawback of RM algorithm is that task priorities are defined by their periods. Sometimes, we must change the task priorities to ensure that all critical tasks get completed. With average execution times, all the critical and non-critical tasks may be RM-schedulable. But, if we consider worst-case execution time we wish to schedule so that all critical tasks meet the deadline and the non-critical task may miss the dead line. The solution is to boost the priority of some critical tasks higher than the non-critical tasks. This is done by altering the “Period” of some critical tasks so that their priorities increase. For example: If we reduce the period of a task by k and have k number of tasks each small sub task will have period divided by K, and execution time divided by k. When the period is smaller, the tasks automatically get higher priority. We can also lengthen the period of non-critical tasks and make it larger than the largest critical task and increase the non-critical task’s execution time also.Carry out a period transformation for this task set to ensure that all the critical tasks will meet the dead line even with worst case execution timing.
    1.Draw for your modified table of tasks, timing diagram to show schedulability for average execution time and another diagram to show for worst-case execution time. Identify if any tasks miss the dead line.
  2. Give explanation of your period transformations and solution.
  3. What is CPU Utilization for average and worst-case execution times.
  4. Considering Context switch time to be 1 ms, redraw the execution time line for this system for both average and worst case timing.
  5. What is the system time-loading (CPU utilization) factor with the context switching included