03-27-2011 09:21 AM
Hi,
I'm a rookie labview student user.
I'm trying to create two simulate signals one lags behind other and measure cross-correlation
After the simulate signal block what can I add to create a delay signal to camper with original?
A singular block or a time loop?
is there an example ?
thank
03-27-2011 10:33 AM - edited 03-27-2011 10:34 AM
You could just add a delay to the t0 of the waveform. I would not use the Express VI and the (evil) dynamic data type.
03-27-2011 01:14 PM
Thank Dennis!
Just a moment for another question:
I would like designe a simulated signal passing in a function transfer H(s), then by FFT get Vout(s)/Vin(s)
and view H(s) :
may be a correct idea? ...otherwise?
06-13-2011 09:26 AM
Hello,
Please can you let me know how to get the VIs for time delay. That is the ones you used in the example u sent.
Thanks
Uxe
06-13-2011 09:53 AM
Hello Dennis, I have found the VIs. This method doesnt seem to work for live data. How do I achieve this for live data acquisition
Uxe
06-13-2011 09:59 AM
I don't understand what you are attempting to do. This thread is about simulating a delay.
06-13-2011 10:04 AM
Thanks Dennis for the mail. this is what I am trying to do. I have three sensors on a pipe each supplying data to labview via three individual channels. I would like to synchronize the data in the 1st and 3rd sensors to align with the middle (sensor) such that the outcome is as though all three sensors where measuring flow on the same position.I was thinking trying a time delay on the first two sensors to allign with the third would suffice.
Uxe
06-13-2011 10:28 AM
In the first method I posted, you have to make sure 'Ignore Time Stamp' is turned off. An alternate method is to pad the front of the Y array in the waveform. Calculate the number elements to add based on the sample rate and the amount of time you want to add as an offset.
04-30-2013 02:29 AM
I need the VI of the the image u uploaded earlier....I don,t the names of the blocks u have used...
04-30-2013 04:30 AM
I have managed to build the VI but unable to visually see the two waveforms....???