Hi,
I have a question about the example "Filter (The Filter example illustrates how to filter data using a butterworth filter)" in the measurement studio reference now, it is one of the analysis examples.
I load this example in Vc++, but when I compile it, the error messages are:
"'ButterworthHighPass' : is not a member of 'CNiMath'" ,
"'ButterworthHighPass' : undeclared identifier",
"'ButterworthLowPass' : is not a member of 'CNiMath'" ,
"'ButterworthLowPass' : undeclared identifier",
"'WhiteNoiseWave' : is not a member of 'CNiMath'" ,
"'WhiteNoiseWave' : undeclared identifier",
Can you tell me what is matter? and how can I solve it?
Thanks!