diff options
author | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
---|---|---|
committer | Abhinav Dronamraju | 2017-07-11 20:21:06 +0530 |
commit | 8595e91e1c157f471cc359a7dd927b1e18561b2d (patch) | |
tree | 58ad8130d10ce5d2e1741f56b833b6e6048b42a8 /2.3-1/tests/unit_tests/test_filtsinc | |
parent | 1c92658b51e2d22e2146d1747f9bc804f079e252 (diff) | |
parent | 54646786e8d89820b4c4bd4f7606fe5fdf818687 (diff) | |
download | Scilab2C-8595e91e1c157f471cc359a7dd927b1e18561b2d.tar.gz Scilab2C-8595e91e1c157f471cc359a7dd927b1e18561b2d.tar.bz2 Scilab2C-8595e91e1c157f471cc359a7dd927b1e18561b2d.zip |
Ankit's changes
Diffstat (limited to '2.3-1/tests/unit_tests/test_filtsinc')
-rw-r--r-- | 2.3-1/tests/unit_tests/test_filtsinc/scilabcode/filt_sinctest.sci | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/2.3-1/tests/unit_tests/test_filtsinc/scilabcode/filt_sinctest.sci b/2.3-1/tests/unit_tests/test_filtsinc/scilabcode/filt_sinctest.sci new file mode 100644 index 00000000..ab674b67 --- /dev/null +++ b/2.3-1/tests/unit_tests/test_filtsinc/scilabcode/filt_sinctest.sci @@ -0,0 +1,10 @@ +//This is the demo for filt_sinc function +//This function gives the samples of the sinc fuction +function filt_sinctest() + ni=int(10); //This is the number of samples + fc=2; //This is the cut-off freq. of the assosciated low pass filter + sd=filt_sinc(ni,fc); + disp(sd); +endfunction +//output +// |