What should be social consideration of an electrical engineer student in lab. (Explain in 250 words)
In: Electrical Engineering
1- Write a Matlab program to perform image resizing, image rotation to 90 degrees, conversion to binary and gray scale, Image segmentation and extraction, draw and find the region of interest with a circle, Plot bounding box, Region extraction and histogram.
2- Write a MATLAB program to Design a GUI calculator which is as shown in below figure 1. Add tool bar options to the GUI calculator and Highlight specific codes written in program and signify the steps followed.
In: Electrical Engineering
A 6-pole and three-phase induction motor has synchronous speed of (1000) RPM.
a) Find the no-load and full-load operating speed of motor for the cases given,
1. 2.5Hz electrical frequency of rotor for no-load condition.
2. 6.3Hz electrical frequency of rotor for full-load condition.
b) Find the speed regulation of motor by using parameters found above.
c) Determine the electrical frequency of rotor under full-load condition so that speed regulation would be equal to 5%? (Electrical frequency of rotor for no-load condition is still 2.5Hz.)
In: Electrical Engineering
What type Integrated Circuit do I need to light a certain amount of connected series or parallel LEDS depending on my voltage. So I have a system that harvest energy and charging a capacitor steadily to around 3V max and I want it to make it so as it's charging the LED lights up. Let say 0.5V LED1 light up and at max voltage all LED light up, so up to say 5 LEDS. Is this possible? if it is what type of IC can i use to do this?
In: Electrical Engineering
Two design approaches sensitive photodetectors are: (i) using
photogenerated electron/hole pairs in the
base of a BJT; and (ii) using a reverse-biased pn junction
operating in the avalanche regime. In point
form, summarize the strengths, weaknesses and similarities of these
designs.
In: Electrical Engineering
Sketch the equilibrium band structure of pnp bipolar junction
transistor (BJT). In point form, explain how
the application of a bias voltage at the “base” changes the band
structure that you have drawn and can be
used to turn this device “on” and “off”. (a well-labeled
equilibrium diagram will enable you to complete this without
any further band-structure diagrams)
In: Electrical Engineering
Where to Import a library into a given code
Digital pins can be used to
Analog pins can be used to
AnalogReadSerial:
What pins on the Arduino can be assigned as…
The Arduino uses what to assign analog values?
Examples of a standard Arduino library
The Arduino uses a structured programming language-what type
Channels of A/D conversion on the Arduino Uno
The Arduino correlates temperature readings with what
In: Electrical Engineering
Using MATLAB plot path loss prediction versus distance and log distance for a cellular system you are designing with the following assumptions: PCS frequency (1900 MHz), base height 20 m, mobile 2 m, suburban area, flat terrain with moderate tree density.
In: Electrical Engineering
QUESTION 2
Suppose you are creating a truth table with 3 inputs (a, b, and c) and 1 output (F). If an 'x' symbol indicates "don't care" (the value of the input does not effect the output), how many input combinations are covered by the single row of a truth table shown below?
a | b | c | F |
---|---|---|---|
x | 1 | x | 1 |
- |
1 |
|
- |
2 |
|
- |
3 |
|
- |
4 |
|
- |
None of the above |
QUESTION 3
Suppose you have a 4x1 multiplexer (MUX) whose inputs are shown below in a single row of a truth table. The inputs i0 - i3 are data inputs and s0 and s1 are selector bits. What Boolean value will the data output, d, be for this row?
i3 | i2 | i1 | i0 | s1 | s0 | d |
---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 0 | 1 | ? |
- |
0 |
|
- |
1 |
|
- |
2 |
|
- |
3 |
QUESTION 4
Suppose you have a 4x1 multiplexer (MUX) whose inputs are shown below in a single row of a truth table. The inputs i0 - i3 are data inputs and s0 and s1 are selector bits. What Boolean value will the data output, d, be for this row?
i3 | i2 | i1 | i0 | s1 | s0 | d |
---|---|---|---|---|---|---|
1 | 1 | 0 | 1 | 0 | 0 | ? |
- |
0 |
|
- |
1 |
|
- |
2 |
|
- |
3 |
QUESTION 5
Suppose you have a 4x1 multiplexer (MUX) whose inputs are shown below in a single row of a truth table. The inputs i0 - i3 are data inputs and s0 and s1 are selector bits. What Boolean value will the data output, d, be for this row?
i3 | i2 | i1 | i0 | s1 | s0 | d |
---|---|---|---|---|---|---|
0 | 0 | 0 | 1 | 1 | 0 | ? |
- |
0 |
|
- |
1 |
|
- |
2 |
|
- |
3 |
QUESTION 6
Suppose you have a 4x1 multiplexer (MUX) whose inputs are shown below in a single row of a truth table. The inputs i0 - i3 are data inputs and s0 and s1 are selector bits. What Boolean value will the data output, d, be for this row?
i3 | i2 | i1 | i0 | s1 | s0 | d |
---|---|---|---|---|---|---|
0 | 1 | 1 | 1 | 1 | 1 | ? |
- |
0 |
|
- |
1 |
|
- |
2 |
|
- |
3 |
QUESTION 7
Suppose you have a 4x2 priority encoder whose inputs are shown below in a single row of a truth table. The inputs d3 - d0 are inputs and e1 and e0 are output bits. What value will the data outputs, e1 and e0, be for this row (assume d3 is the highest priority input and results in the largest encoded value)?
d3 | d2 | d1 | d0 |
---|---|---|---|
0 | 1 | 1 | 1 |
- |
|
|||||
- |
|
|||||
- |
|
|||||
- |
|
QUESTION 8
Suppose you have a 4x2 priority encoder whose inputs are shown below in a single row of a truth table. The inputs d3 - d0 are inputs and e1 and e0 are output bits. What value will the data outputs, e1 and e0, be for this row (assume d3 is the highest priority input and results in the largest encoded value)?
d3 | d2 | d1 | d0 |
---|---|---|---|
0 | 0 | 0 | 1 |
- |
|
|||||
- |
|
|||||
- |
|
|||||
- |
|
QUESTION 9
Select all of the minterms that will be in the Boolean equation that describes the output, f, in the following truth table (a, b, and c are inputs).
a | b | c | f |
---|---|---|---|
0 | 0 | 0 | 1 |
0 | 0 | 1 | 0 |
0 | 1 | 0 | 0 |
0 | 1 | 1 | 1 |
1 | 0 | 0 | 1 |
1 | 0 | 1 | 0 |
1 | 1 | 0 | 0 |
1 | 1 | 1 | 1 |
- |
a'b'c' |
|
- |
a'b'c |
|
- |
a'bc' |
|
- |
a'bc |
|
- |
ab'c' |
|
- |
ab'c |
|
- |
abc' |
|
- |
abc |
In: Electrical Engineering
1.) How would you calibrate a vacuum pressure sensor – draw out a picture and use real devices (Name and model number) in your answer.
In: Electrical Engineering
Brief explanation for two stage amplifier I want a DC & AC analysis. (use 2N3904 and 2N3906)
In: Electrical Engineering
Microwave laboratory questions:
1) Give brief explanation about the Gunn diode, Gunn oscillator,
PIN modulator.
2) What is the common resonator type in the microwave
technology?
3) Why Gunn oscillator instead of cavity resonator?
In: Electrical Engineering
In: Electrical Engineering
a)Explain the statement 'The external RC network makes the system oscilliate' means.
b)Draw an oscilliating waveform
In: Electrical Engineering
1. Draw a simple circuit diagram of half wave specific with sinusoidal input signal define on V_in (t) = A*cos(wt^2*pi*f) with peak voltage of 10 V and frequency of 60 Hz.
2. Design the output voltage in terms of fourier transform.
3. Use matlab to plot the frequency spectrum of the rectified signal for magnitude and phase use load resistance as 1 kilo-ohm and cutoff frequency as 10 Hz.
4. Design a second order butterworth filter of a specific cosine peak viltage of 10V and frequency 60 Hz; sine linke to generate square wave signal.
In: Electrical Engineering