Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Measurement Studio lacks 1D Array Threshold Calculations

There are two questions,
 
1. I have noticed that Measurement Studio (2003 and 2005) lacks a function that calculates the Threshold for 1D Array.
One of my project  relies on VB.NET 2003 and 2005. I could write this simple algorithm myself. However, I'd like to make sure if an optimized compiled code already exists somewhere as .NET component or COM object.
 
2. What about smoothing (loess, for example) algorithm for LabVIEW or Measurement Studio. Is it available?
 
Thank you,
 
Andrew
0 Kudos
Message 1 of 3
(3,131 Views)
Hi Andrew,

You are correct that Measurement Studio doesn't have these two functions.  As for if someone else has already built these algorithms, I'm not really sure.  You can definitely submit a product suggestion at the below link.

Product Suggestion

Message Edited by TerryS on 03-05-2007 05:42 PM

0 Kudos
Message 2 of 3
(3,117 Views)
You can use a Savitzky-Golay smoothing FIR filter for smoothing out data. This has been there since Measurement Studio 8.0.1. That might be simpler (depending on your data set) that writing your own loess smoothing function.

Bilal Durrani
NI
0 Kudos
Message 3 of 3
(3,103 Views)