05-24-2009 03:40 PM
05-24-2009 03:44 PM - edited 05-24-2009 03:45 PM
05-24-2009 03:57 PM
Sorry about the "multiply vs add" compound node confusion. I forgot to set the mode to multiply after placing it. 😉
Some additional comments:
05-24-2009 04:13 PM
05-24-2009 05:53 PM
05-25-2009 08:32 AM
Indeed. altenbach likes to make things easy on people.
Tip: You can use the Ramp Pattern VI to create your time values rather than the loop in the bottom left.
05-25-2009 12:28 PM - edited 05-25-2009 12:32 PM
smercurio_fc wrote:Tip: You can use the Ramp Pattern VI to create your time values rather than the loop in the bottom left.
In addition, we can do all multiplications on the scalars, thus making ~N times fewer operations before the loop. 🙂
Also, the sampling frequency should probably be DBL. Why restrict it to integers?
Here's how if would look like using "ramp pattern".
Depending on what you want, you should round up or down to get N.
(It is possible that the ramp pattern looks slightly different in LabVIEW 7.1).
05-25-2009 07:09 PM
Thank you very much! Your suggestions are professional as always! 🙂
Now I hurry up to re-design other my VI's, which will perform much faster and optimized!
05-25-2009 07:51 PM