| New Reply |
Bode plot: positive phase |
Share Thread | Thread Tools |
| Mar4-12, 02:31 PM | #1 |
|
|
Bode plot: positive phase
1. The problem statement, all variables and given/known data
I have a bode plot with a positive phase. 2. Relevant equations this is a matlab code for the thing Code:
% bode phase plot w = logspace(1, 4, 100); G = 100*(1+0.017i*w)./(1i.*w.*(1+0.05i.*w).*(1+0.0025i.*w).*(1+0.001i.*w)); fi = atand(imag(G)./real(G)); semilogx(w, fi); % x-axis: log(omega*j), y-axis: phase in degrees Nothing to solve, there's just one thing I don't get: if phase means "relation between input and output signal", how can output signal come before the input? |
| Mar4-12, 04:04 PM | #2 |
|
|
OK, so i forgot G >> 20*log(G), and so the diagram is wrong, but still, the question remains the same - see this diagram:
http://en.wikipedia.org/wiki/File:Bode_High-Pass.PNG |
| Mar4-12, 04:28 PM | #3 |
|
Recognitions:
|
Keep in mind that the signals being compared are not starting from some t=0. They are a depiction of some steady-state relationship between theoretically eternal sinusoids, and as such can exhibit a relative phase shift.
|
| Mar5-12, 04:59 AM | #4 |
|
|
Bode plot: positive phase
yeah, i thought this would be the explanation, and i neglected that bode plot is steady-state only.
thanks! |
| New Reply |
| Thread Tools | |
Similar Threads for: Bode plot: positive phase
|
||||
| Thread | Forum | Replies | ||
| Bode Plot Question(Phase and Gain Margin) | Engineering, Comp Sci, & Technology Homework | 2 | ||
| Frequency Plot(or bode plot) in SIMULINK | Engineering Systems & Design | 1 | ||
| Bode plot | Advanced Physics Homework | 3 | ||
| Bode Phase plot of a second order system | Electrical Engineering | 4 | ||
| bode plot | Electrical Engineering | 2 | ||