03-22-2010 11:15 PM
We already use Measurement Studio 2008 in a C# app, and now we also have a C app that we'd like to use high-pass and and band-pass filters in. How can I use the C++ Measurement Studio libraries in our C program?
Much thanks,
Nathan
03-24-2010 11:00 AM
Nathan,
It looks like these filter components are included in the NIMath.h file. Just opening that file, you can see there are class declarations, meaning that they are incompatible with ANSI C.
An option you may have is to use the filters included with LabWindows/CVI, our C developement environment. You may have a seperate CVI license, or it may be included in Measurement Studio, depending on which package you have.
Let me know if this helps, take it easy!
03-24-2010 11:28 AM