summaryrefslogtreecommitdiff
path: root/2.3-1/demos/filt_sinc.dem.sce
diff options
context:
space:
mode:
authorBrijeshcr2017-07-11 13:00:43 +0530
committerGitHub2017-07-11 13:00:43 +0530
commit5774ee3f40eed7ba48f427db3e4bc35fcbfac1c4 (patch)
tree004642df9aeb29cc63cb753745547fd32579151a /2.3-1/demos/filt_sinc.dem.sce
parentf55e3c1bd4f625f040030f398bb4501ae91d494e (diff)
parente09999991b1417f0984a8324d92f1d477fc42a15 (diff)
downloadScilab2C-5774ee3f40eed7ba48f427db3e4bc35fcbfac1c4.tar.gz
Scilab2C-5774ee3f40eed7ba48f427db3e4bc35fcbfac1c4.tar.bz2
Scilab2C-5774ee3f40eed7ba48f427db3e4bc35fcbfac1c4.zip
Merge pull request #16 from Ankitr19/master
New demos for signal processing functions
Diffstat (limited to '2.3-1/demos/filt_sinc.dem.sce')
-rw-r--r--2.3-1/demos/filt_sinc.dem.sce18
1 files changed, 18 insertions, 0 deletions
diff --git a/2.3-1/demos/filt_sinc.dem.sce b/2.3-1/demos/filt_sinc.dem.sce
new file mode 100644
index 00000000..001ceb87
--- /dev/null
+++ b/2.3-1/demos/filt_sinc.dem.sce
@@ -0,0 +1,18 @@
+// Copyright (C) 2017 - IIT Bombay - FOSSEE
+//This file must be used under the terms of the CeCILL.
+// This source file is licensed as described in the file COPYING, which
+// you should have received as part of this distribution. The terms
+// are also available at
+// http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
+// Author: Ankit Raj
+// Organization: FOSSEE, IIT Bombay
+// Email: toolbox@scilab.in
+//
+
+
+
+lines(0);
+
+global SCI2CHOME
+
+scilab2c(SCI2CHOME+"/tests/unit_tests/test_filtsinc/scilabcode/filt_sinctest.sci",TMPDIR,SCI2CHOME+"/tests/unit_tests/test_filtsinc/scilabcode");