Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I use a bandpass filter in a C program?

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 

0 Kudos
Message 1 of 3
(6,665 Views)

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!

---

Peter Flores
Applications Engineer
0 Kudos
Message 2 of 3
(6,641 Views)
We do have a CVI license I'll check that out, thanks.
0 Kudos
Message 3 of 3
(6,639 Views)