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/rectpuls.html | 93 ------------------------------ 1 file changed, 93 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/rectpuls.html (limited to 'help/en_US/scilab_en_US_help/rectpuls.html') diff --git a/help/en_US/scilab_en_US_help/rectpuls.html b/help/en_US/scilab_en_US_help/rectpuls.html deleted file mode 100644 index 11cbc75..0000000 --- a/help/en_US/scilab_en_US_help/rectpuls.html +++ /dev/null @@ -1,93 +0,0 @@ - - - rectpuls - - - -
- - - - -
- << rcosdesign - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - rectwin >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > rectpuls -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > rectpuls ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

rectpuls

-

- - -

Calling Sequence

-
[y]=rectpuls(t)
-[y]=rectpuls(t,w)
- -

Parameters

-
t: -

Real or complex valued vector or matrix

-
w: -

Real or complex valued vector or matrix

- -

Description

-

This is an Octave function -y = rectpuls(t) returns a continuous, aperiodic, unity-height rectangular pulse depending upon input t, centered about t=0 and having default width of 1. -y = rectpuls(t,w) generates a rectangle of width w.

- -

Examples

-
1.    rectpuls([10 100 1000 13 839],27)
-ans =   1   0   0   1   0
-2.    rectpuls([1000 1000 100 100])
-ans =   0   0   0   0
-
- -
- - - - - - -
Report an issue
- << rcosdesign - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - rectwin >> - -
-
-
- - -- cgit