07-05-2019 01:51 AM
It worked,
Thank you mate
07-05-2019 02:10 PM
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)
07-08-2019 02:41 AM
That's whay you mean ?
07-09-2019 01:11 AM
07-09-2019 03:52 AM - edited 07-09-2019 03:53 AM
@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.