09-22-2011 11:47 AM
Hi,
I have one simple question.
I want to make filter which allows to pass one signal only if it's value is less or even than value of 10% of other signal. That signal are numbers (amplitudes in my case). I used Functions>>Programming>>Comparison>>Less or equal but result of that function is boolean and I want signal to pass.
Thanks!
Solved! Go to Solution.
09-22-2011 11:52 AM
Simple answer.
Wire this boolean to a select primitive. Based on true or false, pass the original signal or something else.