02-03-2010 06:42 AM
Hello!
I'm very new to the whole LabView program, and have some issues with very basic need I have to apply to my program.
I need to measure the max P2P of a signal and preform some analysis on that, the problem is that the Amplitude and measurments VI gives me the P2P at every given sample. Is there any way for doing this right?
Thank you
Solved! Go to Solution.
02-03-2010 08:14 AM
You have options:
02-03-2010 11:02 PM - edited 02-03-2010 11:03 PM
Thank you for your solution, however, my main problem is not to aquire the P2P values, it is to keep the maximum value.
In the same subject, I seems to have a problem getting the max values of anything. It just keeps changing as the VI runs.
Is there any hard and fast rule about placing this kind of VI's in a case structure or loop that I had overlooked?
02-03-2010 11:52 PM - edited 02-03-2010 11:52 PM
You can store it in a shift register.
A shift register is one of those basic elements of LabVIEW that you must become familiar with. Have you taken any of the tutorials?
02-04-2010 02:12 AM
Thank you!
I took the basics I course, but I find that Labview needs a wholy different way of thinking then traditional programing and still struggling with that.