Low pass filter (arctan domain)

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
TheGood
Messages
2
Reaction score
0

Homework Statement


when I'm trying to calculate and show the graphic of the phase characteristic i don't understand why the domain range of the arctan function is [0,90] :


Homework Equations


aa4a.gif





image392.gif



The Attempt at a Solution


shouldn't be the domain of arctan function between [-Pi/2,Pi/2]?
z_tri59.png
 
Last edited:
Physics news on Phys.org
The value of the phase shift is the range of the function, not the domain. The domain is the input range to the function and the range is the output values of the function.

The phase shift for a single-pole LPF varies from 0 to -90 degrees, as shown in the diagram. It is 0 at low frequencies in the passband of the filter, and drops to -90 degrees past the cutoff of the LPF.
 
I see that you've edited your post to add the red arctan curve. I think it may be the shape of the phase response in the first plot that is confusing you. I don't think it is plotted very well -- it make is look like the full arctan() curve, when it is really only half of it.

When ω = 0, you get the arctan(0) which is zero. As the frequency increases, you get half of the arctan() function, going negative because of the sign being negative.

Does that make more sense now?

http://www.electronics-tutorials.ws/filter/filter_2.html

.
 
thank you, the link was helpful too!