From 2c5902040b960ccca8d0b51c58c00fc114a09518 Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Thu, 9 Nov 2017 15:24:34 +0530 Subject: czt, dst1, fwht, hilbert1, ifht, ifwht, invfreq, rceps --- help/en_US/scilab_en_US_help/pulstran.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 index 9a20b7a..6340ef8 100644 --- a/help/en_US/scilab_en_US_help/pulstran.html +++ b/help/en_US/scilab_en_US_help/pulstran.html @@ -16,7 +16,7 @@ - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox @@ -29,7 +29,7 @@ - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > pulstran + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > pulstran

pulstran

@@ -74,7 +74,7 @@ If a pulse shape sampled at frequency Fs (default 1 Hz) is supplied instead of a - FOSSEE Signal Processing Toolbox + FOSSEE Signal Processing Toolbox -- cgit From 47535ab08afeb48fbb00f03e68d6ff973cf62cbd Mon Sep 17 00:00:00 2001 From: Abhinav Dronamraju Date: Fri, 10 Nov 2017 14:59:26 +0530 Subject: Functions added --- help/en_US/scilab_en_US_help/pulstran.html | 100 ----------------------------- 1 file changed, 100 deletions(-) delete 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 deleted file mode 100644 index a56ff8d..0000000 --- a/help/en_US/scilab_en_US_help/pulstran.html +++ /dev/null @@ -1,100 +0,0 @@ - - - pulstran - - - -
- - - - -
- << pulsewidth - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - rc2ac >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > pulstran -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > pulstran ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

pulstran

-

This function generates the signal y = sum(func(t+d,...)) for each d.

- - -

Calling Sequence

-
y = pulstran (t, d, func, ...)
-y = pulstran (t, d, p)
-y = pulstran (t, d, p, fs)
-y = pulstran (t, d, p, Ffs, meth)
- -

Parameters

-
t: -

-
d: -

vector or matrix

-
p: -

-
fs: -

default value 1Hz

-
func: -

function which accepts vector (of times)

- -

Description

-

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.

- -

Examples

-
pulstran([0.5,9,8,7],[4,6],[-7,0.5])
-ans  =
-0.    0.    0.    0.5
-
- -
- - - - - - -
Report an issue
- << pulsewidth - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - rc2ac >> - -
-
-
- - -- cgit