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 @@ - - - sinetone - - - -
- - - - -
- << sigmoid_train - - - FOSSEE Signal Processing Toolbox - - - sinewave >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > sinetone - -

-

sinetone

-

Return a sinetone of the input

- - -

Calling Sequence

-
y= sinetone(FREQ)
-y= sinetone(FREQ, RATE)
-y= sinetone(FREQ, RATE, SEC)
-y= sinetone(FREQ, RATE, SEC, AMPL)
- -

Parameters

-
FREQ: -

frequency of sinetone

-
RATE: -

Sampling rate

-
SEC: -

Length in seconds

-
AMPL: -

Amplitude

- -

Description

-

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.

-
- -
- - - - - - -
Report an issue
- << sigmoid_train - - - FOSSEE Signal Processing Toolbox - - - sinewave >> - -
-
-
- - -- cgit