Duble Clamper Transformation

DSP related issues, mathematics, processing and techniques
Post Reply
User avatar
DigiTonix
Posts: 137
Joined: Sat May 07, 2016 11:28 am

Duble Clamper Transformation

Post 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
Creative Technology for Bold Player's!
Post Reply