From c0c0582462720ed597b00e116506570577614e89 Mon Sep 17 00:00:00 2001 From: shamikam Date: Tue, 7 Nov 2017 15:59:48 +0530 Subject: initial commit --- help/en_US/scilab_en_US_help/pulstran.html | 88 ++++++++++++++++++++++++++++++ 1 file changed, 88 insertions(+) create mode 100644 help/en_US/scilab_en_US_help/pulstran.html (limited to 'help/en_US/scilab_en_US_help/pulstran.html') diff --git a/help/en_US/scilab_en_US_help/pulstran.html b/help/en_US/scilab_en_US_help/pulstran.html new file mode 100644 index 0000000..9a20b7a --- /dev/null +++ b/help/en_US/scilab_en_US_help/pulstran.html @@ -0,0 +1,88 @@ +
+ +This function generates the signal y = sum(func(t+d,...)) for each d.
y = pulstran (t, d, func, ...) +y = pulstran (t, d, p) +y = pulstran (t, d, p, fs) +y = pulstran (t, d, p, Ffs, meth)
vector or matrix
default value 1Hz
function which accepts vector (of times)
This is an Octave function. +This function generates the signal y = sum(func(t+d,...)) for each d. If d is a matrix of two columns, the first column is the delay d and the second column is the amplitude a, and y = sum(a*func(t+d)) for each d, a. Here, func is a function which accepts a vector of times. +If a pulse shape sampled at frequency Fs (default 1 Hz) is supplied instead of a function name, an interpolated version of the pulse is added at each delay d.