Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Frequency response and transfer function

I want to find out the transfer function of a system. I've got 2 channels, one measuring the input to the system, the other measuring the output. Is there a function or method in measurement studio that I can use in VISUAL C++ to find out the transfer function?

Is there any function to find out the frequency response?
0 Kudos
Message 1 of 2
(2,939 Views)
There are two functions in the Measurement Studio CNiMath class that you could use to find the transfer function. If you just need the transfer function, CNiMath::TransferFunction will work. If you need to compute multiple network functions for the same set of data, CNiMath::NetworkFunctions will do it in one function call.

The frequency response is just another name for the transfer function.

TonyH
Measurement Studio
Message 2 of 2
(2,939 Views)