10-13-2007 03:29 AM - edited 10-13-2007 03:29 AM
Message Edited by How81 on 10-13-2007 03:31 AM
10-13-2007 05:03 AM
10-13-2007 10:08 AM
10-14-2007 11:50 PM
10-15-2007 12:44 AM
Sorry, since I don't have DAQ installed, I cannot configure the DAQ assistant. Still I don't understand the purpose of your inner FOR loop. You are repeating the same old calculation 'i' times, processing the same subset and creating an output array at the autoindexing tunnel containing all identical elements, then you pick one element for autoindexing on the outer loop.
It just makes very little sense! Can you explain your logic?
Could you replace the DAQ assistant with a simulated signal and tell us how you want it processed for the graph.
To get a df of 0.5 Hz, you simply need a dt of for the raw data according to df=1/(N * dt). You need to decide on a dt and N.
Also, setting the multiplier property needs to be done exactly once, and not with every ieration of the inner loop. You should place this property node outside of all loops!
10-15-2007 01:51 AM
10-15-2007 02:10 AM
10-15-2007 02:17 AM
10-15-2007 02:40 AM
10-15-2007 04:18 AM