From 6e1e4362783f68a8e8be1d199337c1ca831a2994 Mon Sep 17 00:00:00 2001 From: Brijeshcr Date: Fri, 10 Nov 2017 15:08:11 +0530 Subject: Brijesh functions --- help/en_US/scilab_en_US_help/zerocrossing.html | 78 -------------------------- 1 file changed, 78 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/zerocrossing.html (limited to 'help/en_US/scilab_en_US_help/zerocrossing.html') diff --git a/help/en_US/scilab_en_US_help/zerocrossing.html b/help/en_US/scilab_en_US_help/zerocrossing.html deleted file mode 100644 index ab976d8..0000000 --- a/help/en_US/scilab_en_US_help/zerocrossing.html +++ /dev/null @@ -1,78 +0,0 @@ -
- -This function estimates the points at which a given waveform crosses the x-axis.
x = zerocrossing (w, y)
This is an Octave function. -This function estimates the points at which a given waveform y = y(w) crosses the x-axis. It uses linear interpolation.