Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

The current-voltage characteristic or I-V curve is a relationship, typically represented as a chart or graph, between the electric current through a circuit, device,

image text in transcribed image text in transcribed

The current-voltage characteristic or I-V curve is a relationship, typically represented as a chart or graph, between the electric current through a circuit, device, or material, and the corresponding voltage, or potential difference across it. You are given a MOSFET device with the following I-V curve: Drain current [arbitary unit] 50 40 30 20 10 0 0 linear region 4 6 Drain to source voltage [V] VDS ID 13 25 1234 saturation region 6 8 Vas-VTH=7 V 33 40 57 59 8 6V After properly biasing the device, you then proceed to take measurements of the drain current at key drain to source voltages when the gate to source voltage is set to produce a response corresponding to the VGS-VTH = 7V line. The recorded measurements are given in the table below: SV 4V 3V 2V 1V 10 Based on these measurements, write a program to recreate the associate I-V curve. Your program should sweep through values for Vos starting from 1 and ending at 8 with steps of 0.25. Use the same method for interpolating between two values as was done in assignment 2. For each Vos value, create a bar chart that displays the relative value of Ip as shown in the next image. 1.00 - 13.0 1.25 1.50 1.75 2.00 2.25 2.50 2.75 3.00 3.25 3.50 3.75 4.00 4.25 4.50 4.75 5.00 5.25 5.50 5.75 6.00 6.25 6.50 6.75 7.00 7.25 7.50 7.75 8.00 MOSFET Drain Current vs Drain to Soure Voltage - 16.0 - 19.0 22.0 25.0 27.0 29.0 31.0 - 33.0 34.75 36.5 38.25 40.0 42.125 44.25 46.375 48.5 50.625 52.75 54.875 57.0 57.25 57.5 The output from your program should be exactly the same as the above image. Note: 57.75 58.0 58.25 58.5 58.75 59.0 To produce the line underneath the title, print (char)0x2501 several times using a for loop To produce the horizontal line next to the Vds values, print (char)0x2507 To produce the bars in the graph, print (char)0x2588

Step by Step Solution

3.36 Rating (146 Votes )

There are 3 Steps involved in it

Step: 1

Answer include include int main double VDS 1 2 3 4 5 6 7 8 do... blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microeconomics An Intuitive Approach with Calculus

Authors: Thomas Nechyba

1st edition

538453257, 978-0538453257

More Books

Students also viewed these Programming questions