Jump to content

sbev001

Members
  • Posts

    7
  • Joined

  • Last visited

    Never

sbev001's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. QUOTE (dblk22vball @ Jun 9 2009, 08:45 AM) thanks! that was really helpful : )
  2. I am creating a program that will take values from a voltmeter and integrate them over a given time period, dt. I used the From DDT function to convert from the signal (which i just made up for testing purposes) to a single waveform. I then used the Get Waveform Components function to transform it into a 2D array with dt = 0.001 s. Is this correct? My data seems off. Thanks for the help! Most of this is still way over my head..
  3. Hi..sorry, more questions. I currently have a program that will integrate the values of a sine signal over a period of 0.1 dt. How can I build an array from the output of the integration? I want it to tell me the accumalated integrated value for every 1 second that the signal has been running. Thanks for your help!
  4. thanks! that was really helpful : )
  5. Hi, sorry I know that this question is probably very basic but I am new to LabVIEW and still figuring it all out. How would I go about building an algorithm that will take the values from a 2-D array and integrate them (I need to integrate current with respect to time). I know that I can use the Numeric Integration function, but how do I go about setting this up to connect it to an array?
  6. Hi, sorry I know that this question is probably very basic but I am new to LabVIEW and still figuring it all out. How would I go about building an algorithm tha will take the values from a 2-D array and integrate them (I need to integrate current with respect to time). Should I use a for loop or while loop?
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.