In WinDarab it is possible to define filters or new channels with the help of math functions. WinDarab provides functions and filters that will help you to solve a great number of math and analytical ...
use Math::Function::Interpolator; my $interpolator = Math::Function::Interpolator->new( points => {1=>2,2=>3,3=>4,4=>5,5=>6,6=>7} ); # Should have more than 1 data ...