Jump to content
  • 0

analog discovery2 , THD measure


sergiodorazio

Question

Hi,

The THD measure is part of spectrum analyzer feature. It work with "WaveForms" window program.

With my visualBasic application I call some function of WaveForms SDK for sine signal generation. Is it possible THD function work with WaveForms SDK ? Have you an example ?

If no, Is it possible write a VisualBasic program that run "WaveForms" window program, generate a sine, measure THD and capture the result ? Have you an example ?

By, Sergio.

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Hi @sergiodorazio

The WF SDK mostly provides low level functions like raw data and newly added functions for impedance/network analyzer and digital protocols.

The FFT and spectrum measurements could be implemented in custom application/script or using some libraries to perform these.

You could also use the WF application Script interface to automate control, measurement and export to file.
The script can be launched with WF app -runscript argument or using file-io to communicate with external application.

 

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...