Thread Closed

90 degree phase shift?

 
Share Thread Thread Tools
Mar21-07, 07:04 AM   #1
 

90 degree phase shift?


Hi.

I get a signal from an acclereometer that I integrate using an op-amp to get the velocity. But the problem is that this signal is phase shiftet 90 degree.
Because I'm supposed to compare this signal with a reference signal that is 180 degree phase shiftet, and now I'm getting wrong values.

Anyone know an easy way to phase shift this 90 degrees more, so that the total phase shift is 180?
PhysOrg.com
PhysOrg
engineering news on PhysOrg.com

>> NASA: Austin, calling Austin. 3-D pizzas to go
>> Research suggests modular design competence can benefit new product development
>> Army ground combat systems adopts tool for choosing future warfighting vehicles
Mar21-07, 08:14 AM   #2
 
OK, the answer is simple. Do you need lag/leading network? There are four typical topologies that are used to lag/lead a signal: T,Pi networks with passive components.

T-network, Lag:
Here is spice code for the network
Code:
R1  1  2  100
C   2  0   1u
R2  2 3   100

T-network, Lead:

Code:
C1  1 2   1u
R1   2 0  100
C2  2  3  1u

Pi-network, Lead
Code:
C1  1  0   1u
R1  1   2   100
C2  2   0  1u

Pi-network, Lag
Code:
R1  1  0   100
C1  1   2   1u
R2  2   0  100
NB. values in the spice code are just arbitrary.

You just need to derive the transfer function for the network of interest, in
[tex]j\omega[/tex] terms and find the equation that defines phase shift (something with [tex]tan^{-1}()[/tex]), so you'll basically need to work your way back. Just remember that those networks will also transform input/output impedance of your circuit and be sure to identify the frequency bandwidth of your accelerometer, so your phase lead/lag network won't interfere with the sensor.

BTW, that's the first time I've heard of need to shift the signal in order to get the accelerometer to function properly, I've worked with them before and have not experienced any problems with lagging. Probably because of the integrator.


P.S Are you Norwegian?
Mar21-07, 10:30 AM   #3
 
Mentor
Quote by morten84 View Post
Hi.

I get a signal from an acclereometer that I integrate using an op-amp to get the velocity. But the problem is that this signal is phase shiftet 90 degree.
Because I'm supposed to compare this signal with a reference signal that is 180 degree phase shiftet, and now I'm getting wrong values.

Anyone know an easy way to phase shift this 90 degrees more, so that the total phase shift is 180?
Why would a reference signal be shifted by 180 degrees? If you have sinusoidal acceleration, you also have sinusoidal velocity variations, phase shifted by the 90 degrees. A 180 degree phase shift between a sinusoidal acceleration and the associated sinusoidal velocity plot would be non-physical.
Mar21-07, 11:59 AM   #4
 

90 degree phase shift?


you should be able to do it with an lcr circuit in the feedback loop of an op-amp.
Thread Closed
Thread Tools


Similar Threads for: 90 degree phase shift?
Thread Forum Replies
Phase, Phase Difference and Phase Shift General Physics 6
phase shift Introductory Physics Homework 0
Phase shift Introductory Physics Homework 0
Phase shift using FFT Programming & Comp Sci 0
Phase Shift Electrical Engineering 1