Questions
Given a RC circuit in series , at time t=0, power supply 4v is connected to...

Given a RC circuit in series , at time t=0, power supply 4v is connected to the circuit causing charging of capacitor, determine at instant 8 seconds :
Where C = 10 mF, R = 4 kOhms, and consider all initial values equal to ZERO.


a) Tension on capacitor;
b) Tension on resistor;
c) total current.

In: Electrical Engineering

all diagrams pertaining to the mode of operation and construction of induction type instruments I'm asking...

all diagrams pertaining to the mode of operation and construction of induction type instruments

I'm asking for diagrams and explanations for them

In: Electrical Engineering

Write a VHDL mealy state machine that detects the pattern 01110 in a stream of bits....

  1. Write a VHDL mealy state machine that detects the pattern 01110 in a stream of bits. The machine should have three inputs; in, clk, reset. The output of the machine goes high whenever the pattern is detected.

In: Electrical Engineering

a single stub tuner, connected in parallel, has a 50 ohm main line, and a 50...

a single stub tuner, connected in parallel, has a 50 ohm main line, and a 50 ohm short- circuited stub .It is used to match a load of Zr = 20+j70 to a 50 ohm system. What are the lengths of the line and stub in centimeters if the single stub tuner is using air filled coaxial lines and the system is operating at 600MHz

In: Electrical Engineering

Calculate the work done to move a Q= - 10uC load from(0,0,0) m to (6,2,0) m...

Calculate the work done to move a Q= - 10uC load from(0,0,0) m to (6,2,0) m within the elektrick field of

E = (x/3+3y) ax+3xay V/m

In: Electrical Engineering

Draw the C.S circuit with cascade connection. Explain the features of this C.S over the simple...

Draw the C.S circuit with cascade connection. Explain the features of this C.S over the simple C.S.

In: Electrical Engineering

Can new oil fail a dielectric breakdown test from a sample taken from a transformer? Explain.

Can new oil fail a dielectric breakdown test from a sample taken from a transformer? Explain.

In: Electrical Engineering

Consider the first order linear time-invariant (LTI) system given by, ??(?) ?? + 4?(?) = ?(?)...

Consider the first order linear time-invariant (LTI) system given by,

??(?) ?? + 4?(?) = ?(?)

Where the system is initially at rest.

Part a: Determine the Frequency Response H(jω) and impulse response h(t).

Part b: When the input ?(?) = ?23?(?), determine the output of the system ?(?).

Part c: Is the system; memoryless? causal? Stable? please justify your answer

In: Electrical Engineering

this has to be coded in c ++ • Write a program which generates a DIFFERENT...

this has to be coded in c ++

• Write a program which generates a DIFFERENT random number between 1 and 100 everytime you run the program. Please go online and see how poeple are trying to
solve this. You can submit their code. Make sure you include a comment which shows
from where the code was taken. You do not need to understand the code but if you
can, thats great. This program will be used in the upcoming labs so you are strongly
encouraged to do it now so that you can use it later.
• Using the code from Part 1, play a game where you have to guess the random number
generated. When the user makes an incorrect guess, print a message which says that
you either guessed too low or too high. The user gets a total of 5 chances to guess
the number. If the user manages to guess the number within 5 chances, then print a
message saying that the user won the game and took %d chances

In: Electrical Engineering

Q1: How to draw equivalent induction machine circuit? Q2: What is the rotor resistance including slip....

Q1: How to draw equivalent induction machine circuit?

Q2: What is the rotor resistance including slip. Why is it R2/s and R2 (s)/(1-s)

Q3: how to find power of the output given torque and speed?

Q4: what are the formulas for Pin?

In: Electrical Engineering

Please answer below question with full detailed explanation in type written, no hand writing please. What...

Please answer below question with full detailed explanation in type written, no hand writing please.

What is the basic difference between synchronous machine and induction machine? Why induction motor is more common as compared to induction generator?

In: Electrical Engineering

hi,I have this C++ program,can someone add few comments with explanation what is the logic and...

hi,I have this C++ program,can someone add few comments with explanation what is the logic and what is what?thank you I m total beginner

#include <iostream>

using namespace std;

