Page 1 of 1

Duble Clamper Transformation

PostPosted: Sun Oct 02, 2016 2:25 pm
by DigiTonix
I make this code for transistent pos. and neg clumping... :geek:

Code: Select all
streamin T1;
streamout T2;
monoin A;
monoin B;
monoin C;

float C;
float A;
float B;

T2=T1/A*B+C;

//Duble Clamper (c)DigiTonix