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/chirp.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'help/en_US/scilab_en_US_help/chirp.html') diff --git a/help/en_US/scilab_en_US_help/chirp.html b/help/en_US/scilab_en_US_help/chirp.html index b7aeb3e..ba297a4 100644 --- a/help/en_US/scilab_en_US_help/chirp.html +++ b/help/en_US/scilab_en_US_help/chirp.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 > chirp + FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > chirp

chirp

@@ -82,7 +82,7 @@ The fifth argument is the form which takes in values "linear",  - 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/chirp.html | 108 -------------------------------- 1 file changed, 108 deletions(-) delete mode 100644 help/en_US/scilab_en_US_help/chirp.html (limited to 'help/en_US/scilab_en_US_help/chirp.html') diff --git a/help/en_US/scilab_en_US_help/chirp.html b/help/en_US/scilab_en_US_help/chirp.html deleted file mode 100644 index c6d8c0b..0000000 --- a/help/en_US/scilab_en_US_help/chirp.html +++ /dev/null @@ -1,108 +0,0 @@ - - - chirp - - - -
- - - - -
- << check - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - clustersegment >> - -
-
-
- - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > chirp -======= - FOSSEE Signal Processing Toolbox >> FOSSEE Signal Processing Toolbox > chirp ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - -

-

chirp

-

This function evaluates a chirp signal at time t.

- - -

Calling Sequence

-
y = chirp(t)
-y = chirp(t, f0)
-y = chirp(t, f0, t1)
-y = chirp(t, f0, t1, f1)
-y = chirp(t, f0, t1, f1, frm)
-y = chirp(t, f0, t1, f1, frm, phse)
- -

Parameters

-
t: -

vector

-
f0: -

-
t1: -

-
f1: -

-
frm: -

string value, takes in "linear", "quadratic", "logarithmic"

-
phse: -

- -

Description

-

This is an Octave function. -This function evaluates a chirp signal at time t. A chirp signal is a frequency swept cosine wave. -The first argument is a vector of times to evaluate the chirp signal, second argument is the frequency at t=0, third argument is time t1 and fourth argument is frequency at t1. -The fifth argument is the form which takes in values "linear", "quadratic" and "logarithmic", the sixth argument gives the phase shift at t=0.

- -

Examples

-
chirp([4,3,2,1],4,5,0.9)
-ans  =
-column 1 to 3
-0.9685832    0.2486899    0.0627905
-column 4
-- 0.3681246
-
- -
- - - - - - -
Report an issue
- << check - - -<<<<<<< HEAD - FOSSEE Signal Processing Toolbox -======= - FOSSEE Signal Processing Toolbox ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - - clustersegment >> - -
-
-
- - -- cgit