Questions
2) Counters a) Design a two-bit counter of value AB which cycles through the following repeating...

2) Counters
a) Design a two-bit counter of value AB which cycles through the following repeating pattern, using each of the following ?ip-?ops. Clearly show your design with all the necessary connections.
AB : 00 ?? 10 ?? 01 ?? 00 ?? 10···
i) two D-FFs ii) two T-FFs iii) two JK-FFs
b) Design a three-bit counter of value ABC which cycles through the following repeating pattern, using each of the following ?ip-?ops. Clearly show your design with all the necessary connections.
ABC : 001 ?? 100 ?? 011 ?? 010 ?? 001 ?? 100···
i) three D-FFs ii) three T-FFs iii) three JK-FFs

In: Electrical Engineering

Name and defined a specific software architectures or development methodologies, and explain how it supports the...

Name and defined a specific software architectures or development methodologies, and explain how it supports the development methodology and processes?

In: Electrical Engineering

Very short answer questions: The IR Detector that we tested in the lab was essentially a...

Very short answer questions:


The IR Detector that we tested in the lab was essentially a photo diode. What quantity was the light (from the infra-red source) converted into. Is this the same as a pn-junction diode? Sketch the I-V characteristics of the photodiode.


Derive the gain expression for a non-inverting amplifier setup and for an inverting amplifier setup.


Both 741 and 311 can be used as a comparator. Which one is better? Justify by explaining their output voltage waveforms.


What are the VBE (voltage from base to emitter) and VBC (voltage from base to collector) voltages when 2N3904 transistor (npn) is not connected to any supply? Draw the direction of the two diode junctions so formed.


What are the voltage and current gains for a Emitter Follower and Common Emitter Amplifier?

In: Electrical Engineering

A three-phase asynchronous motor with 380 Δ / 660 λ, 35 Kw, 1400 rpm label on...

A three-phase asynchronous motor with 380 Δ / 660 λ, 35 Kw, 1400 rpm label on the label will be started in 380 volt network.
Draw the control and power circuit according to the requests below.
A) The motor will be turned right and left
B) Motor will be protected against overcurrent and two phases
C) The green lamp will light when the engine is turning to the right and the blue lamp will be turning when turning to the left.

In: Electrical Engineering

What is flashover and arcing? How do they happen and why?

What is flashover and arcing? How do they happen and why?

In: Electrical Engineering

How can we keep the terminal voltage equals to constant independently from load change?

 How can we keep the terminal voltage equals to constant independently from load change?

In: Electrical Engineering

Write a Matlab code for PSK modulation of Polar signal full widht rectangular pulses and data...

Write a Matlab code for PSK modulation of Polar signal full widht rectangular pulses and data rate 1 mbit/s also find PSD of psk and estimate Bandwidth

In: Electrical Engineering

A movie theater is planning to offer the possibility to book the seats either online or...

A movie theater is planning to offer the possibility to book the seats either online or at the kiosk of the theater. Design the booking application for the theater taking in account the following consideration:

- The theater has 100 seats only.

- More than one user may be trying to book the same seat at the same time.

- Any seat can be booked by only one user.

- A seat can be available for the kiosk agent and the online user at the same time but can be booked by only one of them.

- If the client did not book a seat online or changed his/her mind at the kiosk, the seat must be available again for booking.

Use the process synchronization techniques. You are allowed to use variables as much as you need in the design.

The code does not have to be complicated or detailed. Thanks for the help!

In: Electrical Engineering

The parameters of a 3-phase, 4-pole, 50 Hz, Y-connected, wound-rotor induction motor are listed below. These...

The parameters of a 3-phase, 4-pole, 50 Hz, Y-connected, wound-rotor induction motor are listed below. These are the default values of the “Asynchronous Machine” model in MATLAB Simulink. r1=0.5968 ?; r2=0.6258 ?; L1=0.0003495 H; L2=0.005473 H; Lm=0.0354 H; Stator line voltage = 400 V rms. The motor for rotor speeds nm= 0 to 1500 rpm.

X1= 0.1097 ohm, X2= 1.719 ohm , Xm= 11.12 ohm, RTH = 0.5853 , XTH = 0.1395 and VTH = 230.82 V.

