07-06-2012 03:39 AM
Hi, I have acquired some EMG (surface electromiography) signals and i need to perform a RMS of the array (see pic). I have the NationalInstruments.Analysis, so I am sure there must be a way to do it without having to write the algorithm myself, but I can't find the library that does it. Same for the moving average of the signal. Can anyone help me?I am using VB.net 2003 and MS 7.1
Thanks,
nunzio
07-19-2012 01:34 AM
Hi Nunzio,
you can check some Measurement Studio functions in this white paper:
Measurement Studio Enhances C# .NET in Academics
http://www.ni.com/white-paper/2842/en
Can this document help you?
Thanks.
Giuseppe.
07-19-2012 02:54 AM
Hi Giuseppe,
thanks for your help but unfortunately the document is too generic to be of use. Is there somewhere a complete list of mesurement studio functions, possibly with examples?
regards
nunzio
07-19-2012 07:22 AM
Hi,
I've never used this function and don't really know how to use it, but maybe this will help
check out
NationalInstruments.Analysis.SpectralMeasurements.Measurements.CycleRmsAverage
Curt