Arduino code , using DS3231 library to set time/ date by keypad and print that on lcd. i would like to make user to set time and date from the keypad .
In: Electrical Engineering
question 4. For each of the f0 frequencies in Problem 3(c), construct a sinusoidal signal that is turned on at t = 0 and sampled at 100,000/ 2? Hz over the interval ?0.5 ? t ? 0.5 . Again, using Matlab’s convolution command, determine the amplitude and phase (relative to the input) of the response of the filter. Ignoring edges of output that are subject to numerical artifacts. Compare and contrast your answers to those obtained in Problem 3(c).
previous question #3
3. Suppose the transfer function of a low-pass filter with frequency specified in cyclic frequency f is given by H ( f ) = 100/ (100 +i2? f ):
a. Manually find and sketch the amplitude and phase spectra (on regular, non-log scale) of the transfer function.
b. If the input to the filter is x(t) = Acos (2? f0t), derive the general expression of the output. (Hint: use Fourier convolution theorem.)
c. Find the specific expressions for the outputs for f0 = 10/ 2? , 100/ 2? , 1,000/ 2? , and 10,000/ 2? Hz. (You may use a calculator or Matlab for the computation.)
In: Electrical Engineering
compare and contrast NPN, PNP, and inverting schmitt amplifiers
In: Electrical Engineering
Design this Optimum Horn Antenna given,
X-band, WR-90(waveguide), Gain = 20dBi, and F = 10GHz
In: Electrical Engineering
What is the description of Intel 8051? what is the microprocessor data and address bus width of Intel 8051? i need a deep explanation for both atleast 2 paragraphs for each question.
In: Electrical Engineering
By going online, obtain a high-res SEM pic of a MEMS device and write a brief description for it.
In: Electrical Engineering
Matlab
Design a FIR filter directly using fir1 function in matlab with parameter M = 50.
Design FIR filters with different M = 5, 10, 50, 100, 500 and plot their frequency responses H(e j?) on the same figure.
In: Electrical Engineering
what is recombination via R-G center?
In: Electrical Engineering
Define the meaning of the "Probability of error" and the "Bit Error Rate(BER). Briefly describe their relationship.
In: Electrical Engineering
Define cost analysis on a off grid PV system (mini grid). Use necessary equations required on the summary. Write up of 10pages.
In: Electrical Engineering
Make a write up on half stepper sequence and full stepper sequence on stepper motor control. Differentiate the two, write a summary on findings or results. The motor is driven by TTL logic used to implement the controller. Use 555 timer to operate the controller at 3Hz. Write up to be 6-10 pages
In: Electrical Engineering
Write a MATLAB function that will generate chi-square random variables with v degrees of freedom by generating v standard normal, squaring them and then adding them up. This uses the fact that is chi-square with v degrees of freedom. Generate some random variables and plot in a histogram. The degrees of freedom should be an input argument set by the user.
In: Electrical Engineering
You are using a poorly constructed 4-bit natural binary-coded absolute encoder and observe that, as the encoder rotates through the single step from code 3 to code 4, the encoder outputs several different and erroneous values. If misalignment between the photosensors and the code disk is the problem, what possible codes could result during the code 3-to-4 transition?
In: Electrical Engineering
Using energia software
Write a program for your MSP430 board to will perform the following three tasks: 1. Input: Take a character string as user input through the serial interface. 2. Processing: Convert the entire string to lower case, and 3. Output: Return the processed string to serial output, which will be displayed on your computer monitor. Example: If the input character string is, “Here I am”, the output should be, “here i am”. For serial input and output purpose, you should use the serial monitor feature of the Energia. Note: After completing your homework, make a video of your work with verbal explanations. Make sure your face is seen in the video. If your LaunchPad or Serial Monitor is not responsive when the TA comes to check your homework, show the TA your video.
In: Electrical Engineering
Problem Statement:
Design a combinational logic circuit that meets the following
specifications:
• Input: 3-bit binary integer (A), 2-bit binary integer (B).
• Output: 5-bit binary integer (X) = (AxB). For example, A=6, B=2,
X=6x2=12.
Notation:
• A=(A2,A1,A0)
• B=(B1,B0)
• X=(X4,X3,X2,X1,X0)
Required Output:
Show the truth table and a minimal logic expression for each of the
outputs. Also, draw a logic diagram using discrete gates.
Extra Credit:
Redesign by using multiplexers and minimal discrete logic as
appropriate.
1 | P a g e
A
B
X= (AxB)
LOGIC
CIRCUIT
In: Electrical Engineering