Question
create a python code to graph 2 point plot lines with 8 points per line with a curve to show RC filter High (Line 1)
create a python code to graph 2 point plot lines with 8 points per line with a curve to show RC filter High (Line 1) and Low (Line 2) with a legend stating: Black = Low Pass, Red = High Pass. Have grid on. X title=Frequency (Hz), y title = Vpp (mV). Graph title = RC Filter. Allow Low pass line (Line 1) be black with black points and High pass line (Line2) be red with red points
Line 1 x = 10, 100, 1000, 5000, 10000, 50000, 75000, 100000 (shown as 10^1, 10^2, 10^3 and so on in exponential form on graph)
Line 1y=900, 475, 275, 200, 75, 50, 40, 30
Line 2x = 10, 100, 1000, 5000, 10000, 50000, 75000, 100000 (shown as 10^1, 10^2, 10^3 and so on in exponential form on graph)
Line2y=200, 410, 820, 900, 950, 975, 980, 990, 1000
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started