Write a program that creates a plot of the power consumed by a 1000 resistor as the voltage across it is varied from 1 V to 200 V. Create two plots: one showing power in watts and one showing power in dBW (dB power levels with respect to a 1 W reference).
1 answer:
Answer:
Program to Plot the power in Watts
voltage=1:200;
resistance=1000;
current=voltage/resistance;
power=current.*voltage;
plot(voltage,power);
xlabel('Voltage in Volts');
ylabel('Power in Watts'); //plot of this program is attached
Program for power in dBW
voltage=1:200;
resistance=1000;
current=voltage/resistance;
power=current.*voltage;
powerdB=10*log10(power);
plot(voltage,powerdB);
xlabel('Voltage in Volts');
ylabel('Power in dBW'); // plot output is also attached
I hope it will help you!
You might be interested in
Answer: Computers as target
Explanation:
Whenever an authorized access is made into a system it is a form of crime and it is called computers as target whereby one is able to access the system and get hands on unauthorized data and can also manipulate various activities which will have many dangerous effects.
Answer:
Open the presentation that you want to add a slide to.
In the pane that contains the Outline and Slides tabs, click Slides, and then click where you want to add a slide.
Explanation:
Explanation:
When one wants to express his or her feelings on each other
Here are some services available at a bank:Retirement Accounts Safe Deposit Boxes Credit Cards Cash Deposting/Withdrawal Financial Management
Answer:
Aporofobia : temor obsesivo a la pobreza y de gente pobre.