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 @@ +
+ +This function calculates the output reconstructed from the samples n supplied as input, at a rate of 1/s samples per unit time.
x = sampled2continuous (n, s, t)
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).