Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Hilbert transform in measurement studio

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

0 Kudos
Message 1 of 2
(3,809 Views)

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.

 

Best Regards

Michiel
Applications Engineer
NI Belgium
Message 2 of 2
(3,775 Views)