From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/sinetone.html | 79 ------------------------------ 1 file changed, 79 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sinetone.html (limited to 'help/en_US/scilab_en_US_help/sinetone.html') diff --git a/help/en_US/scilab_en_US_help/sinetone.html b/help/en_US/scilab_en_US_help/sinetone.html deleted file mode 100644 index af2f29d..0000000 --- a/help/en_US/scilab_en_US_help/sinetone.html +++ /dev/null @@ -1,79 +0,0 @@ -
- -Return a sinetone of the input
y= sinetone(FREQ) -y= sinetone(FREQ, RATE) -y= sinetone(FREQ, RATE, SEC) -y= sinetone(FREQ, RATE, SEC, AMPL)
frequency of sinetone
Sampling rate
Length in seconds
Amplitude
Return a sinetone of frequency FREQ with a length of SEC seconds atsampling rate RATE and with amplitude AMPL.The arguments FREQ and AMPL may be vectors of common size.The defaults are RATE = 8000, SEC = 1, and AMPL = 64.