From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there a "filtfilt" filter function in the NI libraries?

I am looking for a filter funtion that behaves similarly to the "FiltFilt" function within MatLab.  I have attached a description of the MatLab "FiltFilt" function.  So far I have been unable to find a similar filter.
 
Thank you.
 
~Sinisa Stokic
0 Kudos
Message 1 of 2
(3,142 Views)
Howdy Sinisa -

There does not seem to be a direct zero-phase filter method availabe, but this can still certainly be implemented.

However, you can use any of the filtering methods available in the digital filter namespace, along with a few simple programming techniques to implement this fileter (see NationalInstruments.Analysis.DSP.Filters Namespace in the NI Measurement Studio Help for more information on available filters).

The following post is from the LabVIEW discussion forum, but it is a general programming discussion which directly applies to your issue:
http://forums.ni.com/ni/board/message?board.id=170&message.id=40033

Please let me know if you have any other questions.

Have a great day!

Andrew W || Applications Engineer
National Instruments
Message 2 of 2
(3,132 Views)