Suppose that a radio system uses a 9600 bps channels for sending call setup request messages to a base station. Suppose that packets are 120 bits long. (i) The system transmits packets at a rate of how many packets/seconds? (ii) What is the maximum throughput possible for the radio system with ALOHA and with slotted ALOHA? Write your answers in packets/seconds
In: Electrical Engineering
A room 40 m x 15 m is to be illuminated by 1.5 m 80-W fluorescent tubes mounted 3.5 m above the working plane on which an average illumination of 180 lux is required. Using maintenance factor of 0.8 and the utilization factor of 0.5, (a) calculate the number of tubes required, (b) sketch a suitable layout. The 80-W fluorescent tube has an output of 4,500 lm.
ANS FOR A: 60 TUBES please show complete solution.
In: Electrical Engineering
Below is a code created on CCS for a ti MSP-432 lauchpad. Port 2(LED2) is showing a total of 7 colors instead of the 3 colors wanted. What can I change on the code, so it only displays RED, GREEN, and BLUE one after another?
#include <stdint.h> //exact-width integer types
#include <ti\devices\msp432p4xx\driverlib\driverlib.h>
//driver library
#define DCO_FREQ 48e6 //unit: Hz
void main(void)
{
uint32_t n;
uint16_t p2_data = 0;
WDT_A_holdTimer(); //stop watchdog timer
//Enable FPU for DCO Frequency
calculation.
FPU_enableModule();
//Change VCORE to 1 to support a frequency
larger than 24MHz.
//See data sheet for Flash wait-state
requirement for a given frequency.
PCM_setCoreVoltageLevel(PCM_VCORE1);
FlashCtl_setWaitState(FLASH_BANK0, 1);
FlashCtl_setWaitState(FLASH_BANK1, 1);
//Set the DCO Frequency.
//DCO nominal frequencies: 1.5, 3, 6, 12, 24, 48
MHz.
CS_setDCOFrequency(DCO_FREQ);
//Init clock signals: MCLK, HSMCLK,
SMCLK.
//Can be divided by 1, 2, 4, 8, 16, 32, 64, or
128.
CS_initClockSignal(CS_MCLK, CS_DCOCLK_SELECT,
CS_CLOCK_DIVIDER_1);
CS_initClockSignal(CS_HSMCLK, CS_DCOCLK_SELECT,
CS_CLOCK_DIVIDER_8);
CS_initClockSignal(CS_SMCLK, CS_DCOCLK_SELECT,
CS_CLOCK_DIVIDER_16);
//Configure P1.0, P2.0, P2.1, P2.2 as
output.
//P1.0 is connected to a red LED on
LaunchPad.
//P2.0, P2.1, P2.2 are connected to a RGB
tri-color LED on LaunchPad.
GPIO_setAsOutputPin(GPIO_PORT_P1,
GPIO_PIN0);
GPIO_setAsOutputPin(GPIO_PORT_P2,
GPIO_PIN0|GPIO_PIN1|GPIO_PIN2);
while(1)
{
//simple delay
loop
for(n=0; n<1000000;
n++)
{
//do nothing
}
GPIO_toggleOutputOnPin(GPIO_PORT_P1, GPIO_PIN0);
GPIO_setOutputLowOnPin(GPIO_PORT_P2, (~p2_data)&0x07);
GPIO_setOutputHighOnPin(GPIO_PORT_P2, p2_data);
p2_data++;
if(p2_data >=
0x08)
{
p2_data = 0;
}
} //end of while
}
In: Electrical Engineering
2. Design a falling-edge triggered SR flip-flop with an active-high asynchronous clear.
a) Draw the logic symbol and a truth table.
b) Write a complete VHDL model (entity and behavioral architecture)
In: Electrical Engineering
Need it as copy text
Explain the steps involved in the design flow of field
programmable gate arrays (FPGA)
using electronic design automation (EDA) tools. How the FPGA design
flow differs
front the digital integrated-circuit design flow?
In: Electrical Engineering
1 (20 pts) You are working for NASA/JPL on the Juno mission.
Juno is a large spacecraft orbiting Jupiter.
It's current distance from Earth is 536 million miles. Assume the
speed of light is c = 2:0 108 m/s. The
transfer rate from Juno to Earth is 50 Mbps. The frame is made up
of a 24 byte header plus a variable size
payload of 1 - 1000 bytes. Answer the following:
(a) The total transmission time to send 128 GB of pictures to
Earth. Assume only transmission time and
propagation delay.
(b) The amount of time required to transfer the pictures taking in
to account propagation delay, transmis-
sion delay, queuing delay, and processing delay. Queuing delay is 1
ms per frame and processing delay
is 0.5 ms per frame
In: Electrical Engineering
Q2) (a) construct a truth table for the following function: ?(?, ?, ?) = (?? + ?̅?) ̅̅̅ + ??
(b) Use the truth table of (a) to write the function F in sum of minterms form.
(c) Expand the function ?(?, ?, ?) = ? + ?̅? to product of Maxterms form.
(d) Simplify the following function using K-Map. ?(?, , ?, ?, ?) = ?̅? + ?? + ?̅? + ??̅?
In: Electrical Engineering
Use the Quine-McClusky method to find the minimized product of sums expression for the function F(A,B) = A⊕B.
In: Electrical Engineering
1. Derive expressions for the differential and common mode gains of the amplifier and thence derive the common mode rejection ratio (CMRR). Explain the design steps necessary to achieve a high CMRR.
2. If the differential gain of the first stage of the amplifier is 100 and the -& resistor values associated with the second stage are R1= 15k, R2= 10.5k, R3= 200k and R4= 101k, calculate the CMRR of the whole system.
3. Explain the operation of a Lock – in amplifier system of which the output is independent of the phase of the measurand.
In: Electrical Engineering
You are working on the design of a new hybrid-electric experimental airplane that uses six 12-volt batteries in series. During integration testing, results indicate there is unexplained drain on the batteries. The first step in troubleshooting is to analyze the circuit that may be modeled as three resistors in series, R1 (10 Ω ), R2 (12 Ω ) , and R3 (18 Ω ). Find the total resistance. Calculate the total current. Find voltage across each resistive element. Calculate the power delivered by the batteries. Find the power delivered to the 18Ω . In addition to the above calculations, explain to a member of upper management why better understanding of this circuit by calculating these values may be beneficial to the future design.
In: Electrical Engineering
In: Electrical Engineering
In: Electrical Engineering
Implement a 4x4 multiplier using gate level (verilog code and test bench)
In: Electrical Engineering
What is a slew rate ? List causes of the slew
rate
Find the maximum frequency for a sine wave output voltage of 10 V
peak with an op amp whose slew rate is 1 V/ us .
In: Electrical Engineering
With the increase of output power, analyze the changes of mechanical loss, stator core loss and rotor core loss of an induction motor.
In: Electrical Engineering