From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/schtrig.html | 82 +++++++++++++++++++++++++++++++ 1 file changed, 82 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/schtrig.html (limited to 'help/en_US/scilab_en_US_help/schtrig.html') diff --git a/help/en_US/scilab_en_US_help/schtrig.html b/help/en_US/scilab_en_US_help/schtrig.html new file mode 100644 index 0000000..4740c9c --- /dev/null +++ b/help/en_US/scilab_en_US_help/schtrig.html @@ -0,0 +1,82 @@ +
+ +This function implements a multisignal Schmitt triggers with lev levels supplied as input.
v = schtrig (x, lev) +v = schtrig (x, lev, rs)
vector or matrix of real numbers
real number
default value 1
This is an Octave function. +This function implements a multisignal Schmitt triggers with lev levels supplied as input. +The argument 1 is a matrix (or a vector) and this trigger works along its first dimension.