LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Complex exponential

Solved!
Go to solution

It worked, 

Thank you mate 

0 Kudos
Message 11 of 15
(848 Views)

Instead of a waveform ramp, do a simple 1D array ramp. (Or just get the array component from the waveform).

 

You cannot create a complex array from a DBL(RE) and a waveform (IM). This has nothing to do with NXG and is also true in classic LabVIEW)

0 Kudos
Message 12 of 15
(837 Views)

That's whay you mean ?

0 Kudos
Message 13 of 15
(815 Views)

@AliSabra wrote:

That's whay you mean ?


A sine pattern is not a ramp.

0 Kudos
Message 14 of 15
(800 Views)

@altenbach wrote:

@AliSabra wrote:

That's whay you mean ?


A sine pattern is not a ramp.


That would do something though. It might even be useful.

 

If your doppler effect is sine wave modulated, a sine wave as input would work. Not sure if it's the most concise way to do it.

 

To get a constant doppler modulation (e.g. a frequency shift) you should use a ramp to function as 't' parameter in e^(wti), IIRC.

 

To get sine wave modulated doppler effect, it would be clearer to make a linear t ramp, and modulate w with a sine wave... With some documentation, it would be understandable code.

0 Kudos
Message 15 of 15
(791 Views)