07-03-2017 10:33 AM
Sorry i was mistaken, i did not use the Min Max after inverting. The case structure on the right contains the functions. I actually use the Min Max before inverting the array and got the numbers swapped. You can see between the High Pass case and Low Pass case i swapped the indicators. Maybe if i had used the Min Max after inverting the array it would have worked properly. Not sure but it does seem to be functioning as far as what i need it to do. To change the type of filter change the code in formula node from Av=Xc/(R+Xc); to Av=R/(R+Xc);
07-03-2017 10:57 AM
OK, so you reverse the array instead of negating.
A few comments: