diff options
author | rupak19 | 2020-04-22 17:47:41 +0530 |
---|---|---|
committer | rupak19 | 2020-04-22 17:47:41 +0530 |
commit | 91f8045f58b6b96dbaaf2d4400586660b92d461c (patch) | |
tree | 5a05d7e1b331922620afe242e4393f426335f2e3 /README.md | |
parent | ebaf2d3f27b386ebcd2fbd511a9868ee842cac3f (diff) | |
download | FOSSEE-Signal-Processing-Toolbox-91f8045f58b6b96dbaaf2d4400586660b92d461c.tar.gz FOSSEE-Signal-Processing-Toolbox-91f8045f58b6b96dbaaf2d4400586660b92d461c.tar.bz2 FOSSEE-Signal-Processing-Toolbox-91f8045f58b6b96dbaaf2d4400586660b92d461c.zip |
updated readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -1,13 +1,5 @@ # FOSSEE-Signal-Processing-Toolbox 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. +Go to the toolbox folder, execute loader.sce using `exec loader.sce` and start using the functions in the toolbox. |