int ArraySum(int MyArray[], int size){
    int* p = MyArray;
    int sum = 0;
    while(p<MyArray+size){
        sum += *p;
        p++;
    }
    return sum;
}

int main()
{
    int MyArray[10] = {4, 0, 453, 1029, 44, 67, 111, 887, 4003, 1002};
    
    cout<<ArraySum(MyArray,10);

    return 0;
}

In: Electrical Engineering

1. What is a CHP system and why is it efficient? 2. Explain the direct use...

1. What is a CHP system and why is it efficient?

2. Explain the direct use of geothermal energy and a geothermal heat pump.

3. Describe the types of biomass energy that can be used in buildings.

4. Describe photovoltaic (PV) power and where it can be used in buildings.

5. How does elevation of a wind turbine affect turbine output?

6. Explain the components of a run-of-the-river hydropower system.

7. With respect to a rainwater harvesting system, explain first-flush washing

In: Electrical Engineering

demonstrate that the magnetic field induced by the displacement current present between the plates of a...

demonstrate that the magnetic field induced by the displacement current present between the plates of a parallel plate capacitor of radius R, separated at a distance d, which is being charged by a current I, is maximum just at the edge of the plates. Draw a picture that shows the Amperian spiral you are considering, as well as the surface related to it. Suggestion beware of different surfaces, characterize each with a different radius.

In: Electrical Engineering

Write a MATLAB code to obtain the following. Keep your code commented whenever required. Copy your...

Write a MATLAB code to obtain the following. Keep your code commented whenever required. Copy your source code and command widow outcomes and screen shots of any plots in your solution.

Develop three functions for temperature-conversion.

  • Create a function called F_to_K that converts and return temperatures in Fahrenheit to Kelvin and store results in ‘F_to_K2.txt’.
  • Create a function called C_to_R that converts and return temperatures in Celsius to Rankine and store results in ‘C_to_R2.txt’.
  • Create a function called C_to_F that converts and return temperatures in Celsius to Fahrenheit and store results in ‘C_to_F2.txt’.

Use the following equations to achieve these conversions.

1 degree Fahrenheit =255.928 Kelvin

1 degree Celsius =493.47 Rankine

1 degree Celsius =33.8 degrees Fahrenheit

  • Write an appropriate MATLAB code to collectively call and test these functions.
    • It should import data from ‘Tempr2.txt’ and convey it to each of the above mentioned user defined functions. ‘Tempr2.txt’ is available on BlackBoard under the folder Final_Exam.
    • It should display on the command window one conversion table for each case while displaying first 20 inputs and converted values.
    • It should also display a table on the command window, which presents the mean, median, variance and standard deviation values according to the following Table.

Measurements

       Input

Temperature

Output of

   F_to_K

Output of

   C_to_R

Output of

   C_to_F

Mean

Median

Variance

Standard

Deviation

Tempr2

