ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Low pass filter with formula node

Hello, I have 2D array it is have picture I need to apply lowpass filter. I created a formula node . I said, if (x<y) x=0;  and if (x=>y) x=1; y is cutoff frequecy i connected that to a control. But it doesnt work can someone help me out with this. I am not using IMAQ . labview 2009

0 Kudos
Message 1 of 4
(4,239 Views)

Did you try using a case structure with 2 formula nodes?

See the attached VI.

 

Hope this help


J.D.
French Labview beginner
N'oubliez pas de complimenter les bonnes réponses - Don't forget Kudos for good answers
0 Kudos
Message 2 of 4
(4,222 Views)

I could not apply that with arrays 😕 comparison becomes borken arrow.

0 Kudos
Message 3 of 4
(4,206 Views)

Hi goker,

 

general hint for posting in this forum:

When you have problems with your VI you should post the VI (or atleast a picture of the block diagram, snippets preferred).

 

"I could not apply that with arrays 😕 comparison becomes borken arrow."

Comparison functions except arrays too. Please post your VI.

18167i973AFAED90C01574

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 4 of 4
(4,190 Views)