Questions
Write a detailed summary about the working principle of Schottky diodes, photodiodes, solar cells and light...

Write a detailed summary about the working principle of Schottky diodes, photodiodes, solar cells and light emitting diodes (LEDs). You can use any source you want, but please include your sources in the “References” section of your summary!

In: Electrical Engineering

Please list and describe the THREE major parts of a VHDL program. Describe each of them...

Please list and describe the THREE major parts of a VHDL program. Describe each of them and give an example.

In: Electrical Engineering

Control DC Using PIC18f46k20 and MPLAB IDE v8.8, write a program that can 1. Start and...

Control DC Using PIC18f46k20 and MPLAB IDE v8.8, write a program that can

1. Start and Stop the motor

2.Vary The motor Speed

3.Change the direction of the motor rotation

4.Display motor speed in OLED screen

using c of MPLAB IDE v8.8

please test the code before posting

In: Electrical Engineering

How to Design amplifier circuit that has a gain of 1000 to 1500. And apply it...

How to Design amplifier circuit that has a gain of 1000 to 1500. And apply it on multisim.

In: Electrical Engineering

Explain the purpose of the following: (a) CT (Current transformer), (b) PT/VT (Potential Transformer/Voltage Transformer), (c)...

Explain the purpose of the following: (a) CT (Current transformer), (b) PT/VT (Potential Transformer/Voltage Transformer), (c) Relay, (d) Circuit Breaker.

In: Electrical Engineering

IEEE Std 1110-2002 - IEEE Guide for Synchronous Generator Modeling Practices and Applications in Power System...

IEEE Std 1110-2002 - IEEE Guide for Synchronous Generator Modeling Practices and Applications in Power System Stability Analyses

a) Basic Information about the Standard: Name, number and issue date of the standard

b) One to three sentences discussing what the specification covers (For example, “This standard covers the testing method of a synchronous machine to obtain the machine parameters…”).

c) Answer the following question in your own words: Why is the standard important? (Obviously, if it wasn’t important, no standard would be necessary.)

d) Answer the following question in your own words: If this standard did not exist, what would be the impact of not having this standard?

e) In two to four paragraphs, describe the content of the standard. If you can include an example, that would be helpful, but it is not required.

f) Provide a two to four sentence summary of what you covered above. Don’t just repeat yourself. Use this opportunity to help the reader of your document understand what you think they should know about this standard.

In: Electrical Engineering

Project suggestion which includes Microcontrollers and PCB and some sensors

Project suggestion which includes Microcontrollers and PCB and some sensors

In: Electrical Engineering

4.1 Describe, with block diagram, the measurement method of small signal s-parameters. 4.2 Describe, with block...

4.1 Describe, with block diagram, the measurement method of small signal s-parameters.

4.2 Describe, with block diagram, the measurement method of large signal s-parameters.

In: Electrical Engineering

A) what is parameters of Bow tie antenna ? B) What is aspects of Bow tie...

A) what is parameters of Bow tie antenna ?
B) What is aspects of Bow tie antenna ?   

Please Accept the solution part A and part B


In: Electrical Engineering

Derive the equation of motion for the system and obtain its transfer function of Controller for...

Derive the equation of motion for the system and obtain its transfer function of Controller for Propeller Driven Pendulum showing the steps .

In: Electrical Engineering

1....How does the internal resistance of the inductor affect the circuit? 2... Both capacitors and inductors...

1....How does the internal resistance of the inductor affect the circuit?

2... Both capacitors and inductors store energy, where the capacitors store energy in the form
of electric field while the inductors store energy in the form of magnetic field. Due to this energy storage,
each component inserts a delay in the voltage or current of the circuit. Both components are widely used
in filters among other applications. In a very basic way, explain how capacitors can be used in flash
cameras and how the inductors can be used in automotive ignition circuits.

In: Electrical Engineering

Use the 74LS138 , to design an address decoder that will place 8K by 16bit RAM at a starting address of C000h and 8K RAM at a starting address of 6000h.

Use the 74LS138 , to design an address decoder that will place 8K by 16bit RAM at a starting address of C000h and 8K RAM at a starting address of 6000h.

In: Electrical Engineering

Research case studies on Southwest Airlines. Then answer the following question. 1. What is the Southwest...

Research case studies on Southwest Airlines. Then answer the following question.

1. What is the Southwest business model and why is it so effective?

In: Electrical Engineering

Instructions: 1. Solve the following problems in a MATLAB script. You will be allowed to submit...

Instructions: 1. Solve the following problems in a MATLAB script. You will be allowed to submit only one script, please work all the problems in the same script (Hint: careful with variables names) 2. Show your work and make comments in the same script (Use %). Please write your name in the first line of the scrip with % 3. It is OK to work with other students, but what you submit should be your own work – not something copied from someone else.

