05-11-2009 07:45 AM
How to use hilbert transform in measurement studio (c#). I can't find how to make the function Transforms.FastHilbert return something.
Comment puis-je utiliser la transformée de hilbert sous measurement studio(c#). Je ne sais pas comment faire retourner qulque chose à cette fonction.
Thanks
05-14-2009 05:27 AM
The FastHilbert function requires a simple array of doubles 'data' as its input. After running the function, the same 'data' array will contain the hilbert transform of the inputted data. More information can be found in the help file of the function:
ms-help://MS.VSCC.v80/MS.VSIPCC.v80/NI.MeasurementStudio.2005/NINETAnalysis/html/NationalInstruments.Analysis.Dsp.Transforms.FastHilbert.html
Make sure you open the link in internet explorer on a pc having measurement studio installed, as it won't work in firefox.