70.000000
54.000000
-58.000000
-4.000000
-32.000000
17.000000
110.000000
-39.000000
102.000000
-18.000000
-28.000000
35.000000
40.000000
19.000000
-68.000000
-30.000000
-38.000000
-21.000000
-34.000000
26.000000
56.000000
-8.000000
33.000000
43.000000
12.000000
-9.000000
-22.000000
-53.000000
-9.000000
13.000000
-4.000000
16.000000
7.000000
39.000000
-27.000000
-1.000000
17.000000
-14.000000
19.000000
-84.000000
28.000000
28.000000
5.000000
-13.000000
-17.000000
-80.000000
60.000000
37.000000
-49.000000
-69.000000
-14.000000
39.000000
47.000000
32.000000
43.000000
93.000000
-80.000000
28.000000
2.000000
-32.000000
41.000000
5.000000
65.000000
-47.000000
-37.000000
27.000000
-39.000000
11.000000
-15.000000
60.000000
27.000000
-15.000000
-27.000000
-15.000000
125.000000
3.000000
-5.000000
-5.000000
81.000000
-82.000000
61.000000
-31.000000
-9.000000
39.000000
-42.000000
26.000000
1.000000
-65.000000
15.000000
34.000000
37.000000
-23.000000
4.000000
36.000000
32.000000
-14.000000
-59.000000
19.000000
21.000000
80.000000
-73.000000
-13.000000
27.000000
-0.000000
106.000000
-13.000000
-113.000000
41.000000
-65.000000
71.000000
25.000000
-12.000000
-44.000000
98.000000
20.000000
-19.000000
-30.000000
-4.000000
68.000000
101.000000
6.000000
26.000000
21.000000
-77.000000
12.000000
-20.000000
-16.000000
-3.000000
-140.000000
-32.000000
43.000000
11.000000
-21.000000
-12.000000
-49.000000
-30.000000
-24.000000
-4.000000
34.000000
4.000000
1.000000
-37.000000
54.000000
17.000000
33.000000
16.000000
45.000000
81.000000
-17.000000
32.000000
39.000000
5.000000
101.000000
-44.000000
-19.000000
9.000000
6.000000
-6.000000
-19.000000
46.000000
2.000000
-35.000000
91.000000
51.000000
79.000000
4.000000
101.000000
51.000000
-85.000000
-58.000000
34.000000
-1.000000
-2.000000
59.000000
90.000000
25.000000
11.000000
118.000000
4.000000
-18.000000
-25.000000
-32.000000
9.000000
-38.000000
-88.000000
-59.000000
27.000000
60.000000
65.000000
121.000000
-49.000000
73.000000
9.000000
-18.000000
-16.000000
49.000000
37.000000
-85.000000
56.000000
46.000000
-7.000000
-44.000000
-33.000000
-57.000000
2.000000
-14.000000
-11.000000
16.000000
-10.000000
-80.000000
-25.000000
-21.000000
-81.000000
49.000000
-103.000000
26.000000
-10.000000
-13.000000
37.000000
-10.000000
-6.000000
-39.000000
61.000000
55.000000
39.000000
32.000000
41.000000
40.000000
25.000000
37.000000
-30.000000
6.000000
33.000000
-31.000000
5.000000
-4.000000
67.000000
29.000000
60.000000
36.000000
55.000000
0.000000
11.000000
-26.000000
24.000000
159.000000
10.000000
3.000000
48.000000
-73.000000
61.000000
-37.000000
33.000000
19.000000
2.000000
-31.000000
26.000000
61.000000
39.000000
75.000000
-64.000000
6.000000
-63.000000
11.000000
32.000000
-33.000000
69.000000
-19.000000
36.000000
-12.000000
-33.000000
-32.000000
-68.000000
81.000000
-117.000000
-60.000000
-94.000000
-62.000000
-135.000000
35.000000
7.000000
-47.000000
-60.000000
-61.000000
-9.000000
-96.000000
25.000000
1.000000
-12.000000
38.000000
22.000000
-12.000000
7.000000
-2.000000
-26.000000
61.000000
65.000000
9.000000
-46.000000
-54.000000
18.000000
-8.000000
-36.000000
12.000000
-54.000000
22.000000
-75.000000
-118.000000
-5.000000
-44.000000
82.000000
74.000000
-26.000000
-43.000000
-6.000000
-11.000000
74.000000
-12.000000
65.000000
67.000000
131.000000
-14.000000
-19.000000
89.000000
-32.000000
-86.000000
9.000000
30.000000
-13.000000
-13.000000
-63.000000
91.000000
15.000000
-22.000000
25.000000
47.000000
-47.000000
16.000000
-19.000000
88.000000
13.000000
-51.000000
-1.000000
27.000000
110.000000
7.000000
34.000000
65.000000
30.000000
-38.000000
-3.000000
-28.000000
40.000000
82.000000
4.000000
58.000000
-30.000000
13.000000
-4.000000
87.000000
20.000000
43.000000
-12.000000
-27.000000
25.000000
-36.000000
-63.000000
-10.000000
85.000000
-15.000000
16.000000
-25.000000
-98.000000
5.000000
90.000000
-12.000000
-53.000000
-45.000000
23.000000
-16.000000
54.000000
-9.000000
-99.000000
-17.000000
41.000000
56.000000
69.000000
55.000000
59.000000
100.000000
82.000000
14.000000
-19.000000
-9.000000
40.000000
65.000000
-7.000000
81.000000
-31.000000
-18.000000
-14.000000
-28.000000
48.000000
-4.000000
98.000000
5.000000
98.000000
-116.000000
23.000000
19.000000
102.000000
18.000000
94.000000
100.000000
-26.000000
-55.000000
48.000000
-36.000000
-3.000000
-24.000000
10.000000
35.000000
41.000000
12.000000
-42.000000
-37.000000
20.000000
-104.000000
-54.000000
-73.000000
-11.000000
29.000000
123.000000
5.000000
-48.000000
-18.000000
28.000000
56.000000
-18.000000
5.000000
64.000000
16.000000
9.000000
-12.000000
-14.000000
58.000000
-22.000000
3.000000
-47.000000
35.000000
17.000000
27.000000
4.000000
-32.000000
1.000000
-59.000000
-12.000000
120.000000
89.000000
48.000000
27.000000
46.000000
24.000000
52.000000
65.000000
-46.000000
-5.000000
4.000000
-23.000000
-45.000000
69.000000
38.000000
-41.000000
-48.000000
26.000000
-29.000000
-55.000000
-7.000000
-37.000000
47.000000
120.000000
-80.000000
47.000000
26.000000
-37.000000
53.000000
-39.000000
-89.000000
-51.000000
34.000000
26.000000
55.000000
30.000000
68.000000
-95.000000
-10.000000
-13.000000
2.000000
58.000000
-29.000000
18.000000
-91.000000
-41.000000
52.000000
-82.000000
76.000000
-19.000000
31.000000
-54.000000
43.000000
5.000000
68.000000
-22.000000
-32.000000
-33.000000
104.000000
-11.000000
-75.000000
52.000000
6.000000
-13.000000
31.000000
49.000000
-27.000000
11.000000
-11.000000
-24.000000
29.000000
41.000000
-64.000000
61.000000
12.000000
-7.000000
-74.000000
-8.000000
2.000000
10.000000
-17.000000
51.000000
83.000000
67.000000
-7.000000
22.000000
25.000000
-26.000000
4.000000
-24.000000
8.000000
86.000000
-4.000000
-32.000000
74.000000
49.000000
-21.000000
-32.000000
76.000000
7.000000
14.000000
22.000000
-26.000000
59.000000
123.000000
-119.000000
15.000000
52.000000
-35.000000
9.000000
14.000000
-25.000000
40.000000
66.000000
16.000000
23.000000
-22.000000
61.000000
0.000000
27.000000
64.000000
-10.000000
-5.000000
10.000000
-6.000000
-58.000000
29.000000
-67.000000
-10.000000
-65.000000
70.000000
9.000000
29.000000
-8.000000
84.000000
-15.000000
63.000000
63.000000
-21.000000
26.000000
11.000000
111.000000
-45.000000
-74.000000
21.000000
-43.000000
-24.000000
22.000000
-60.000000
59.000000
26.000000
76.000000
-11.000000
51.000000
-51.000000
17.000000
61.000000
-27.000000
9.000000
87.000000
-34.000000
-51.000000
52.000000
4.000000
-50.000000
-40.000000
22.000000
17.000000
-13.000000
16.000000
33.000000
-32.000000
-11.000000
-31.000000
72.000000
-59.000000
86.000000
-23.000000
5.000000
53.000000
42.000000
-12.000000
49.000000
-54.000000
74.000000
63.000000
6.000000
25.000000
54.000000
-11.000000
32.000000
39.000000
24.000000
-66.000000
-12.000000
-94.000000
-14.000000
-34.000000
0.000000
24.000000
47.000000
-2.000000
7.000000
56.000000
70.000000
16.000000
48.000000
-31.000000
84.000000
-28.000000
-33.000000
32.000000
2.000000
-74.000000
59.000000
40.000000
87.000000
20.000000
40.000000
-53.000000
98.000000
124.000000
-14.000000
-30.000000
55.000000
-52.000000
13.000000
-2.000000
46.000000
-93.000000
11.000000
18.000000
-84.000000
-3.000000
36.000000
-59.000000
-10.000000
15.000000
-21.000000
84.000000
43.000000
-24.000000
22.000000
61.000000
17.000000
33.000000
37.000000
42.000000
-61.000000
-29.000000
-13.000000
-75.000000
-65.000000
23.000000
23.000000
51.000000
23.000000
-33.000000
4.000000
-31.000000
48.000000
-71.000000
48.000000
30.000000
44.000000
-24.000000
15.000000
3.000000
-71.000000
29.000000
27.000000
-32.000000
67.000000
-83.000000
-16.000000
-15.000000
-31.000000
-28.000000
29.000000
-39.000000
8.000000
-16.000000
-1.000000
102.000000
-22.000000
49.000000
7.000000
7.000000
-90.000000
56.000000
13.000000
-17.000000
7.000000
-0.000000
97.000000
-50.000000
-23.000000
18.000000
98.000000
18.000000
61.000000
43.000000
41.000000
69.000000
120.000000
12.000000
-10.000000
14.000000
-10.000000
-111.000000
-1.000000
13.000000
-13.000000
-6.000000
67.000000
9.000000
4.000000
-28.000000
-23.000000
-0.000000
11.000000
24.000000
87.000000
73.000000
-55.000000
93.000000
-44.000000
134.000000
15.000000
-17.000000
-96.000000
-15.000000
82.000000
-16.000000
-18.000000
-61.000000
-54.000000
-24.000000
23.000000
-98.000000
38.000000
-19.000000
45.000000
5.000000
-17.000000
30.000000
30.000000
106.000000
-60.000000
-30.000000
-56.000000
-24.000000
-20.000000
-17.000000
-18.000000
-21.000000
-7.000000
26.000000
61.000000
-13.000000
96.000000
49.000000
66.000000
-44.000000
-86.000000
21.000000
22.000000
-80.000000
-69.000000
23.000000
57.000000
73.000000
-41.000000
35.000000
36.000000
3.000000
-48.000000
-50.000000
42.000000
-79.000000
-10.000000
12.000000
60.000000
-13.000000
-65.000000
22.000000
-31.000000
94.000000
-38.000000
14.000000
107.000000
58.000000
4.000000
29.000000
125.000000
75.000000
-61.000000
14.000000
58.000000
-72.000000
19.000000
2.000000
19.000000
-35.000000
-86.000000
-49.000000
99.000000
-1.000000
-43.000000
78.000000
51.000000
-38.000000
59.000000
61.000000
-34.000000
32.000000
-14.000000
68.000000
-58.000000
-15.000000
46.000000
1.000000
34.000000
92.000000
-16.000000
-50.000000
83.000000
-17.000000
21.000000
-24.000000
-73.000000
-42.000000
71.000000
-16.000000
-3.000000
20.000000
64.000000
13.000000
-8.000000
-38.000000
34.000000
-99.000000
-54.000000
42.000000
27.000000
-59.000000
32.000000
28.000000
-54.000000
1.000000
85.000000
-20.000000
-62.000000
13.000000
-23.000000
-13.000000
26.000000
2.000000
-14.000000
-47.000000
-36.000000
-46.000000
-25.000000
93.000000
12.000000
-22.000000
-1.000000
17.000000
19.000000
21.000000
60.000000
-12.000000
23.000000
-26.000000
-88.000000
-24.000000
76.000000
-13.000000
56.000000
35.000000
-25.000000
101.000000
49.000000
50.000000
-40.000000
-27.000000
37.000000
65.000000
4.000000
91.000000
-1.000000
41.000000
5.000000
60.000000
-11.000000
3.000000
-70.000000
20.000000
9.000000
31.000000
22.000000
-28.000000
38.000000
136.000000
-27.000000
52.000000
-24.000000
-40.000000
-51.000000
34.000000
7.000000
49.000000
-5.000000
-54.000000
-5.000000
1.000000
36.000000
-56.000000
-87.000000
28.000000
-34.000000
-20.000000
33.000000
6.000000
13.000000
64.000000
58.000000
5.000000
-22.000000
-55.000000
21.000000
121.000000
57.000000
16.000000
-50.000000
-56.000000
-22.000000
-182.000000
26.000000
67.000000
11.000000
-11.000000
73.000000

In: Electrical Engineering