From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- .../scilab_en_US_help/sampled2continuous.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create 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 new file mode 100644 index 0000000..bc6fe84 --- /dev/null +++ b/help/en_US/scilab_en_US_help/sampled2continuous.html @@ -0,0 +1,81 @@ + + + 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