summaryrefslogtreecommitdiff
path: root/help/en_US/falltime.xml
diff options
context:
space:
mode:
authorshamikam2017-11-07 15:59:48 +0530
committershamikam2017-11-07 15:59:48 +0530
commitc0c0582462720ed597b00e116506570577614e89 (patch)
tree31dedd23698e5357b19c810b7d7a8464100ef44a /help/en_US/falltime.xml
downloadFOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.tar.gz
FOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.tar.bz2
FOSSEE-Signal-Processing-Toolbox-c0c0582462720ed597b00e116506570577614e89.zip
initial commit
Diffstat (limited to 'help/en_US/falltime.xml')
-rw-r--r--help/en_US/falltime.xml73
1 files changed, 73 insertions, 0 deletions
diff --git a/help/en_US/falltime.xml b/help/en_US/falltime.xml
new file mode 100644
index 0000000..eb398e4
--- /dev/null
+++ b/help/en_US/falltime.xml
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ *
+ * This help file was generated from falltime.sci using help_from_sci().
+ *
+ -->
+
+<refentry version="5.0-subset Scilab" xml:id="falltime" xml:lang="en"
+ xmlns="http://docbook.org/ns/docbook"
+ xmlns:xlink="http://www.w3.org/1999/xlink"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns:ns3="http://www.w3.org/1999/xhtml"
+ xmlns:mml="http://www.w3.org/1998/Math/MathML"
+ xmlns:scilab="http://www.scilab.org"
+ xmlns:db="http://docbook.org/ns/docbook">
+
+ <refnamediv>
+ <refname>falltime</refname>
+ <refpurpose></refpurpose>
+ </refnamediv>
+
+
+<refsynopsisdiv>
+ <title>Calling Sequence</title>
+ <synopsis>
+ r=falltime(x)
+ r=falltime(x, t)
+ r=falltime(x, Fs)
+ r=falltime(x, t, 'PercentReferenceLevels', N )
+ r=falltime(x, t, 'Tolerance', M)
+ r=falltime(x, t,'StateLevels', O)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]=falltime(x)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]=falltime(x, Fs)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]=falltime(x, t)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]=falltime(x, t, 'PercentReferenceLevels', N )
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]= falltime(x, t, 'Tolerance', M)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]= falltime(x, t,'StateLevels', O)
+ [r lowercrossvalue uppercrossvalue lowerreference upperreference]= falltime(x, t,'StateLevels', O, 'fig', on or off)
+
+ </synopsis>
+</refsynopsisdiv>
+
+<refsection>
+ <title>Parameters</title>
+ <variablelist>
+ <varlistentry><term>x:</term>
+ <listitem><para> real vector.</para></listitem></varlistentry>
+ <varlistentry><term>Fs:</term>
+ <listitem><para> specifies the sample rate, Fs, as a positive scalar, where the first sample instant corresponds to a time of zero.</para></listitem></varlistentry>
+ <varlistentry><term>t:</term>
+ <listitem><para> defiene instant sample time t as vector with same length of x, or specifies the sample rate, t, as a positive scalar.</para></listitem></varlistentry>
+ <varlistentry><term>PercentReferenceLevels:</term>
+ <listitem><para> specify the percentreferenceleves as a percentage, default value of N is [10 90].</para></listitem></varlistentry>
+ <varlistentry><term>Tolerance:</term>
+ <listitem><para> define the tolerance value as real scaler value, where default value of M is 2.0.</para></listitem></varlistentry>
+ <varlistentry><term>StateLevels:</term>
+ <listitem><para> define the lower and upper state levels as two element real vector.</para></listitem></varlistentry>
+ <varlistentry><term>fig:</term>
+ <listitem><para> specify the logical input value to display figure as one of 'on' or 'off', where the default input in 'off'.</para></listitem></varlistentry>
+ <varlistentry><term>f:</term>
+ <listitem><para> return fall time of negative-going bilevel waveform transitions X.</para></listitem></varlistentry>
+ <varlistentry><term>lowercrossvalue:</term>
+ <listitem><para> return the lowerc cross value.</para></listitem></varlistentry>
+ <varlistentry><term>uppercrossvalue:</term>
+ <listitem><para> return the upper cross value.</para></listitem></varlistentry>
+ <varlistentry><term>lowerreference:</term>
+ <listitem><para> return lower reference value corrosponding to lower percent reference value.</para></listitem></varlistentry>
+ <varlistentry><term>upperreference:</term>
+ <listitem><para> return upper reference value corrosponding to upper percent reference value.</para></listitem></varlistentry>
+ </variablelist>
+</refsection>
+</refentry>