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
(3,085 Views)

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

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P6FrSAK&l=en-US

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000P8toSAC&l=en-US

 

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
(3,036 Views)