09-02-2010 08:39 AM
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?
09-03-2010 03:07 PM
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