11-12-2011 06:15 AM
Please help me answer this question will be greatly appreciated, what is the function in the loop?
11-12-2011 09:34 AM
Let's call the indexed input X[i]
For each loop iteration:
----------------------
If X[i] is <= inverse(A) then result = X[i]*A
else,
result = ln (X[i]*A)+1
----------------------
Is this what you wanted to know?
11-12-2011
01:54 PM
- last edited on
08-12-2025
08:25 AM
by
Content Cleaner
mahady,
The function in the loop is Natural Logarithm. You can find out the name and description of any LabVIEW function by bringing up Context Help (ctrl-H) and moving your mouse over the function. You can then click "Detailed Help" to see more information about the function.
Chris M
11-12-2011 04:35 PM