summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBrijeshcr2017-11-30 20:21:36 +0530
committerBrijeshcr2017-11-30 20:21:36 +0530
commit9d18f39d1775acd7f96e2388b186bb15068ff910 (patch)
tree7dc4d248208dd3ea7dac6e4ffb056f9b16a601eb /README.md
parentc257cd7a7e766fb89332cca4fb367904767362ed (diff)
parent14d0ad8d846d12b3c82b0b5bc4ffd4d1360ec288 (diff)
downloadFOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.tar.gz
FOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.tar.bz2
FOSSEE-Signal-Processing-Toolbox-9d18f39d1775acd7f96e2388b186bb15068ff910.zip
Merge and solve ifft2 conflict
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 76d5777..eb21bc2 100644
--- a/README.md
+++ b/README.md
@@ -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.