Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Resampling based order analysis using visual c#

Hi
 
I like to do  resampling based order anaylsis using visual C#. I saw order analysis toolkit for Labview,but it used Gabor Transform. I like to implement the Cascaded Integer Comb filter for resampling based analysis. Is there any example code or any step by step tutorial available for it? Is there any library functions available for it?
I will be grateful for any help in this regard.
 
thanks
Rahul
0 Kudos
Message 1 of 4
(3,639 Views)
Hi Rahul:

Currently, we dont have an Order Analysis toolkit forMeasurement Studio. However, we do have one for LabVIEW. As a workaround, you can try building a LabVIEW DLL with the functions you need and call that DLL from C#.

Thank you

Nandini S.
Applications Engineer
NI
0 Kudos
Message 2 of 4
(3,625 Views)

Hi Nandini

Thanks a lot for your reply. I am quite new to Visual studio.Net  Programming. Can you please tell me how can I call a Labview dll file from Visual C#. Net program?

Thanks again

Rahul

0 Kudos
Message 3 of 4
(3,613 Views)
Hi Rahul:

Please see the following link for the answer:
http://forums.ni.com/ni/board/message?board.id=232&message.id=680&requireLogin=False

In general, you need to create a LabVIEW DLL that has correct prototyping for all functions, controls and indicators and how they are passed to these functions.

This link should help you with passing data to DLLs from .NET
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpguide/html/cpconcallingdllfunction.asp

Thank you

Nandini S
NI
0 Kudos
Message 4 of 4
(3,602 Views)