public double CalculateDerivative(double signal) { var function = new Derivative("cosh(x)"); return(function.ComputeDerivative(signal)); }