07-05-2005 01:26 AM
07-06-2005 01:32 PM
Hi Kelven,
If you have Measurement Studio, getting these values is very simple. You can get both the THD Values as well as the fundamental frequency by using the Measurements.HarmonicAnalyzer method found in the NationalInstruments.Analysis.SpectralMeasurements Namespace. The RMS value can be gleaned from the Statistics.RootMeanSquared method which is in the NationalInstruments.Analysis.Math Namespace. The help on these functions should give you most of the information about the parameters to send to the methods, but if you have additional questions, please feel free to repost and we'll help out you as much as possible. Thanks and have a good one.
Adam B.
Applications Engineer
National Instruments
07-08-2005 01:30 AM
07-08-2005 04:48 PM
Kelven,
The best way to get the DC value is to use the Measurements.ACDCEstimator Method. More information about this method can be found in the Measurement Studio help by entering in:
07-26-2005 02:26 AM