Problem #1 (10 points): Using loops show the following calculation: ? ???? 25 3 ????=1

Problem #2 (15 points): When working with computer, microprocessors or digital systems most of the commands are represented in binary numbers, hexadecimal numbers, ASCII or octal. We want to write a code that do the following a. Inputs are decimal digits from 200 to 400 counting by 10 b. When the counter find a number smaller than 300 the result will be the same number converted into hexadecimal c. When the counter find 300 display “We are at 300 from now on the numbers will be display as binary numbers” d. When the counter find an number bigger than 300 the result will be the same number converted into binary

Problem #3 (25 points): As you make decisions over your 401K, you find one investment opportunity that will draw 09% interest per year added to your account. The trick about this investment is that you will need to cancel the investment as soon as you double the amount of money you put in the first time which could be any amount from $5000 - $7000. You will received statements of the balanced for the total years you invested until the balanced is doubled. Expected from this program: • Initialize balance, year, and interest rate. Your first year is denominated at year 0. • You will need to display the balance with headings “Year” and “Balance” until the balance is twice the original. • Please display the numbers with bank format Example: Initial Balance=4500.00 Year Balance 1.00 4905.00 2.00 5346.45 3.00 5827.63 4.00 6352.12 5.00 6923.81 6.00 7546.95 7.00 8226.18 8.00 8966.53 9.00 9773.52

Problem #4 (35 points): A friend ask you to babysit their 5 year old named Kylo-Ren. After the kid tablet run out of battery and is almost at the point to start screaming, you decide to play a game. Since you are an expert in MATLAB or at least love writing some easy scripts, you decide to work a game for him. You want MATLAB to generate a random integer number that KyloRen will guess. Expected from this program: • Generate a random integer (no higher than 25). Keep in mind that a 5 year old will probably do not want to play a game if it is too long or too short. • Ask the user to input a guess. Please specify how high the guess could be. • Check the guess given for the user. If the guess is too low tell the user: “Kylo-Ren, your guess is too low, please try again and enter a new guess number”. The same thing should happen if the guess is too high. • When the guess is equal to the random number please congratulate Kylo-Ren. • If you can add sounds to the game, Kylo-Ren will be more eager to play over and over again which will give you time to watch one episode of the Big Bang Theory. Plus you can get bonus points. Example: Please enter your guess between 1 and 20: 5 Sorry your guess is too low Please enter your next guess: 15 Sorry your guess is too high Please enter your next guess: 5 Sorry your guess is too low Please enter your next guess: 10 Sorry your guess is too low Please enter your next guess: 12 Sorry your guess is too low Please enter your next guess: 14 Sorry your guess is too high Please enter your next guess: 13 At last! :)

Problem #5 (15 points): You all know I like sports, especially baseball. What is your favorite sport? Expected from this program: • Show the options in a menu form for the user for them to press either Baseball, Football, Soccer, Track and Field, Other, and Quit Survey. • When display a fun fact for each sport as follows o Baseball - display “Bobby Richardson is the only player to win an MVP on the World Series losing team” o Football – display “It takes 600 cows to make one full season’s worth of NFL footballs” o Basketball – display “ Basketball was invented by a YMCA teacher in Springfield, MA” o Soccer – display “FC Barcelona wears UNICEF logo in their shirt while donating 1.5M euros each year – Reverse sponsorship” o Track and Field – display “UNC Charlotte Men T&F Team Won C-USA Championship this year” o Other – display “ Golf: The average golf ball has 336 dimples, Tennis: Tennis balls where change from white to yellow in 1972” o Quit Survey – display “Thanks for participate” Example: Panther: Keep Pounding Broncos are my option Thanks for participate

Problem #6 (20 points): We have set up a limit in current on a piece of equipment to be 0.45 Amps. When the system is running data is gather in the DAQ. The system generates a vector of 10 random numbers in one single column. The control system is comparing if the values of the result currents are higher than the limit set for the supplier. We need to project the results into a monitor for easy understanding and to take action over the equipment. If one of the parameters in the vector has a value higher than the limit, we will need to display a message that say “There is at least one current value measure above the limit”, if this is not true, please display “All values are below the limit. You can proceed with your data acquisition”.

In: Electrical Engineering

A sinusoidal wave is a fundamental building block to the principle of Fourier transform. You are...

A sinusoidal wave is a fundamental building block to the principle of Fourier transform. You are given a few sinusoidal waves below:

?(?) = sin(?) + cos(?)

?(?) = ???2(?) + ???2(?)

?(?) = 3 ∗ sin(?) + ???2(?)

Where ? varies from 2? ?? 3?. Create a Simulink model to graph the given waves parametricall

In: Electrical Engineering