LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Cannot use Median Filter inside While Loop

Solved!
Go to solution

Hello,

I am trying to use the median filter insade a while loop. This seems to be causing a problem. I have attached the VI. Please help. 

 

This input is a sample numbers such as 1,1.1,1.05. This output is zero.

 

 

 

Thanks,

 

Venkat

0 Kudos
Message 1 of 2
(2,856 Views)
Solution
Accepted by topic author venkat_rao
Since you only get one value per iteration, you might want to use the point-by-point version of the median filter.
Message 2 of 2
(2,854 Views)