Hi
As a developer of a stand-alone application developed in C#.Net, I'm using USB-6210 to acquire signals and process them. At this point, I'm supposed to calculate the spectrum coherence between two acquired signals and show it as a diagram. As I searched my way through the web, I came across NI's Transforms.NetworkFunctions method.
So here are my questions:
1. Does this method calculate the spectrum coherence of two signals? If it does, my knowledge about coherence tells me that I need to give it some controlling parameters but Transforms.NetworkFunctions asks for nothing of such parameters!
2. Is it possible to use this method on a stand-alone software? The thing is, this method's name bothers me a little. It seems all this method does is sending a network call, while I'm looking for a method which calculates coherence localy.
3. If this method actually calculates coherence localy, in which assembly file (.dll) can I find it?
4. If I'm all wrong and this method is no good for me, do you know of any .Net library which implements spectrum coherent?
Thanks,
Mehran Ziadloo