diff options
author | avinashlalotra | 2025-04-26 20:09:12 +0530 |
---|---|---|
committer | avinashlalotra | 2025-04-26 20:09:12 +0530 |
commit | ea7dcdba3b83696b97cc431ee050b58f9a0f3507 (patch) | |
tree | 49ea8ba898b88535c261546f4e3accbdf4c83bdf /macros/zerocrossing.sci | |
parent | 725d9ee2ddb254f57a896bb47e0e727759eb5901 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.gz FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.tar.bz2 FOSSEE-Signal-Processing-Toolbox-ea7dcdba3b83696b97cc431ee050b58f9a0f3507.zip |
formated source documentation pattern for generating docs
Diffstat (limited to 'macros/zerocrossing.sci')
-rw-r--r-- | macros/zerocrossing.sci | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/macros/zerocrossing.sci b/macros/zerocrossing.sci index ba14281..2cc9411 100644 --- a/macros/zerocrossing.sci +++ b/macros/zerocrossing.sci @@ -10,7 +10,6 @@ // Email: toolbox@scilab.in function r = zerocrossing (x,y) - //This function estimates the points at which a given waveform crosses the x-axis. //Estimates the points at which a given waveform y=y(x) crosses the //x-axis using linear interpolation. @@ -29,7 +28,6 @@ function r = zerocrossing (x,y) // x0= zerocrossing(x,y); //y0=interp1(x,y,x0) //plot(x,y,x0,y0,'x') - // ////////2. //x = linspace(0,1,100); |