Signal Generators

cancel
Showing results for 
Search instead for 
Did you mean: 

how to get a symmetric source signal which involved different 9 sinus signals

hello,

i 'm using labview 7.1 to simulate a interferrometric gyroscope.

 

so,i have a problem at getting symmetrice signal which consist of different 9 sinus signals.

 

this is the formula of a sinus source signal: Re[(2Po)½exp jwt)]

 

help plz

i am at this vi:

0 Kudos
Message 1 of 2
(5,433 Views)

cutkuc,

 

There are a few things that I notice while looking at your implementation.  If you are interested in Re{A*exp(jwt)}, then you would not create a sine wave and take the exponential of it.  Since

 

Re{A*exp(jwt)} = A*cos(wt)

 

In your code, you are already starting with a sine wave (which you might want to consider adding a phase delay to make it a cosine wave), then you take the exponential of it, which is making the wave appear with spikes. 

 

I don't know much aobut interferrometric gyroscopes, but after deleting the exponential functions in your code, you might see expected results.  Let me know how it goes.

Zach C.
Field Engineer
Greater Los Angeles

0 Kudos
Message 2 of 2
(5,422 Views)