diff options
author | bgtushar | 2017-11-27 11:14:24 +0530 |
---|---|---|
committer | GitHub | 2017-11-27 11:14:24 +0530 |
commit | 25a88252ee49c73acb18232f6e916d7742a1af80 (patch) | |
tree | 9161ea9a7940e36a21f0855a7805e24f7b002d8a /README.md | |
parent | e9ab4b0b52db51be30f4ac3d07673c20b48da13c (diff) | |
parent | ff8b1285a880cc28c68d8b224b20b8ccff8e5422 (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-25a88252ee49c73acb18232f6e916d7742a1af80.tar.gz FOSSEE-Signal-Processing-Toolbox-25a88252ee49c73acb18232f6e916d7742a1af80.tar.bz2 FOSSEE-Signal-Processing-Toolbox-25a88252ee49c73acb18232f6e916d7742a1af80.zip |
Merge pull request #5 from abhinavdronamraju/master
Help files created and Updated Readme.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,2 +1,13 @@ # FOSSEE-Signal-Processing-Toolbox -Scilab toolbox for signal processing and digital signal processing +Scilab toolbox for signal processing and digital signal processing. + +## Dependencies +Scilab-octave interface : http://scilab.in/scilab_toolbox/download_codes/FOSSEE_Scilab_Octave_Interface_Toolbox.tar.gz + +## How to use +1. Download and extract the dependancy listed above and put it in a location of your choice. +2. Clone this repo as it is and put it in the same folder as the dependancy folder. +3. Go to scilab-octave interface folder, execute the loader.sce using `exec loader.sce`. +4. Go to the signal processing folder, execute the builder.sce using `exec builder.sce`. +5. Execute loader.sce using `exec loader.sce` and start using the functions in the toolbox. +6. Steps 3,4,5 should be repeated everytime you restart the scilab to load everything again. |