Suppose the motor is to rotate a fan for which the load torque is proportional to cube of the speed: ?m = (1.3×10^ -5 )*?m^3 where ?m is the fan speed in rad/s. Then use MATLAB to plot the torque-speed characteristic of the fan as the motor torque-speed characteristic. What would be the motor speed and torque?

*************** Please do not copy and paste from other answered questions on Chegg, *******************

In: Electrical Engineering

Overview In this assignment you are required to implement binary code comparator using Xilinx that it...

Overview

In this assignment you are required to implement binary code comparator using Xilinx that it is compatible with the MXK Seven Segment Displays. You will draw your digital logic circuit using Xilinx and then simulate it to verify the functionality of your design.

Software Requirements

? Xilinx ISE 10.1 or higher

Specifications

Binary Code Comparator

The binary code comparator is to be implemented and made compatible with the seven 7-segment displays of the board. Represent the first five digits of your student number into binary. If a given decimal digit is odd, then the binary equivalent will be 1, otherwise it will be 0. For example, the student (decimal) number 99805234 will produce 11001. The user is to enter a 5-bit binary sequence one bit at a time. The five bits will be displayed on five of the seven segment displays. If the five entered bits equal to the stored binary code, then ‘E’ is to be displayed on the sixths seven- segment display. However, if the five entered bits do not equal the binary code, then ‘n’ is to bedisplayed. Note that you do not have to display bits as they are received in accumulating manner (as shown in the figure below), rather, you can display all five bits and the comparator outcome (‘E’ or ‘n’) when the fifth bit is received. All six seven-segment displays are to stay on for five seconds, then they will be erased. Once the displays are erased, the circuit will be ready for receiving a new set of five input bits.

- Reset: if pressed, the circuit will return to the initial state and all seven segment displays are to be erased.

- Input (could be received from a dipswitch in your MXK): to specify the binary input (1 or 0).

- Trigger (could be received from a pushbutton in your MXK): to allow the input to be received by the circuit.

- Clock: to alternate between the 7-segment displays (expected to be around 1000 Hz).

There are two sets of outputs, which are:

- d1, d2, ..., d7 (anodes to switch between the seven 7-segment displays)

In: Electrical Engineering

4)Design a band-pass filter with a passband from 500 Hz to 2000 Hz using “butter” routine...

4)Design a band-pass filter with a passband from 500 Hz to 2000 Hz using “butter” routine of MATLAB. Assume a sampling frequency of 8KHz. Let the filter order be M=4. Plot the magnitude response and provide the filter coefficients and the transfer function

In: Electrical Engineering

(CLO_1): (Cognitive Level C2, i.e., Comprehension) (PLO_1, i.e., Engineering Knowledge) Explain the following devices with the...

  1. (CLO_1): (Cognitive Level C2, i.e., Comprehension) (PLO_1, i.e., Engineering Knowledge) Explain the following devices with the help of the construction diagram and device operation
    1. n-channel JFET
    2. n-channel Depletion MOSFET III-     n-channel Depletion MESFET

In: Electrical Engineering

sir I want to make discrete time Fourier series on GUI MATLAB can any one tell...

sir I want to make discrete time Fourier series on GUI MATLAB can any one tell me step by step procedure or coding for Discrete time Fourier series on GUI? pleaseeeee

In: Electrical Engineering

Create a state meachine that encrypts an incoming digital bitstream using a D-flip-flop and a Mealy...

Create a state meachine that encrypts an incoming digital bitstream using a D-flip-flop and a Mealy Meachine. The device have to meet these requirments:

A. The output of the encryption device matches the input bitstream until a certain set of bits is detected (such as 110). After this detection, the output is the complemented version of the input.

B. When a second bitstream 010 is detected, the output reverts to simply matching the input stream again. Please make both bitstreams that cause the switching action to be at least 3 bits in length.

Please include the following for the above questions:

1. A state graph for the machine.

2. The state tables, truth tables, and K-maps that you used to design the machine.

3. Give the example bitstream output demonstrating the machine in operation. Example bitstream: 0111010001110101

In: Electrical Engineering

Approximately how many ft (m) of cable are required to connect the oven in the residence?

Approximately how many ft (m) of cable are required to connect the oven in the residence?

In: Electrical Engineering