From 7e43ae8d200a7da15ad458f5bb83582d0e389ce7 Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Mon, 27 Nov 2017 16:40:37 +0530
Subject: Merge
---
help/en_US/hamming.xml | 48 ++
help/en_US/hanning.xml | 27 +-
help/en_US/hilbert1.xml | 2 +-
help/en_US/master_help.xml | 870 +++++++++++----------
help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 23582 -> 13071 bytes
.../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 3723 -> 1735 bytes
.../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 1518 -> 834 bytes
.../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 100456 -> 56223 bytes
help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +-
help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 26760 -> 26624 bytes
help/en_US/scilab_en_US_help/jhelpmap.jhm | 1 +
help/en_US/scilab_en_US_help/jhelptoc.xml | 1 +
12 files changed, 555 insertions(+), 396 deletions(-)
create mode 100644 help/en_US/hamming.xml
(limited to 'help/en_US')
diff --git a/help/en_US/hamming.xml b/help/en_US/hamming.xml
new file mode 100644
index 0000000..9a072e8
--- /dev/null
+++ b/help/en_US/hamming.xml
@@ -0,0 +1,48 @@
+
+
+
+
+
+
+
+ hamming
+ Return the filter coefficients of a Hamming window of length M
+
+
+
+
+ Calling Sequence
+
+ hamming (M)
+ hamming (M, "periodic")
+ hamming (M, "symmetric")
+
+
+
+
+ Parameters
+
+ M:
+ real scalar, which will be the length of hamming window
+
+
+
+
+ Description
+
+Return the filter coefficients of a Hamming window of length M.
+If the optional argument "periodic" is given, the periodic form of the window is returned. This is equivalent to the window of length M+1 with the last coefficient removed. The optional argument "symmetric" is equivalent to not specifying a second argument.
+
+
+
diff --git a/help/en_US/hanning.xml b/help/en_US/hanning.xml
index dc1e475..5350656 100644
--- a/help/en_US/hanning.xml
+++ b/help/en_US/hanning.xml
@@ -17,7 +17,32 @@
hanning
-
+ Return the filter coefficients of a Hanning window of length M
+
+
+ Calling Sequence
+
+ hanning (M)
+ hanning (M, "periodic")
+ hanning (M, "symmetric")
+
+
+
+
+ Parameters
+
+ M:
+ real scalar, which will be the length of hanning window
+
+
+
+
+ Description
+
+Return the filter coefficients of a Hanning window of length M.
+If the optional argument "periodic" is given, the periodic form of the window is returned. This is equivalent to the window of length M+1 with the last coefficient removed. The optional argument "symmetric" is equivalent to not specifying a second argument.
+
+
diff --git a/help/en_US/hilbert1.xml b/help/en_US/hilbert1.xml
index 3d4ab42..765d670 100644
--- a/help/en_US/hilbert1.xml
+++ b/help/en_US/hilbert1.xml
@@ -45,7 +45,7 @@
Description
-h = hilbert (f) computes the extension of the real valued signal f to an analytic signal. If f is a matrix, the transformation is applied to each column. For N-D arrays, the transformation is applied to the first non-singleton dimension.
+h = hilbert1 (f) computes the extension of the real valued signal f to an analytic signal. If f is a matrix, the transformation is applied to each column. For N-D arrays, the transformation is applied to the first non-singleton dimension.
real (h) contains the original signal f. imag (h) contains the Hilbert transform of f.
diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml
index b1dc7df..29bb0db 100644
--- a/help/en_US/master_help.xml
+++ b/help/en_US/master_help.xml
@@ -1,202 +1,244 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
]>
FOSSEE Signal Processing Toolbox
-
+
FOSSEE Signal Processing Toolbox
-&abc34d904268ea0d68878f95dd4dc2b31;
-&afada58a5f5efa94bcba150f3d7ef37ec;
-&af43cf87eec8e014a9baf4bdd9f091652;
-&aeb72ef6afa5caac6c0198bf06e8d8d39;
-&aaa1106b0c11e3c85c5fd3b254546d61d;
-&ae9004011d22c5c9b12dc2e54d6812b21;
-&a4caa34fab913bd6c4272de961a55bca2;
-&a25e614283dd3e99e0fb093d1db465868;
-&a0c94bc97d460f725b92f352b99c87e60;
-&aa116b32936e2bbc43a1851815477dc50;
-&a717bcfb5b33c5617b6df4a88a35825db;
-&a2e363437a83944ea4bbda8ba05793277;
-&ab875fac05c1cb152e9967692ffbdd97d;
-&ac5b61ab1229ad20d8229654f2a877f9e;
-&a67d33687ff3441293c015e9f53640d4b;
-&aa33653ce5f6a767a34177a92dad8831d;
-&ac9bfbd0f547b9f7951782fffc297ce8f;
-&a92ca529f2e4c50ecbb42fe6ac66b4ad7;
-&aac95818ba66b9133270a9b65f48f4512;
-&a90ab60d82d7a54f62db9da2aa96abb62;
-&acc531aceceaba9ba5f63feb980982703;
-&a9763f77681100b2386601412d6c68a45;
-&a2e5fe5c92463618e3ac3eb6184a6514c;
-&a3d1f4797b814d4d10c4b1cd0a2316e6e;
-&a68acc0f447018aa08e92e1d6480e95fb;
-&ae603f65da6a3448e705b61733191f7e1;
-&a489b609c7baa2574b60744c9a166b350;
-&a87213ae4b598affb9e51c3ff77957951;
-&a89b1c9d29d8ea8a842fbbbff731a4ccf;
-&aeec63d2941febda586e272ca0d7e09e9;
-&ae2ea4b53ce51be512488c507ba5c1a97;
-&a2a8b19d4177c255e54f833c3e9c12de4;
-&af5072b843b624620f72a1118678bb51c;
-&a219b5a6958a48155175d7f125e0225b6;
-&a4892c6c6a094e865579eaa9fa0a1e315;
-&a20ba3985f003711dfcd6ae4a8aed4da3;
-&a498a173a5431d9ca778f08732ad009a3;
-&aa34b60fddd5a0bc48a0e0bdb88c05f5e;
-&af72c46e1f46388131554d782c87bdca6;
-&a56ca039cf45f00657429ca5b3ffdba4d;
-&aad227216b9d9295f4e5f8bd814752253;
-&a81fd5d7c924a096b87772397a39e4120;
-&ac98a73fed750316df035079d993cb1bb;
-&a5cfe9eeac1c4924f6a0caf3e1840568d;
-&ad14407366297f5e3bf8f6ffdcca387f7;
-&a51500db596c6a52603289ec898acc619;
-&aeaa1b542fe025ff3036e68a9da64527d;
-&ac3468da1f742c3072a382a126c9cfd90;
-&acf22d1bd8ee068dd275bed4ba7de0bb0;
-&aaf23de4d23842978c02d8fc01d0f8d89;
-&a1bb421658889ced3f6956d6d223af831;
-&a041cc2a85cc205a5280ff2cae0565aad;
-&ab9bfb86cd1cf6ba152f3c449acb53388;
-&ac5190b237eb80bce61bbb4731ebceaee;
-&a54eab5301da6f8ad94a0fc666a534f62;
-&aa76196c36e5195482e23ee95909d6a4c;
-&a02e375d7ce5589ce592ef3e186e8c6a5;
-&ab4ef5778ac13a477d0131b5d8dade1e4;
-&a76e1e372415f1013b0f4fd861c56f2ea;
-&ad08ce8e4fb40cfb3416c522ca5738730;
-&ac2cf40da1bec1c1f630828ed99d9fa7c;
-&a235f867faca505720e2e2fc0dc7523ee;
-&a5acb91e6d8e981bd43ac949272ce5fc1;
-&a0c437c94f4c9554d2eadc1299bc201c6;
-&a34b064123c25ed2a3df8772bc9148fa4;
-&a27489d7d314a41da10ff2ea221dc99bd;
-&a4a70061acbb347c0c6dbc7efc58a825b;
-&a050f686ed9bf3b9bbaeafa85839f88ea;
-&a6907d352bc8acb64f7672236214e003a;
-&ab7d38187b4f79ff0529d4c4c08b1d633;
-&a600b90a016f69bf4507022af617c8112;
-&a130a6a07303e6d40c88cc13f0df4f677;
-&a47f33d823a99a5b6ba0700bd44f2eedb;
-&ad090a8d9058532d5b76d3c76f0927647;
-&ac086f90347e9bff367792faa5b55509c;
-&a80d3837625985b4ea64c9fb8d21a2154;
-&a00aa26c59c877bc3fe918913a5da59df;
-&a7b1fc3f4b6f003df1d6b163f86ac2cc3;
-&ae4939978b945c2ba1d557b03cae30f84;
-&a290d00bd7c190f11aaa874430258d909;
-&ac1eea02afda4611561e359db55539ef3;
-&a5471ee2b25863bf6a2f32aa99bf0b1c8;
-&a56bbf2b805d1f7e17247cef64ba19333;
-&a37b6cebea1cde28601d71ea61001135f;
-&ab1ff3a3177d5412fce2d774a0cbb8c04;
-&ad4faf7dd15d7fd892712492de869c180;
-&a4a3dadddb6771053aa2c974bfa0c7b4a;
-&acdd93d2eb52543e9e5e06a19b2be5300;
-&a3322b2e8d12982e95f7abd7c07be5d83;
-&a405effc0095937f90e8796ab83a45b38;
-&ae537f60631062b3ad18ef244696dd073;
-&ab70a5bb921a249a9b2de0cc6b84dfcac;
-&a5eb03112f6aff7cf39f302d26b66f51d;
-&a9c1d71942abd1f1624fcfb3e40024f17;
-&ae4765bc27b678fde77e1a1e12d0312e1;
-&acd281019889eb8f2a87aa9bbfdfff93e;
-&a24442538c82a64f05197b0685b94062e;
-&adebab30e287f1744d68510915dd3dca3;
-&af192b03d06b90eb3dfd41194c886a010;
-&a8b754f3c797b791b0773a17091b92d47;
-&a4409d7ece46667d2c6c236a19699a2db;
-&aae7674d788c35e75f2a52af92dc855bc;
-&ab4b637128ca75fb1cef24e3cba016008;
-&a7022b9d1c7c194f27b1dd6bc4e093697;
-&aef8e0226f6126afb2453e659221e7330;
-&aecbf6dfa1f6fa4c17585ac7e4eff69ef;
-&a2d885644b44b3b9676bb9522b2302d9e;
-&acc65fd8696943e1a4b7a1515adfac26d;
-&aeae065e98e5caf4232a0aecc3a78dae6;
-&a4ca7eb2183d94674b01f6b4d20a0a8f3;
-&a2e2ff138201e7a3c659cc2e16a226ea5;
-&a418de0bebfad1312e130535833127f08;
-&a96429758f8b959e506c7a66d5b360b54;
-&a917d366f9f46037f6a8e01126615b102;
-&a772a38fab08d7eabf51280d2ceb5d8d9;
-&aa9a5966969f01fa9d4edd7ff3423f006;
-&a91870007b51d3fd0800610d83a035fde;
-&a816b52645e1bf16373e1a72ea585a009;
-&af5fb964c532696b13e8a01d8f16fe052;
-&a0276d0be96a5fa3418c6a444c4b85442;
-&af86865824018a287588e17662223dcaa;
-&a4d7ecaad3186ac096d933689e251a1c2;
-&a44f0c49020c51a70c39d3853e515495d;
-&afcfb3d20fc86ed90b62e99fbf0ca8fd0;
-&a5585324c3dd5301043788660ce0f36ca;
-&a69a13bf7bf2c2d1704ddebfff33c94be;
-&ab1453252bafa29241202516166a9f783;
-&a6db0813748b2ce47693ca82e8208bbb8;
-&a7d6411a5dd16d795cf44bbe48c3289ad;
-&a15e621608a3503fb64669da1d9ca8619;
-&a7c72c8a8d7d554e521e83060089815fa;
-&a7c8bf8293a571fb2d6d94dc53959266a;
-&ab54c5530e341558ddfc71ec8ffb45aac;
-&a9b8b0d208fe7a2581097650c4eed31bf;
-&a9fa8430a1f63fbea843dbadf6aa070ab;
-&a9114be05b5cf59a0cffc8921b4d5f918;
-&a9b1d2e56d8d2907f6b9fb0f20f641573;
-&a8f8cb27d2a1e48303a9597f4e60e731b;
-&a050b38bceab9f2dd907cbbb0d14ab2f4;
-&a716d878bc9e3e1fb19a5357ef70823f7;
-&a6afb5f3f3514b7e47d13299e5064d0af;
-&aa8df37d359b12284be2e59d98627db73;
-&a111a8fca523b8646d1eb526a08cb5f10;
-&a8c6457516ccc6e7306473da4a6b17fd9;
-&a55b3b05f765c3883176f3139680ee4c0;
-&a941c0f7793607300f531db0534ec3698;
-&a7f91887a7293318872b7170cf01404c3;
-&abaa1ff6608a326ef22ef237cdf7dc0c1;
-&ab1b710cbacc3b7e1934f3ee160f6f21e;
-&a92ee012c477116f5f712c772e9cf4642;
-&a90aa1e8c11381cf0903d47492fe76003;
-&a19e3effbd0be032c384f4d29f088b26b;
-&a962cc0afc86fe9cfb3c725b2fb3fc8a7;
-&a23b2c788dac918bb541cee278c217004;
-&a375c8e3fce488c88fd2ad58e421cb109;
-&a05ea7008eb727c478f18a19acf34e221;
-&a9058a43e855325dd2da653945e7c5317;
-&ab55327a4128934be29626f54b82503e3;
-&a18ff41a908bdd56dea489618073337b1;
-&a92170f9f580f031accbbfc82dd265808;
-&a80926c0c0f8f3797be07e7275c8dcdb5;
-&a72cacbd2a95ba7e1c27d8220b58a1681;
-&a625e1803c72496b56195689f9388f40e;
-&a1cdc594306227014fb9570da9fdfaba5;
-&aaa714a94f0c1e251775fd03f088f3589;
-&af64d9784de8ecdcce28f1963d081aa2a;
-&a76a6fdb476060a229f6bb52e29d99667;
-&a984843fd00f52de0c91d72a2f2d35c60;
-&aa68766b620d78caaa210ddf54e4740c6;
-&a9498b8e51ebd5d30b14e4ae51f11a0e4;
-&a414cd2bf4fbb0240eb4cb3cc3193e8a5;
-&a92393e692247c0be55c2903ed953eb1f;
-&ae56eae8fd9fe4b5607eb687d41a62a8d;
-&a2613023045f6fa97a511ae290196314e;
-&aa402b99039e77ec462ad76fb8b80b145;
-&ab8d6a07007057c840f1b7afc44a04a38;
-&a71e0df8a7f16e193b7907129844a566b;
-&a61f5fce0a9ccf631897caf0b1580cb79;
-&a98e791bec81dfb22d09ccc4e1cebf498;
-&a8169e81c662c3c6f99fcfd31a716f003;
-&a61486111f2c5646c41de7852a40890d3;
-&a9ba6cffd73212e01a5a1cf48c370f31b;
-&a5ff4fb227aad23a52510b08738d06635;
-&a624b692de7106f79b52675e6f6e864db;
-&ab5ec2471f2a87567d2eda164da9cfc88;
-&a7f2f6a5c9d5ae84e00a33bc655680cbc;
-&a86c828962a88c80762ba774eb4689015;
-&a1ec494594cb2a65f69a4c305135a03dc;
-&a3024e7b1d5ec82a1746c1bb317b05bdd;
-&ae56b79980853d5c39cda79745ad43e1c;
-&afb072dbcb7e8025a801eb32f37a69dfb;
-&a9cce784055276e298cf721d8e269c31c;
-&a4fefe2dc30b34efba778dabc938cfb1a;
-&ad84d3dcc40317a06780d4e68cbec8db0;
-&a522ad212c78230cdbad7a4a0d8daaadd;
-&ad0a91e7320d3da715c8e58990f5397a4;
+&a231328952124a7e187905e71aaf9cee0;
+&acc27042e738d175d1131be40ac8443e4;
+&a00c7c9f2a0021ff13869dce3b90df38c;
+&a2801dc954ec6ac2e1c314367aab7316b;
+&aa86636858e7127f17b93747fc8f3ec30;
+&a2804cc9a113729444d60d8cf3c14b554;
+&a78af20f681c48f8ec298b379b34418b7;
+&af1b518d74e5b9c0251ecb1df257eb407;
+&af8a337c857d4b373e49c0032acb1370f;
+&a8db037e6c34a1ac0f7db27577e08e15d;
+&a31f48c823b3b36a8c44e96ff54eaf66a;
+&a4965260600d5ae3055dc940551b4155a;
+&a203e8f0f36fcdb6d7dab204312a41134;
+&a33562ce8ee2b64f5e49f771f94e64714;
+&a2ead104a959d0030deacd8bfd726d641;
+&affed76d132b047f7e7dd7feaf7460b96;
+&a9a73fbe4c732d8d281a15b9c56b66cd7;
+&af063a7c3d52b3fc249eccfea5477233a;
+&a6b85a8141239aa12da5fd722e12764c5;
+&ac13ce08d83a0b050bbcd34097be69474;
+&a3ac1d95c0377fbd5021c9ab3878d3381;
+&a8bfbf0158cec14ad1852c16a1bcd1a9f;
+&aad687051b3ff18c103250462607b8bfe;
+&ae12b60324a0fd39a6eaeaa29154462d3;
+&a952ffa1c6ec05774d717ea1a51c966c7;
+&a63809fd4817619e419316a6fb51f2478;
+&a67189797ee7307d2f12d2d9db1429d16;
+&a6f811f8e27e331fa279fc0462a6dd852;
+&af57064694f5b9424a2fb945bab08663a;
+&a788630ff50c6129a3217a8b029fdb706;
+&ad67eb98c7a334e2ccd2584c52d1f7490;
+&a9aaa53086cfad7fff7a9568a895c584e;
+&a80fd0493bf42ae683bb78ef95ecc8ff1;
+&a1dc032779f7ba8e8f69e8f79dfb144d5;
+&a5bf1548e6f5419396992c7e5fee10e44;
+&a675cd787aff166461d9e9da55d591875;
+&adc56a73851265426ed0c3db40f3a0d2e;
+&a3d40cac540363daecb58818938d2b1d3;
+&ad2840257a4ded4da25428645e8a8fd22;
+&abaaa2a634a57347cfaeb3f75cc42b298;
+&ae8d01defeace3e366cfdce71da71d5e2;
+&a76e2baa7f20cd4d2b517c7f65f4b0a87;
+&a438b318f3a65f8e10cb292c16ee48d3d;
+&a012dc78292d46d1a6bfdd411607796ae;
+&a4c9381ac38659e2e9ccdf89e9aec08f9;
+&a732f6e560fa62dcfe2137f94ce0b812b;
+&a8e9030fad0ea16388695b20a07e04334;
+&a3ffbb42a185eaf6b62029b6efc883d6b;
+&ac93a3534190eae2db767de3935ad4fbc;
+&afe6460b06ca50c9c2d156ea6806d2ed9;
+&a52aa309fac8ef71cd8d143ac51969fe0;
+&aa0ecb21a4fba74cd96dd91d64d4f13ef;
+&a54ce5c2d68eb85b370486a8657432e59;
+&ae7e31ef8153e0b43af5b7d3b54f281b8;
+&a0d95063280ebe0c559bd51e94d6809cb;
+&a528ea74a7c6d6e7453f0a50c2b96a9ee;
+&ae0c094a4d283763517f2a9d8dc2d47dd;
+&a61dce7ba646ca92aaf5a1ba090aa25e4;
+&ad146f651e2b3ae0f2c4548c9d31b9324;
+&a093a9f733664f253ef62c57cbfd1f345;
+&ad9f3946f61509aa68a6555cc8e1e89c4;
+&a0b5dd6bfc7c995741ff59cb1f2e6bd9d;
+&a6f9f6be023cda42def4540ebe4a826ad;
+&ab3a31ebfc4f38ef5c568256700871cf9;
+&aaadfeefbe7128b3e19dfcf58d9259fba;
+&a73e8c044770a7cfd905f857689a6baa1;
+&a94e89cc06baa492675fb0ba33b84c454;
+&a19950da21e14157b78311a84cf566c31;
+&a997024f7f60a0e9b5b06fb25b4549196;
+&a60063fcaf779858435eab52d0438f7c0;
+&a5b1b81f5a27ba264b58d0ede7bf40d6e;
+&aaa8fd7d64f02100f0ff4b9f5a601b502;
+&a6c84bcba9eda7daf35794f2c2b1cfc36;
+&a5a10dacc8f7724140837e716eefea546;
+&a241d399410079c666c88bab68b4bd8b6;
+&a6091479f1738a3f05872855ff81f767e;
+&a79d0e19a419a4da0e9852a883c56e875;
+&acbf561fbe774483d5bdd6bb94f356c92;
+&a829161f2b17c647cab27ce7e4e177861;
+&a09f64c6e5d7a6e94067ecb6f99796457;
+&ad615141134f915d2325d00926eea7422;
+&a277e25e2845fbbffbb98cb9bd813d43e;
+&a350fe0538e119f50421b72fb0177d862;
+&a89a8d615b106b54285bf3493164dde99;
+&a5d806f19e64dff92d1430af2e3d36434;
+&a93018e4b205ad1077ed39b70108ab6f5;
+&a564da052a4377e3262d3e2eaaff74169;
+&a55af75fd2a9b6cd5cd41835b0a2cc3b9;
+&af8c65bd6904096611c2566ec57c5b032;
+&a6fd54fa41c0d83b890ecda9094cd757f;
+&a9a5ec7990aa1e0ee187582dfea2e2f18;
+&a6c98b32822a438724a01bbbc3c6e8972;
+&a414728f3a3bc742adaead017680e9eb1;
+&a2992435e7a3da65808422b5922e44afd;
+&a056e2f09f5221e8999a0fea1c1fa878d;
+&a9142e379fc897ce07ddb4601b5f6eff9;
+&adc184a6cbbaa2bb5ce1233a789ac1f35;
+&a05f89038eb00b07e70e0873d8d1dfdbd;
+&a2fb2ab4d09d36ef1d84d3666c77ea926;
+&a3d73ca698d63b8e1aca3d442d62d67c8;
+&a17c1049c0e838c40c3d0c6330a1ed18e;
+&a9f42719de3232f6757f8f9645f04d2ba;
+&aa2dde2bdf03f823c2c8bcbe7c32ac6f5;
+&a1341fabc85cc66d9215f09a3b3389f21;
+&a9582da81a2996f4949f3a56504ac7af0;
+&af06621ea64b7432870e0c9de816a7a3f;
+&aedaf12b58709e4d66d9594c045e7fab9;
+&a076a06248e94759c2531feb6af82b4b2;
+&a550cb394018ff7036f3bf7ed85cd894a;
+&aadd3778bbb3c69186062e83df88617b6;
+&ae880c6aad471ddeadec92a73990a8916;
+&a3a1de36d214f8b24968c347990a780ca;
+&afd0accae740fccac83b6e58da7ad7f67;
+&aaff1fbd30d203394a0065360948cb552;
+&a64409832c5b89c298638be3ae481e2db;
+&a94b0fd913cff757ba932421487806ce2;
+&a501538e66b60a9dad666d8feebebc808;
+&a2cd55936714d73ab7cfc5b191e1ab310;
+&a5100d9ea14ecae777adf29449f8326bd;
+&a5d96b63e9d96e401c886dc2e59f352ae;
+&a7eb314d0aac7fe50a8b374d1fe09224a;
+&a5f1fdcf4bd80a0fdc97b1a66dc3d6126;
+&aa6381ef62e04401a281532a2b26866e4;
+&ab54549e25f72917f5984976326446806;
+&aad2ae34d6eb1330043839076bfe50370;
+&a2cb9870e7f3797bd8079af0d6bd72c2a;
+&a6f84b9f7d14410ce7b79c7e06629063c;
+&ab20a31499c13238dfad5e6a9a47494a8;
+&a61d7d15c9f4c0556b04a98e7f4cd299c;
+&af78d47b6f1d4f40097f16df906159928;
+&a39a1a3343fe803f4afaf048b8d1570f3;
+&a0d9a41d49a4663bd5ae6e17bce7f3f9d;
+&ae90b90188af214c9b4bfbfd5186a57e3;
+&ab8ccec6c3405c19a470f1f3ca558ad07;
+&a454451daa892c02d56805334a51be93f;
+&ac1059f65770cbb8f7e8f63040d89272e;
+&a66543787f73f1ce1e7be63649b30a3c7;
+&acc1420fa4419b0f270ad3f8d342a3462;
+&a61595e565a64e6b77b85a8028a66eea6;
+&a995c78b83fbbea551450e7012f13797f;
+&a0442ccd02553bee97fde66f2838895ba;
+&a87c50c8b5be2390300fbfe46bb1ca120;
+&a02d1bdbd42659a3e4019d0498b14f321;
+&a9d6134bc5259cb5aeb088a6de56a1ec1;
+&aa37bf7c43823e017babd5e030e712970;
+&a9781f4c56bafacf94214fc66102348a2;
+&a169ef193b097a09b6d3ffec52f5f1485;
+&acc6ca2c4223c6eb2605224fd487187d2;
+&a29996fb75db3d782680d4ca3f521df92;
+&afd9713fe61540255e892066b5137e59d;
+&aa980f3c9624ae005414c12d7a877509e;
+&a7d2647c034f43a9251e2db288609a1b7;
+&a882da254da001f466eb31bbd41361a56;
+&a9bbded342cd4ef28c778daaa3422204c;
+&a19ce5d9910772e73e9e89012e50e7b00;
+&a345e02cd34c617dbd3421a2105685535;
+&a6801e6f009157396cae1b490394153e1;
+&aaa07642adb4af69e9b9b0e253ee2e09e;
+&a822b7b0a550b48a6c61f5d82f34fb2a6;
+&a0fb1810de5f83ec9ef3044ef50bea460;
+&a3be9e2c9b768acd0dd7364298b0bfee5;
+&a29e745c3794d5108d4133e8779cc61f7;
+&ae7f0ecf1810506f8d5417e97c2d11615;
+&ad59b2b322970b02a5fb9d524a71f7beb;
+&af8807cd3a5d1b02d4a288e796360fe2a;
+&a29e9c3d00fcd3169bd8354488b4977cb;
+&ad7cebbbaa3e2ced9e0c9182662c86b8a;
+&a6fbe2bc6ace27b1a7b3efaae322ab6dc;
+&ac5914c0be89a4c4439097765c0e7cecc;
+&a6da361fad125fe561580436a66d9d7bc;
+&ad2dfb1b46cc492f8d323e1b72dc22728;
+&ab2e4570e0024f556a50f7fe8da8ba151;
+&a04ef233b467060d4578b43b8971f38a3;
+&ac097cbdcb4b28badcff3616e968aa3f7;
+&a6352349298514ffd575c2367e13c14b3;
+&a9ab8a24e5b3bc5753cc3cb6cb6de74b8;
+&a299d9f2b3a06d39e69e093804117f40f;
+&a712e3325216084f0ff29f772a41abce2;
+&a4ce9f761027a046b75fe3e665393082f;
+&a06bd86308806c0555e5fd4bf92e2b769;
+&ae3cd6a4ac731b860300da199c84af7a9;
+&a492bcb2ea4cbe2a4a1f7c0a6d0054c29;
+&acfde8a4181328405e0f648d4aa9b843b;
+&ab3cbb2aaaf730a032674d18bc031731a;
+&a877d0d12418f2bbc520a5d1403d62a32;
+&af5fec193153f2dad9515f9b81d500410;
+&a0c7f7373d0deae4317b309d407e54ed0;
+&a4298bff4e637e7043203de25a4709e86;
+&a82677926514040027d5aeb5f81dc9208;
+&aa6b76788e36e0d6d7d2c1ec5d1604798;
+&aea7524fc34de97fc745d01ae564677a1;
+&a10a36960bde6b0639f4f358216f704cf;
+&a5feba38524659afdbe4015b645b45f4e;
+&a862e51cacd34ba79921d6ba8fadc2e3d;
+&ab3f2bf2ab34afc8e14ff23ada59fb889;
+&ad5fcb6a854ea4ab1a826c2cfe506037e;
+&ad6371d5f083f4ac4fd57fa369e3cce7f;
+&a050855b5f4f81d6e0c1778748ef21573;
+&acfaa379418f785d6abf7e7745da20005;
+&ab64c40cd49111b8db8a276e394939be8;
+&a6d63448e238679b1ffcf82bb12f3ab56;
+&a22391101c208e4851f12b2d38b1c940b;
+&adbd99bd46c01b285deaa3bcc1d9c6c42;
+&a55d26e66ea1393dcf99b7df5ba827b79;
+&a4d46b917ce6f500dce168ee18a1d17e6;
+&a1456cb0354e92a694fa9311ee5362daf;
+&af974230baefb26fbc56264ee4ddd9e72;
+&a74b148e7e471bd9f170cd4dc3087d2c9;
+&a243b79cdb976d4f432450ea744ca236c;
+&a9187ccad1c55b5cd1a5a900b17f2104b;
+&a805a0ed4cae04e01f29ecf5f82345622;
+&a6e3552f90470c430b16dca28da599068;
+&aff0a00518280d05c9d58a7de46b1b160;
+&a5f191b2f9a255115bd43ce5e8c9dfe46;
+&ab455e53fbe01264634cd4b2a4eb4c907;
+&af62b68dd386718f8d27cb4d8364b8335;
+&ad88190c86ecf59da91f5e21feb3a23c1;
+&a735fd0a0700e104dbe5abbcd22ab616d;
+&a378bace2a9b27a9198f9ffc3ba4efcb2;
+&a64dae20703f14187621c3e22fca1ebe9;
+&ac34fae293643ed52873e880dddf91bc1;
+&a97101bd7eb46f1029e6ea2a054d405ac;
+&aab35d1b77962f2054fd115ad6f8eb120;
+&a1d535975c3fb7e7d8a0f9658e1c0f6c0;
+&a091c9c305748e84d41eca16f78e2995f;
+&a41d68bfcb502a6ea6c94d0fdc154323b;
+&aee101979a880a08e0a3c6cdbd958bdf8;
+&a08e5aa34c91e6ebaba8fc63e3af9fe31;
+&a181e55fa472ec1667172b73625f1b776;
+&a4a8f4d8bf9f98af1fc99ba9328aa4a50;
+&a812d9c22a396a5551693bb4d6dcae5b8;
+&af95666e924be0e4cd14c6415f124f7d8;
+&ab4413930d155521ee36e3b7a19400809;
+&a07861a28f3bed2170e83949b6e2c3809;
+&a99676709afd29b9c0701a4ca0e97365e;
+&ac4b6feabfcffe4748eea06cf81d6c28b;
+&a9eb5dbeb1370f1a1f23b414438b423b7;
+&a61b6ccda9c51a7fb92674a98fd9f358a;
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index 1c0a160..3105019 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
index 8b4ef1f..16c3c1b 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index 44b7b1f..0fd7aff 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index 2f0feea..5d4fac0 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
index 677736a..e6c083a 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
-TMAP bs=2048 rt=1 fl=-1 id1=1967 id2=1
+TMAP bs=2048 rt=1 fl=-1 id1=2335 id2=1
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
index 067ca95..ea3dfe8 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ
diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm
index add47c8..ac7ff93 100644
--- a/help/en_US/scilab_en_US_help/jhelpmap.jhm
+++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm
@@ -83,6 +83,7 @@
+
diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml
index 4db2aa2..dda12cb 100644
--- a/help/en_US/scilab_en_US_help/jhelptoc.xml
+++ b/help/en_US/scilab_en_US_help/jhelptoc.xml
@@ -83,6 +83,7 @@
+
--
cgit
From 9539b5efb5ccf665a1cc4b8e814e96460b22e0ab Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Tue, 28 Nov 2017 14:53:58 +0530
Subject: New functions and help files generated
---
help/en_US/arch_test.xml | 73 +++++++++++++++++++++
help/en_US/detrend1.xml | 51 ++++++++++++++
help/en_US/master_help.xml | 4 ++
help/en_US/periodogram.xml | 42 +++++++++++-
help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 13071 -> 13367 bytes
.../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 1735 -> 1769 bytes
.../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | 14 ++--
.../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 56223 -> 57620 bytes
help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +-
help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 26624 -> 28672 bytes
help/en_US/scilab_en_US_help/jhelpmap.jhm | 2 +
help/en_US/scilab_en_US_help/jhelptoc.xml | 2 +
12 files changed, 181 insertions(+), 9 deletions(-)
create mode 100644 help/en_US/arch_test.xml
create mode 100644 help/en_US/detrend1.xml
(limited to 'help/en_US')
diff --git a/help/en_US/arch_test.xml b/help/en_US/arch_test.xml
new file mode 100644
index 0000000..aa57ff0
--- /dev/null
+++ b/help/en_US/arch_test.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+ arch_test
+ perform a Lagrange Multiplier (LM) test of thenull hypothesis of no conditional heteroscedascity against the alternative of CH(P)
+
+
+
+
+ Calling Sequence
+
+ arch_test(Y,X,P)
+ PVAL = arch_test(Y,X,P)
+ [PVAL, LM]= arch_test(Y,X,P)
+
+
+
+
+ Parameters
+
+ P:
+ Degrees of freedom
+ PVAL:
+ PVAL is the p-value (1 minus the CDF of this distribution at LM) of the test
+
+
+
+
+ Description
+
+perform a Lagrange Multiplier (LM) test of thenull hypothesis of no conditional heteroscedascity against the alternative of CH(P).
+
+
+I.e., the model is
+
+
+y(t) = b(1) * x(t,1) + ... + b(k) * x(t,k) + e(t),
+
+
+given Y up to t-1 and X up to t, e(t) is N(0, h(t)) with
+
+
+h(t) = v + a(1) * e(t-1)^2 + ... + a(p) *e(t-p)^2, and the null is a(1) == ... == a(p) == 0.
+
+
+If the second argument is a scalar integer, k,perform the sametest in a linear autoregression model of orderk, i.e., with
+
+
+[1, y(t-1), ..., y(t-K)] as the t-th row of X.
+
+
+Under the null, LM approximatel has a chisquare distribution with P degrees of freedom and PVAL is the p-value (1 minus the CDF of this distribution at LM) of the test.
+
+
+If no output argument is given, the p-value is displayed.
+
+
+
diff --git a/help/en_US/detrend1.xml b/help/en_US/detrend1.xml
new file mode 100644
index 0000000..783d922
--- /dev/null
+++ b/help/en_US/detrend1.xml
@@ -0,0 +1,51 @@
+
+
+
+
+
+
+
+ detrend1
+ This function removes the best fit of a polynomial of order P from the data X
+
+
+
+
+ Calling Sequence
+
+ detrend1(X,P)
+
+
+
+
+ Parameters
+
+ X:
+ Input vecor or matrix.
+ P:
+ The order of polnomial
+
+
+
+
+ Description
+
+If X is a vector, 'detrend1(X, P)' removes the best fit of apolynomial of order P from the data X.If X is a matrix, 'detrend1(X, P)' does the same for each column in X.
+
+
+The second argument P is optional. If it is not specified, a value of 1 is assumed. This corresponds to removing a linear trend.
+The order of the polynomial can also be given as a string, in which case P must be either "constant" (corresponds to 'P=0') or "linear"(corresponds to 'P=1')
+
+
+
diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml
index 29bb0db..402f8b6 100644
--- a/help/en_US/master_help.xml
+++ b/help/en_US/master_help.xml
@@ -5,6 +5,7 @@
+
@@ -47,6 +48,7 @@
+
@@ -259,6 +261,7 @@
&acc27042e738d175d1131be40ac8443e4;
&a00c7c9f2a0021ff13869dce3b90df38c;
&a2801dc954ec6ac2e1c314367aab7316b;
+&a1495e32bc54c2e2975785e8e2e4521bd;
&aa86636858e7127f17b93747fc8f3ec30;
&a2804cc9a113729444d60d8cf3c14b554;
&a78af20f681c48f8ec298b379b34418b7;
@@ -301,6 +304,7 @@
&a012dc78292d46d1a6bfdd411607796ae;
&a4c9381ac38659e2e9ccdf89e9aec08f9;
&a732f6e560fa62dcfe2137f94ce0b812b;
+&aead61bf67b6895372794be69a80b5ab9;
&a8e9030fad0ea16388695b20a07e04334;
&a3ffbb42a185eaf6b62029b6efc883d6b;
&ac93a3534190eae2db767de3935ad4fbc;
diff --git a/help/en_US/periodogram.xml b/help/en_US/periodogram.xml
index 8b5b2ed..5ad8738 100644
--- a/help/en_US/periodogram.xml
+++ b/help/en_US/periodogram.xml
@@ -17,7 +17,47 @@
periodogram
- funcprot(0);
+ Return the periodogram (Power Spectral Density) of X
+
+
+ Calling Sequence
+
+ [PXX, W] = periodogram (X)
+ [PXX, W] = periodogram (X, WIN)
+ [PXX, W] = periodogram (X, WIN, NFFT)
+ [PXX, W] = periodogram (X, WIN, NFFT, FS)
+ [PXX, W] = periodogram (..., "RANGE")
+
+
+
+
+ Parameters
+
+ X:
+ data vector. If X is real-valued a one-sided spectrum is estimated. If X is complex-valued, or "RANGE" specifies "twosided", the full spectrum is estimated.
+ WIN:
+ window weight data. If window is empty or unspecified a default rectangular window is used. Otherwise, the window is applied to the signal ('X .* WIN') before computing th periodogram. The window data must be a vector of the same length as X.
+ NFFT:
+ number of frequency bins. The default is 256 or the next higher power of 2 greater than the length of X ('max (256,2.^nextpow2 (length (x)))'). If NFFT is greater than the length of the input then X will be zero-padded to the length of NFFT.
+ FS:
+ sampling rate. The default is 1.
+ RANGE:
+ range of spectrum. "onesided" computes spectrum from [0..nfft/2+1]."twosided" computes spectrum from [0..nfft-1].
+
+
+
+
+ Description
+
+The optional second output W are the normalized angular frequencies. For a one-sided calculation W is in the range [0, pi]. If NFFT is even and [0, pi) if NFFT is odd. Similarly, for a two-sided calculation W is in the range [0, 2*pi] or [0, 2*pi)depending on NFFT.
+
+
+If a sampling frequency is specified, FS, then the output frequencies F will be in the range [0, FS/2] or [0, FS/2) for one-sided calculations. For two-sided calculations the range will be [0, FS).
+
+
+When called with no outputs the periodogram is immediately plotted in the current figure window.
+
+
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index 3105019..2e55114 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
index 16c3c1b..ac87aca 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index 0fd7aff..ae19610 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
@@ -1,7 +1,7 @@
-j!(hC(p,AlZs挭t9rGA&ݔxXHʌTM<52TJQ;0@VCE(CF=#3o3Qg0S[c;b1Ye(ƲchVeGE1PQ#'e[rj;VMH'!ni3
-%+
Q欙}wUٗ8܅ Ԙ
-MgǏ6H͕*T5&1e2TvKS*e`U;bnVD**|!
-#BуyV)`wΘÖuy2yWl4KréPywF-E*E
ZbMlAr{T?˝:z(FȊ24`HR9"m%P,RtRIG)W1K
-4I9Ch̩>Vd-5ޱ|31
F8^X
4Coٿx$3c{w~qDEk]Si KGon}Rh84R;Y;+*bYkS}K_lN(~lR~oB<;tioUCpKdkOHBĜ{!W
_g'ZdHf+[%Vjv/e>Yի8]}i'pV>+3a
-ݷNFe[6YKIJ1-5
-o#[I. PTH9`k֜u/\=Jp!eI4e9^8)R2-O
LeDq$#Ih,PQi(Hь,4eL3rء{*Vw#J1Ś9G5oF,QGQhci2T1b3dk[rj;VMH'!ni3
+T,9F˚eWj`c$Q`I6}T%tV0ԘKMd_˕SدYLIїu<9/[TRUM?#|T]k(HK=F
Z
+83^,E/>bdVDa72_v &/K~MC~xMd㨨=5i3÷ɱ9SxNr.u*"Ե"*lс# Kq^4:22ٴaCIJW'˝
+c|R1qQ{☜
+4I9Ch̩>Vd-5ޱ|32]F_U
66)9JWwnt}Ͽ`GfLw̯IeX7,ҚL#+翘*ұʷ*$f<'?4;^ZWnh7!mZ&45,XV"KI{G7mDj^mQGq
+ߋUZ; zn{uk,TXrNo6j"KֳA1-7u5y+p\EI3.RH94R}A$.w_K
\ No newline at end of file
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index 5d4fac0..4544947 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
index e6c083a..7d65376 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
-TMAP bs=2048 rt=1 fl=-1 id1=2335 id2=1
+TMAP bs=2048 rt=1 fl=-1 id1=2382 id2=1
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
index ea3dfe8..6337674 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ
diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm
index ac7ff93..4e2930e 100644
--- a/help/en_US/scilab_en_US_help/jhelpmap.jhm
+++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm
@@ -7,6 +7,7 @@
+
@@ -49,6 +50,7 @@
+
diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml
index dda12cb..1b4fbc8 100644
--- a/help/en_US/scilab_en_US_help/jhelptoc.xml
+++ b/help/en_US/scilab_en_US_help/jhelptoc.xml
@@ -7,6 +7,7 @@
+
@@ -49,6 +50,7 @@
+
--
cgit
From d97df53d72f66db206da540e909679fa863b51b6 Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Wed, 29 Nov 2017 17:34:00 +0530
Subject: Added xml files and new functions
---
help/en_US/ar_psd.xml | 73 +++++++++++++++++++++
help/en_US/bilinear.xml | 52 +++++++++++++++
help/en_US/cohere.xml | 64 ++++++++++++++++++
help/en_US/diffpara.xml | 60 +++++++++++++++++
help/en_US/durbinlevinson.xml | 53 +++++++++++++++
help/en_US/fftshift1.xml | 64 ++++++++++++++++++
help/en_US/fractdiff.xml | 38 +++++++++++
help/en_US/ifftshift1.xml | 52 +++++++++++++++
help/en_US/master_help.xml | 16 +++++
help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 13367 -> 14195 bytes
.../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 1769 -> 1885 bytes
.../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 844 -> 874 bytes
.../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 57620 -> 61423 bytes
help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +-
help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 28672 -> 28672 bytes
help/en_US/scilab_en_US_help/jhelpmap.jhm | 8 +++
help/en_US/scilab_en_US_help/jhelptoc.xml | 8 +++
17 files changed, 489 insertions(+), 1 deletion(-)
create mode 100644 help/en_US/ar_psd.xml
create mode 100644 help/en_US/bilinear.xml
create mode 100644 help/en_US/cohere.xml
create mode 100644 help/en_US/diffpara.xml
create mode 100644 help/en_US/durbinlevinson.xml
create mode 100644 help/en_US/fftshift1.xml
create mode 100644 help/en_US/fractdiff.xml
create mode 100644 help/en_US/ifftshift1.xml
(limited to 'help/en_US')
diff --git a/help/en_US/ar_psd.xml b/help/en_US/ar_psd.xml
new file mode 100644
index 0000000..103f0d2
--- /dev/null
+++ b/help/en_US/ar_psd.xml
@@ -0,0 +1,73 @@
+
+
+
+
+
+
+
+ ar_psd
+ Calculate the power spectrum of the autoregressive model
+
+
+
+
+ Calling Sequence
+
+ [PSD,F_OUT]=ar_psd (A, V)
+ [PSD,F_OUT]=ar_psd (A, V, FREQ)
+ [PSD,F_OUT]=ar_psd (A, V, FREQ, FS)
+ [PSD,F_OUT]=ar_psd (..., RANGE)
+ [PSD,F_OUT]=ar_psd (..., METHOD)
+ [PSD,F_OUT]=ar_psd (..., PLOTTYPE)
+
+
+
+
+ Parameters
+
+ A:
+ List of M=(order+1) autoregressive model coefficients. The first element of "ar_coeffs" is the zero-lag coefficient, which always has a value of 1.
+ V:
+ Square of the moving-average coefficient of the AR model.
+ FREQ:
+ Frequencies at which power spectral density is calculated, or a scalar indicating the number of uniformly distributed frequency values at which spectral density is calculated. (default = 256)
+ FS:
+ Sampling frequency (Hertz) (default=1)
+ Range:
+ 'half', 'onesided' : frequency range of the spectrum is from zero up to but not including sample_f/2. Power from negative frequencies is added to the positive side of the spectrum.'whole', 'twosided' : frequency range of the spectrum is-sample_f/2 to sample_f/2, with negative frequencies stored in "wrap around" order after the positive frequencies; e.g. frequencies for a 10-point 'twosided' spectrum are 0 0.1 0.2 0.3 0.4 0.5 -0.4 -0.3 -0.2 -0.1 'shift', 'centerdc' : same as 'whole' but with the first half of the spectrum swapped with second half to put the zero-frequency value in the middle. (See "help fftshift". If "freq" is vector, 'shift' is ignored. If model coefficients "ar_coeffs" are real, the default range is 'half', otherwise default range is 'whole'.
+ Method:
+ 'fft': use FFT to calculate power spectrum. 'poly': calculate power spectrum as a polynomial of 1/z N.B. this argument is ignored if the "freq" argument is a vector. The default is 'poly' unless the "freq" argument is an integer power of 2.
+ Plot type:
+ 'plot', 'semilogx', 'semilogy', 'loglog', 'squared' or 'db':specifies the type of plot. The default is 'plot', which means linear-linear axes. 'squared' is the same as 'plot'. 'dB' plots "10*log10(psd)". This argument is ignored and a spectrum is not plotted if the caller requires a returned value.
+ PSD:
+ estimate of power-spectral density
+ F_OUT:
+ frequency values
+
+
+
+
+ Description
+
+If the FREQ argument is a vector (of frequencies) the spectrum is calculated using the polynomial method and the METHOD argument is ignored. For scalar FREQ, an integer power of 2, or METHOD = "FFT", causes the spectrum to be calculated by FFT. Otherwise, the spectrum is calculated as a polynomial. It may be computationally more efficient to use the FFT method if length of the model is not much smaller than the number of frequency values. The spectrum is scaled so that spectral energy (area under spectrum) is the same as the time-domain energy (mean square of the signal).
+
+
+
+
+ Examples
+
+
+
diff --git a/help/en_US/bilinear.xml b/help/en_US/bilinear.xml
new file mode 100644
index 0000000..0361759
--- /dev/null
+++ b/help/en_US/bilinear.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ bilinear
+ Transform a s-plane filter specification into a z-plane specification
+
+
+
+
+ Calling Sequence
+
+ [ZB, ZA] = bilinear (SB, SA, T)
+ [ZB, ZA] = bilinear (SZ, SP, SG, T)
+ [ZZ, ZP, ZG] = bilinear (...)
+
+
+
+
+ Description
+
+Transform a s-plane filter specification into a z-plane specification. Filters can be specified in either zero-pole-gain or transfer function form. The input form does not have to match the output form. 1/T is the sampling frequency represented in the z plane.
+
+
+Note: this differs from the bilinear function in the signal processing toolbox, which uses 1/T rather than T.
+
+
+Theory: Given a piecewise flat filter design, you can transform it from the s-plane to the z-plane while maintaining the band edges by means of the bilinear transform. This maps the left hand side of the s-plane into the interior of the unit circle. The mapping is highly non-linear, so you must design your filter with band edges in the s-plane positioned at 2/T tan(w*T/2) so that they will be positioned at w after the bilinear transform is complete.
+
+
+
+
+ Examples
+
+
+
diff --git a/help/en_US/cohere.xml b/help/en_US/cohere.xml
new file mode 100644
index 0000000..677e7a9
--- /dev/null
+++ b/help/en_US/cohere.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+ cohere
+ Estimate (mean square) coherence of signals "x" and "y"
+
+
+
+
+ Calling Sequence
+
+ [Pxx,freqs] = cohere(x,y,Nfft,Fs,win,overlap,ran,plot_type,detrends)
+
+
+
+
+ Parameters
+
+ x:
+ [non-empty vector] system-input time-series data
+ y:
+ [non-empty vector] system-output time-series data
+ win:
+ [real vector] of window-function values between 0 and 1; the data segment has the same length as the window. Default window shape is Hamming. [integer scalar] length of each data segment. The default value is window=sqrt(length(x)) rounded up to the nearest integer power of 2; see 'sloppy' argument.
+ overlap:
+ [real scalar] segment overlap expressed as a multiple of window or segment length. 0 <= overlap < 1, The default is overlap=0.5 .
+ Nfft:
+ [integer scalar] Length of FFT. The default is the length of the "window" vector or has the same value as the scalar "window" argument. If Nfft is larger than the segment length, "seg_len", the data segment is padded with "Nfft-seg_len" zeros. The default is no padding. Nfft values smaller than the length of the data segment (or window) are ignored silently.
+ Fs:
+ [real scalar] sampling frequency (Hertz); default=1.0
+ range:
+ 'half', 'onesided' : frequency range of the spectrum is zero up to but not including Fs/2. Power from negative frequencies is added to the positive side of the spectrum, but not at zero or Nyquist (Fs/2) frequencies. This keeps power equal in time and spectral domains. See reference [2]. 'whole', 'twosided' : frequency range of the spectrum is-Fs/2 to Fs/2, with negative frequenciesstored in "wrap around" order after the positivefrequencies; e.g. frequencies for a 10-point 'twosided'spectrum are 0 0.1 0.2 0.3 0.4 0.5 -0.4 -0.3 -0.2 -0.1 'shift', 'centerdc' : same as 'whole' but with the first half of the spectrum swapped with second half to put the zero-frequency value in the middle. (See "help fftshift". If data (x and y) are real, the default range is 'half', otherwise default range is 'whole'.
+ plot_type:
+ 'plot', 'semilogx', 'semilogy', 'loglog', 'squared' or 'db': specifies the type of plot. The default is 'plot', which means linear-linear axes. 'squared' is the same as 'plot'. 'dB' plots "10*log10(psd)". This argument is ignored and a spectrum is not plotted if the caller requires a returned value.
+ detrends:
+ 'no-strip', 'none' -- do NOT remove mean value from the data'short', 'mean' -- remove the mean value of each segment from each segment of the data. 'linear',-- remove linear trend from each segment of the data.'long-mean'-- remove the mean value from the data before splitting it into segments. This is the default.
+
+
+
+
+ Description
+
+Estimate (mean square) coherence of signals "x" and "y".
+
+
+Use the Welch (1967) periodogram/FFT method.
+
+
+
diff --git a/help/en_US/diffpara.xml b/help/en_US/diffpara.xml
new file mode 100644
index 0000000..be0f99c
--- /dev/null
+++ b/help/en_US/diffpara.xml
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
+ diffpara
+ Return the estimator D for the differencing parameter of an integrated time series
+
+
+
+
+ Calling Sequence
+
+ [D, DD] = diffpara (X)
+ [D, DD] = diffpara (X, A)
+ [D, DD] = diffpara (X, A, B)
+
+
+
+
+ Parameters
+
+ X:
+ Input scalar or vector.
+ DD:
+ The estimators for all frequencies in the intervals described above.
+ D:
+ The mean of DD
+
+
+
+
+ Description
+
+Return the estimator D for the differencing parameter of an integrated time series.
+
+
+The frequencies from [2*pi*a/t, 2*pi*b/T] are used for the estimation. If B is omitted, the interval [2*pi/T, 2*pi*a/T] is used. If both B and A are omitted then a = 0.5 * sqrt (T) and b = 1.5 * sqrt (T) is used, where T is the sample size. If X is a matrix, the differencing parameter of each column is estimated.
+
+
+The estimators for all frequencies in the intervals described above is returned in DD.
+
+
+The value of D is simply the mean of DD.
+
+
+
diff --git a/help/en_US/durbinlevinson.xml b/help/en_US/durbinlevinson.xml
new file mode 100644
index 0000000..0e6cc6d
--- /dev/null
+++ b/help/en_US/durbinlevinson.xml
@@ -0,0 +1,53 @@
+
+
+
+
+
+
+
+ durbinlevinson
+ Perform one step of the Durbin-Levinson algorithm..
+
+
+
+
+ Calling Sequence
+
+ durbinlevinson (C);
+ durbinlevinson (C, OLDPHI);
+ durbinlevinson (C, OLDPHI, OLDV);
+
+
+
+
+ Parameters
+
+ C:
+ The vector C specifies the autocovariances '[gamma_0, ..., gamma_t]' from lag 0 to T.
+ OLDPHI:
+ It specifies the coefficients based on C(T-1).
+ OLDV:
+ It specifies the corresponding error.
+
+
+
+
+ Description
+
+This is an Octave function.
+Perform one step of the Durbin-Levinson.
+If OLDPHI and OLDV are omitted, all steps from 1 to T of the algorithm are performed.
+
+
+
diff --git a/help/en_US/fftshift1.xml b/help/en_US/fftshift1.xml
new file mode 100644
index 0000000..8ce7eab
--- /dev/null
+++ b/help/en_US/fftshift1.xml
@@ -0,0 +1,64 @@
+
+
+
+
+
+
+
+ fftshift1
+ Perform a shift of the vector X, for use with the 'fft' and 'ifft' functions, in order the move the frequency 0 to the center of the vector or matrix.
+
+
+
+
+ Calling Sequence
+
+ fftshift1 (X)
+ fftshift1 (X, DIM)
+
+
+
+
+ Parameters
+
+ X:
+ It is a vector of N elements corresponding to time samples
+ DIM:
+ The optional DIM argument can be used to limit the dimension along which the permutation occurs
+
+
+
+
+ Description
+
+This is an Octave function.
+Perform a shift of the vector X, for use with the 'fft' and 'ifft' functions, in order the move the frequency 0 to the center of the vector or matrix.
+
+
+If X is a vector of N elements corresponding to N time samples spaced by dt, then 'fftshift1 (fft (X))' corresponds to frequencies
+
+
+f = [ -(ceil((N-1)/2):-1:1)*df 0 (1:floor((N-1)/2))*df ]
+
+
+where df = 1 / dt.
+
+
+If X is a matrix, the same holds for rows and columns. If X is an array, then the same holds along each dimension.
+
+
+The optional DIM argument can be used to limit the dimension along
+
+
+
diff --git a/help/en_US/fractdiff.xml b/help/en_US/fractdiff.xml
new file mode 100644
index 0000000..c26508f
--- /dev/null
+++ b/help/en_US/fractdiff.xml
@@ -0,0 +1,38 @@
+
+
+
+
+
+
+
+ fractdiff
+ Compute the fractional differences (1-L)^d x where L denotes the lag-operator and d is greater than -1.
+
+
+
+
+ Calling Sequence
+
+ fractdiff (X, D)
+
+
+
+
+ Description
+
+This is an Octave function.
+Compute the fractional differences (1-L)^d x where L denotes the lag-operator and d is greater than -1.
+
+
+
diff --git a/help/en_US/ifftshift1.xml b/help/en_US/ifftshift1.xml
new file mode 100644
index 0000000..c281669
--- /dev/null
+++ b/help/en_US/ifftshift1.xml
@@ -0,0 +1,52 @@
+
+
+
+
+
+
+
+ ifftshift1
+ Undo the action of the 'fftshift1' function.
+
+
+
+
+ Calling Sequence
+
+ ifftshift1 (X)
+ ifftshift1 (X, DIM)
+
+
+
+
+ Parameters
+
+ X:
+ It is a vector of N elements corresponding to time samples
+ DIM:
+ The optional DIM argument can be used to limit the dimension along which the permutation occurs
+
+
+
+
+ Description
+
+This is an Octave function.
+Undo the action of the 'fftshift1' function.
+
+
+For even length X, 'fftshift1' is its own inverse, but odd lengths differ slightly.
+
+
+
diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml
index 402f8b6..928bf3f 100644
--- a/help/en_US/master_help.xml
+++ b/help/en_US/master_help.xml
@@ -4,6 +4,7 @@
+
@@ -13,6 +14,7 @@
+
@@ -38,6 +40,7 @@
+
@@ -50,9 +53,11 @@
+
+
@@ -63,6 +68,7 @@
+
@@ -72,6 +78,7 @@
+
@@ -95,6 +102,7 @@
+
@@ -260,6 +268,7 @@
&a231328952124a7e187905e71aaf9cee0;
&acc27042e738d175d1131be40ac8443e4;
&a00c7c9f2a0021ff13869dce3b90df38c;
+&a85e6512c560e0bf936c3beeaa098c6c9;
&a2801dc954ec6ac2e1c314367aab7316b;
&a1495e32bc54c2e2975785e8e2e4521bd;
&aa86636858e7127f17b93747fc8f3ec30;
@@ -269,6 +278,7 @@
&af8a337c857d4b373e49c0032acb1370f;
&a8db037e6c34a1ac0f7db27577e08e15d;
&a31f48c823b3b36a8c44e96ff54eaf66a;
+&a1f0975c78250aac81c6d5a79d8c93eab;
&a4965260600d5ae3055dc940551b4155a;
&a203e8f0f36fcdb6d7dab204312a41134;
&a33562ce8ee2b64f5e49f771f94e64714;
@@ -294,6 +304,7 @@
&a1dc032779f7ba8e8f69e8f79dfb144d5;
&a5bf1548e6f5419396992c7e5fee10e44;
&a675cd787aff166461d9e9da55d591875;
+&a2b41713030e0a16e3e381cc96ff62544;
&adc56a73851265426ed0c3db40f3a0d2e;
&a3d40cac540363daecb58818938d2b1d3;
&ad2840257a4ded4da25428645e8a8fd22;
@@ -306,9 +317,11 @@
&a732f6e560fa62dcfe2137f94ce0b812b;
&aead61bf67b6895372794be69a80b5ab9;
&a8e9030fad0ea16388695b20a07e04334;
+&a1d56d414b955dad7a64ae7c13171931e;
&a3ffbb42a185eaf6b62029b6efc883d6b;
&ac93a3534190eae2db767de3935ad4fbc;
&afe6460b06ca50c9c2d156ea6806d2ed9;
+&a227944d1935a789cec8341413d58151d;
&a52aa309fac8ef71cd8d143ac51969fe0;
&aa0ecb21a4fba74cd96dd91d64d4f13ef;
&a54ce5c2d68eb85b370486a8657432e59;
@@ -319,6 +332,7 @@
&a61dce7ba646ca92aaf5a1ba090aa25e4;
&ad146f651e2b3ae0f2c4548c9d31b9324;
&a093a9f733664f253ef62c57cbfd1f345;
+&ac1d05174ad6903658715873090e2337d;
&ad9f3946f61509aa68a6555cc8e1e89c4;
&a0b5dd6bfc7c995741ff59cb1f2e6bd9d;
&a6f9f6be023cda42def4540ebe4a826ad;
@@ -328,6 +342,7 @@
&a94e89cc06baa492675fb0ba33b84c454;
&a19950da21e14157b78311a84cf566c31;
&a997024f7f60a0e9b5b06fb25b4549196;
+&a36e682243b9d539831279ec2794d4dcf;
&a60063fcaf779858435eab52d0438f7c0;
&a5b1b81f5a27ba264b58d0ede7bf40d6e;
&aaa8fd7d64f02100f0ff4b9f5a601b502;
@@ -351,6 +366,7 @@
&a6fd54fa41c0d83b890ecda9094cd757f;
&a9a5ec7990aa1e0ee187582dfea2e2f18;
&a6c98b32822a438724a01bbbc3c6e8972;
+&ac144cb9b3a31dd3325159821e24eac51;
&a414728f3a3bc742adaead017680e9eb1;
&a2992435e7a3da65808422b5922e44afd;
&a056e2f09f5221e8999a0fea1c1fa878d;
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index 2e55114..a84edbe 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
index ac87aca..f9a9626 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index ae19610..8255fa1 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index 4544947..80cb637 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
index 7d65376..8970d6a 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
-TMAP bs=2048 rt=1 fl=-1 id1=2382 id2=1
+TMAP bs=2048 rt=1 fl=-1 id1=2513 id2=1
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
index 6337674..ed7ae27 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ
diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm
index 4e2930e..b4c824f 100644
--- a/help/en_US/scilab_en_US_help/jhelpmap.jhm
+++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm
@@ -6,6 +6,7 @@
+
@@ -15,6 +16,7 @@
+
@@ -40,6 +42,7 @@
+
@@ -52,9 +55,11 @@
+
+
@@ -65,6 +70,7 @@
+
@@ -74,6 +80,7 @@
+
@@ -97,6 +104,7 @@
+
diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml
index 1b4fbc8..5d9607e 100644
--- a/help/en_US/scilab_en_US_help/jhelptoc.xml
+++ b/help/en_US/scilab_en_US_help/jhelptoc.xml
@@ -6,6 +6,7 @@
+
@@ -15,6 +16,7 @@
+
@@ -40,6 +42,7 @@
+
@@ -52,9 +55,11 @@
+
+
@@ -65,6 +70,7 @@
+
@@ -74,6 +80,7 @@
+
@@ -97,6 +104,7 @@
+
--
cgit
From 78b93a6cdf04aa8c861d4580eec8e4839bb8a255 Mon Sep 17 00:00:00 2001
From: Abhinav Dronamraju
Date: Thu, 30 Nov 2017 12:05:04 +0530
Subject: TFE function added
---
help/en_US/master_help.xml | 2 +
help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS | Bin 14195 -> 14359 bytes
.../scilab_en_US_help/JavaHelpSearch/DOCS.TAB | Bin 1885 -> 1887 bytes
.../en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS | Bin 874 -> 877 bytes
.../scilab_en_US_help/JavaHelpSearch/POSITIONS | Bin 61423 -> 62365 bytes
help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA | 2 +-
help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP | Bin 28672 -> 28672 bytes
help/en_US/scilab_en_US_help/jhelpmap.jhm | 1 +
help/en_US/scilab_en_US_help/jhelptoc.xml | 1 +
help/en_US/tfe.xml | 61 +++++++++++++++++++++
10 files changed, 66 insertions(+), 1 deletion(-)
create mode 100644 help/en_US/tfe.xml
(limited to 'help/en_US')
diff --git a/help/en_US/master_help.xml b/help/en_US/master_help.xml
index 928bf3f..9ff7294 100644
--- a/help/en_US/master_help.xml
+++ b/help/en_US/master_help.xml
@@ -221,6 +221,7 @@
+
@@ -485,6 +486,7 @@
&a74b148e7e471bd9f170cd4dc3087d2c9;
&a243b79cdb976d4f432450ea744ca236c;
&a9187ccad1c55b5cd1a5a900b17f2104b;
+&a62d4009c826ca50e7466327e7eaa3dde;
&a805a0ed4cae04e01f29ecf5f82345622;
&a6e3552f90470c430b16dca28da599068;
&aff0a00518280d05c9d58a7de46b1b160;
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS
index a84edbe..f80938d 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB
index f9a9626..78a675f 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB and b/help/en_US/scilab_en_US_help/JavaHelpSearch/DOCS.TAB differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS
index 8255fa1..11f7b63 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/OFFSETS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS
index 80cb637..a921a9b 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS and b/help/en_US/scilab_en_US_help/JavaHelpSearch/POSITIONS differ
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
index 8970d6a..a8a67ce 100644
--- a/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
+++ b/help/en_US/scilab_en_US_help/JavaHelpSearch/SCHEMA
@@ -1,2 +1,2 @@
JavaSearch 1.0
-TMAP bs=2048 rt=1 fl=-1 id1=2513 id2=1
+TMAP bs=2048 rt=1 fl=-1 id1=2516 id2=1
diff --git a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP
index ed7ae27..8273b39 100644
Binary files a/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP and b/help/en_US/scilab_en_US_help/JavaHelpSearch/TMAP differ
diff --git a/help/en_US/scilab_en_US_help/jhelpmap.jhm b/help/en_US/scilab_en_US_help/jhelpmap.jhm
index b4c824f..88502e4 100644
--- a/help/en_US/scilab_en_US_help/jhelpmap.jhm
+++ b/help/en_US/scilab_en_US_help/jhelpmap.jhm
@@ -223,6 +223,7 @@
+
diff --git a/help/en_US/scilab_en_US_help/jhelptoc.xml b/help/en_US/scilab_en_US_help/jhelptoc.xml
index 5d9607e..56617b9 100644
--- a/help/en_US/scilab_en_US_help/jhelptoc.xml
+++ b/help/en_US/scilab_en_US_help/jhelptoc.xml
@@ -223,6 +223,7 @@
+
diff --git a/help/en_US/tfe.xml b/help/en_US/tfe.xml
new file mode 100644
index 0000000..0e5e35b
--- /dev/null
+++ b/help/en_US/tfe.xml
@@ -0,0 +1,61 @@
+
+
+
+
+
+
+
+ tfe
+ Estimate transfer function of system with input "x" and output "y". Use the Welch (1967) periodogram/FFT method.
+
+
+
+
+ Calling Sequence
+
+ [Pxx,freq] = tfe(x,y,Nfft,Fs,window,overlap,range,plot_type,detrend)
+
+
+
+
+ Parameters
+
+ x:
+ [non-empty vector] system-input time-series data
+ y:
+ [non-empty vector] system-output time-series data
+ win:
+ [real vector] of window-function values between 0 and 1; the data segment has the same length as the window. Default window shape is Hamming. [integer scalar] length of each data segment. The default value is window=sqrt(length(x)) rounded up to the nearest integer power of 2; see 'sloppy' argument.
+ overlap:
+ [real scalar] segment overlap expressed as a multiple of window or segment length. 0 <= overlap < 1, The default is overlap=0.5 .
+ Nfft:
+ [integer scalar] Length of FFT. The default is the length of the "window" vector or has the same value as the scalar "window" argument. If Nfft is larger than the segment length, "seg_len", the data segment is padded with "Nfft-seg_len" zeros. The default is no padding. Nfft values smaller than the length of the data segment (or window) are ignored silently.
+ Fs:
+ [real scalar] sampling frequency (Hertz); default=1.0
+ range:
+ 'half', 'onesided' : frequency range of the spectrum is zero up to but not including Fs/2. Power from negative frequencies is added to the positive side of the spectrum, but not at zero or Nyquist (Fs/2) frequencies. This keeps power equal in time and spectral domains. See reference [2]. 'whole', 'twosided' : frequency range of the spectrum is-Fs/2 to Fs/2, with negative frequenciesstored in "wrap around" order after the positivefrequencies; e.g. frequencies for a 10-point 'twosided'spectrum are 0 0.1 0.2 0.3 0.4 0.5 -0.4 -0.3 -0.2 -0.1 'shift', 'centerdc' : same as 'whole' but with the first half of the spectrum swapped with second half to put the zero-frequency value in the middle. (See "help fftshift". If data (x and y) are real, the default range is 'half', otherwise default range is 'whole'.
+ plot_type:
+ 'plot', 'semilogx', 'semilogy', 'loglog', 'squared' or 'db': specifies the type of plot. The default is 'plot', which means linear-linear axes. 'squared' is the same as 'plot'. 'dB' plots "10*log10(psd)". This argument is ignored and a spectrum is not plotted if the caller requires a returned value.
+ detrends:
+ 'no-strip', 'none' -- do NOT remove mean value from the data'short', 'mean' -- remove the mean value of each segment from each segment of the data. 'linear',-- remove linear trend from each segment of the data.'long-mean'-- remove the mean value from the data before splitting it into segments. This is the default.
+
+
+
+
+ Description
+
+Estimate transfer function of system with input "x" and output "y". Use the Welch (1967) periodogram/FFT method.
+
+
+
--
cgit