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 --- .../scilab_en_US_help/sampled2continuous.html | 81 ---------------------- 1 file changed, 81 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/sampled2continuous.html (limited to 'help/en_US/scilab_en_US_help/sampled2continuous.html') diff --git a/help/en_US/scilab_en_US_help/sampled2continuous.html b/help/en_US/scilab_en_US_help/sampled2continuous.html deleted file mode 100644 index 991c092..0000000 --- a/help/en_US/scilab_en_US_help/sampled2continuous.html +++ /dev/null @@ -1,81 +0,0 @@ - - - sampled2continuous - - - -
- - - - -
- << rssq - - - FOSSEE Signal Processing Toolbox - - - sawtooth >> - -
-
-
- - - - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > sampled2continuous - -

-

sampled2continuous

-

This function calculates the output reconstructed from the samples n supplied as input, at a rate of 1/s samples per unit time.

- - -

Calling Sequence

-
x = sampled2continuous (n, s, t)
- -

Parameters

-
n: -

-
s: -

-
t: -

- -

Description

-

This is an Octave function. -This function calculates the output reconstructed from the samples n supplied as input, at a rate of 1/s samples per unit time. -The third parameter t is all the instants where output x is needed from intput n and this time is relative to x(0).

- -

Examples

-
sampled2continuous([1,2,3],5,6)
-ans  =
-2.4166806
-
- -
- - - - - - -
Report an issue
- << rssq - - - FOSSEE Signal Processing Toolbox - - - sawtooth >> - -
-
-
- - -- cgit