LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Filter Settling Time?

I am measuring vibration with a 9234 module.  The module is currently set to 2560Hz and I am reading 2028 samples with each iteration of my read loop.  

 

I am using hte SVL Integration VI to convert from acceleration to velocity.  I have the included high pass filter set to 5 Hz.  I assume that this software filter has a settling time?  

 

Assuing the answer to the above is yes:

Does the filter settle with each iteration of the loop or does settling happen only one time?  (Ther is no feedback to the integration vi from one run to the next.)

Is there a way to know how long the settling time is?

I assume that I could read extra data and then eliminate the initial data prior to any analysis to eliminate any data prior to settling?

0 Kudos
Message 1 of 2
(2,605 Views)

Take a look at these links as they may answer some underlying questions.

 

http://digital.ni.com/public.nsf/allkb/593CC07F76B1405A862570DE005F6836

 

http://digital.ni.com/public.nsf/allkb/F989B25FF6CA55C386256CD20056E27D

 

There is also a property node within LabVIEW in the DAQmx palette that can display or get the value that you are looking for. The property is AI.FilterDelay

Rob W.
0 Kudos
Message 2 of 2
(2,556 Views)