05-05-2013 01:41 AM
I am actully trying to create a time delay in a signal and then later on i want to apply an algorithm to find TDOA between the signals originated from a single signal source.They have relative phase difference and I have tried to model a VI so that i could see the signals visually and analyze TDOA analytically first then ensuring the proper working of Algo.Currently I am unable to visually differentiate between the signals having different phase on single indicator.I am seeing only one waveform.I want to see both ....
Solved! Go to Solution.
05-06-2013 10:53 AM
Hi sets,
Right click your appended array plot and go to the "Scales" tab. At the bottom of the "Scales" tab, make sure that the "Ignore waveform time stamp on x-axes" is unchecked. The t0 parameter on the "Build Waveform" function is a timestamp datatype. If that "Ignore..." box is checked, the graph uses the indicies of the Y values, which always start at zero.
Note that the waveform generated will have a set number of samples and that changing the initial timestamp shifts all of the samples.
Let me know if you have additional questions!
05-22-2013 05:57 AM
thankyou