diff options
author | Abhinav Dronamraju | 2017-11-10 14:59:26 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-11-10 14:59:26 +0530 |
commit | 47535ab08afeb48fbb00f03e68d6ff973cf62cbd (patch) | |
tree | 732f6946451fb15f5639fe454ef17fbba2d5012f /help/en_US/scilab_en_US_help/sos2cell.html | |
parent | c54a48768d92ccf0f268b4b3b1a762c154865a02 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.tar.gz FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.tar.bz2 FOSSEE-Signal-Processing-Toolbox-47535ab08afeb48fbb00f03e68d6ff973cf62cbd.zip |
Functions added
Diffstat (limited to 'help/en_US/scilab_en_US_help/sos2cell.html')
-rw-r--r-- | help/en_US/scilab_en_US_help/sos2cell.html | 108 |
1 files changed, 0 insertions, 108 deletions
diff --git a/help/en_US/scilab_en_US_help/sos2cell.html b/help/en_US/scilab_en_US_help/sos2cell.html deleted file mode 100644 index fe57832..0000000 --- a/help/en_US/scilab_en_US_help/sos2cell.html +++ /dev/null @@ -1,108 +0,0 @@ -<html><head> - <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> - <title>sos2cell</title> - <style type="text/css" media="all"> - @import url("scilab_code.css"); - @import url("xml_code.css"); - @import url("c_code.css"); - @import url("style.css"); - </style> - </head> - <body> - <div class="manualnavbar"> - <table width="100%"><tr> - <td width="30%"> - <span class="previous"><a href="slewrate.html"><< slewrate</a></span> - - </td> - <td width="40%" class="center"> -<<<<<<< HEAD - <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span> -======= - <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - </td> - <td width="30%" class="next"> - <span class="next"><a href="sos2ss.html">sos2ss >></a></span> - - </td> - </tr></table> - <hr /> - </div> - - - -<<<<<<< HEAD - <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a> > sos2cell</span> -======= - <span class="path"><a href="index.html">FOSSEE Signal Processing Toolbox</a> >> <a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a> > sos2cell</span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - <br /><br /> - <div class="refnamediv"><h1 class="refname">sos2cell</h1> - <p class="refpurpose">Converts a second order section matrix to a cell array</p></div> - - -<div class="refsection"><h3 class="title">Parameters</h3> - <dl></dl></div> - -<div class="refsection"><h3 class="title">Description</h3> - <p class="para">c=sos2cell(s) converts an L-by-6 second-order-section matrix s given by: -s = [B1 A1 -B2 A2 -... -BL AL] -to a cell array c = { {B1},{A1}, {B2},{A2}, ... {BL},{AL}} where each -numerator vector Bi and denominator vector Ai contains the coefficients of a -linear or quadratic polynomial. If the polynomial is linear, the coefficients -zero-padded on the right -c=sos2cell(s,g) adds a leading gain term to the start of the cell array as: -c={ {[g,1]},{B1},{A1}, {B2},{A2}, ... {BL},{AL}} -Example -s=rand(2,6) -s =</p> - <p class="para"></p> - <p class="para">column 1 to 5</p> - <p class="para">0.0437334 0.2639556 0.2806498 0.7783129 0.1121355 -0.4818509 0.4148104 0.1280058 0.2119030 0.6856896</p> - <p class="para">column 6</p> - <p class="para">0.1531217 -0.6970851</p> - <p class="para">sos2cell(s,2) -ans =</p> - <p class="para"></p> - <p class="para"></p> - <p class="para">column 1 to 3</p> - <p class="para">![2,1] [0.0437334,0.2639556,0.2806498] [0.7783129,0.1121355,0.1531217] !</p> - <p class="para">column 4 to 5</p> - <p class="para">![0.4818509,0.4148104,0.1280058] [0.2119030,0.6856896,0.6970851] ! -Author -Ankur Mallick</p></div> - <br /> - - <div class="manualnavbar"> - <table width="100%"> - <tr><td colspan="3" class="next"><a href="http://bugzilla.scilab.org/enter_bug.cgi?product=Scilab%20software&component=Documentation%20pages" class="ulink">Report an issue</a></td></tr> -<tr> - <td width="30%"> - <span class="previous"><a href="slewrate.html"><< slewrate</a></span> - - </td> - <td width="40%" class="center"> -<<<<<<< HEAD - <span class="top"><a href="section_5118e822ecc2888aa80042108de4932e.html">FOSSEE Signal Processing Toolbox</a></span> -======= - <span class="top"><a href="section_cc2bc01c47967d47fcf3507a91d572ba.html">FOSSEE Signal Processing Toolbox</a></span> ->>>>>>> 3f916032cc0b2efdeafb838dd10e1141ead2cb27 - - </td> - <td width="30%" class="next"> - <span class="next"><a href="sos2ss.html">sos2ss >></a></span> - - </td> - </tr></table> - <hr /> - </div> - </body> -</html> |