From 6011540ce239922c0723ff2f1534e915b420cd1f Mon Sep 17 00:00:00 2001 From: Sunil Shetye Date: Tue, 17 Jul 2018 18:02:33 +0530 Subject: remove autogenerated files remove execute permission from scilab files update macros/names fix build process by building macros before help --- help/en_US/scilab_en_US_help/chirp.html | 96 --------------------------------- 1 file changed, 96 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 46e4fe4..0000000 --- a/help/en_US/scilab_en_US_help/chirp.html +++ /dev/null @@ -1,96 +0,0 @@ -
- -This function evaluates a chirp signal at time t.
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)
vector
string value, takes in "linear", "quadratic", "logarithmic"
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.