Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Best way to implement Notch Filter in VB.NET 2008?

I am trying to design a notch filter for the 60hZ frequency. However all I am coming up with is information in LabView. Does anybody know how this filter would be implemented in VB.NET 2008?

 

 

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

Hi Tweed,

 

You can take a look at the filtering example that comes with Measurement Studio and is located in the following directory:

 

<National Instruments>\MStudioVS2008\DotNET\Examples\Analysis\Filtering\vb

 

You can use the band-stop filter option to achieve a notch filter and you can either modify the example or copy the necessary code in order to do what you need.

 

Thanks

Ryan T
National Instruments
Applications Engineer
0 Kudos
Message 2 of 2
(3,657 Views)