10-01-2013 03:46 PM
NI Labview SignalExpress:
How to insert, as an input variable within formula, the total time window on scope (i.e. 20ms/div x 10 div = 200ms)?
FORMULA FOR CHARGE TRANSFER:
Input variable 0: DPO4034(CH3); alias: x0
Input variable 1: "Total Time Window on Scope???"; alias: x1
Input variable 2: Number of Samples (CH3); alias: x2
Under Operation Setup: Formula
Y= abs(x0)*(x1/x2)
Output: "Processed Data (CH3)"
THEN USING STATISTICS:
Input signal: "Processed Data (CH3)"
Check Box: SUM
Output: "CH3 Charge Transfer [C]"
10-01-2013 04:32 PM