How to find passband frequency from cut-off frequency without using MATLAB? Please show a numerical example.
In: Electrical Engineering
Briefly describe the significance of the Shannon limit for information capacity.
In: Electrical Engineering
name two statistical distributions that are commonly used to describe the statistical properties of the flat fading channels. and explain their simmilarities and the differences.
In: Electrical Engineering
Draw a layout for Micro-Electro Mechanical Systems (MEMS) pressure sensore. For each layer, indicate it using a different color. Also, mention the dimensions.
In: Electrical Engineering
design, simulate, and implement a 12W Multi Voltage AC/DC Adapter Switching Power Supply, Suitable for 3 V to 12 V Device.
Design Specifications:
(a) Design and simulate a regulated power supply using bridge rectifier, capacitors, and Zener diode (no Integrated Circuit). The source voltage is 110±10 Vrms, 60 Hz frequency. The output voltage is as follows (±5%): 3 V and 7.5V
(b) The rating of the adapter will be 12W and 5% regulation. To protect your circuit include surge protection and fuse in the circuit design.
(c) Total number of element should be less than 12 for reducing environmental impact.
(d) Total Cost of the components of your design should be less than $10
please do it on a breadboard as well as on the multisim. provide pictures of the work done please. thank you.
In: Electrical Engineering
Design a stepper motor controller for half step mode in MultiSim.
The following will be your inputs:
CLOCK – A 1Hz clock signal
RESET – A SPST switch configured as an input to reset the system
DIRECTION – A SPST switch that determine the direction. HIGH for clockwise and LOW for counterclockwise
Be sure to include each of the following:
State Diagram
State Assignments
Next State Table
Boolean equations for next state logic and output logic
Build the circuit in MultiSim and attach screenshot.
In: Electrical Engineering
In: Electrical Engineering
you are asked to compare the price of energy in the form of gas or electricity. Please follow the following steps: Get latest copies of your electric and gas bill. If you don’t pay for it, or if you are using all electric appliances, get copies from a friend or family. What is the price you pay for electricity in kWh? Ignore all taxes and other supplemental fees. What is the price you pay for gas in therms? per cubic foot? One therm is 100,000 Btus. Calculate costs of $ per million Btu for both electricity and gas. Which one is more expensive? Why? From the energy efficiency point of view, which appliances make sense to operate with electricity? With gas? Assume that all your energy needs come from electricity. How much more (or less) would you have to pay? Which of the energy forms (electricity from fossil fuels, gas, or solar electricity) are most appropriate (energy efficient) to Operate a radio Run an air conditioner Use for home water heating Use for cooking oven Operate an elevator Weld
In: Electrical Engineering
A buck converter is operated from the rectified 230 V ac mains,
such that the converter de input voltage
IS
V8 = 325 v ± 20%
A control circuit automatically adjusts the converter duty cycleD,
to maintain a constant de output voltage
of V = 240 V de. The de load current I can vary over a 10: 1
range:
lOA::;J:s;lA
The MOSFET has an on-resistance ofO.S Q. The diode conduction loss
can be modeled by a 0.7 V
source in series with a 0.2 Q resistor. All other losses can be
neglected.
(a) Derive an equivalent circuit that models the converter input
and output ports, as well as the loss
elements described above.
(b) Given the range of variation of V8 and I described above, over
what range will the duty cycle
vary?
(c) At what operating point (i.e., at what value of V8 and I) is
the converter power loss the largest?
What is the value of the efficiency at this operating point?
In: Electrical Engineering
For buck and boost type converter, compare the impact of load resistance when the
converter goes from continuous conduction mode (CCM) to discontinuous conduction mode
(DCM) on (give reasons to validate your answer)
a. Voltage Gain
b. Output voltage ripple
c. Inductor current (nature of waveform)
In: Electrical Engineering
Write a program By using ardino and h-bridg and dc motor
No sensoer.
VICHAEL start from A move some distance till point B
than turn 90 degree than move some distance till C
than turn 90 degree and move Tell point D
than turn 90 degree and move till start point which is A
As square moving (, starting from A and back to A)
In: Electrical Engineering
Matlab
Explain the codes below
% Jake.m
% Generate a frequency selective fading
function [r, iout, qout] = Jake(idata, qdata, nsamp, fs, fc, NN, N1_arr, velocity, counter_arr, delay_time, attn, flat)
%****************************** variables *******************************
% idata input Ich data
% qdata input Qch data
% nsamp Number of samples to be simulated
% fs Sampling frequency (Hz)
% fc Carrier Frequency (Hz)
% NN Number of paths
% N1 Number of waves in order to generate fading
% velocity Mobile speed in Km/h
% counter Fading counter
% delay_time Delay for each fading path (ns)
% attn Attenuation level for different fading paths (dB)
% flat flat fading or not
% r Envelope of fading channel complex impulse response
% iout output Ich data
% qout output Qch data
%************************************************************************
v = velocity./3.6; % m/s
c = 3e8;
fm = fc*v/c; % Maximum doppler frequency (Hz)
delay_samp = round(delay_time.*fs.*1e-9); % normalized delay time in number of samples
total_attn = sum(10.^(-1.0.*attn./10.0)); % normalize the power
tstp = 1/fs; % minimum time resolution
iout = zeros(1,nsamp);
qout = zeros(1,nsamp);
r = zeros(1,nsamp);
theta = zeros(1,nsamp);
for i=1:NN
atts = 10.^(-0.05.*attn(i)); % attenuation for current path
[itmp, qtmp] = delay(idata, qdata, nsamp, delay_samp(i));
[r_single, iout_single, qout_single] = fade2(itmp, qtmp, nsamp, tstp, fm, N1_arr(i), counter_arr(i), flat);
counter_arr = counter_arr+200; % update counter
iout = iout + atts.*iout_single./sqrt(total_attn);
qout = qout + atts.*qout_single./sqrt(total_attn);
end
r = sqrt(iout.^2+qout.^2);
In: Electrical Engineering
Write a MATLAB function named numberWords() that takes a whole number as an argument and returns a string containing the number word for the whole numbers 0 - 999.
For example: numberWords(234) would return 'two hundred thirty-four'
If the input value is not a whole number between 0 - 999 then the function should return a string equivalent to 'ERROR'.
In: Electrical Engineering
Application |
A solar photovoltaic (PV) power system was installed outdoor near PMU campus. The objective is to study the environmental effects (Temp, Humidity, Dust, Wind…) on the PV panel total generated electric power. The environmental data should be acquired and monitored from a remote center in PMU Labs ( Your task is not to measure PV output power) |
Your Task |
To design a measurement system to meet the application requirements. Assume the availability of the following six sensor temperature, humidity, dust, light, solar radiation and wind speed/direction. |
c) Define the measurement system specifications to meet the above application requirements
1 |
|
2 |
|
3 |
|
4 |
|
d) Develop a feasible design: draw the measurement system block diagram and describe the function of all needed subsystems
In: Electrical Engineering
matlab code to calculate cost (min cost) of generators for 30 bus IEEE.
In: Electrical Engineering