Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiaDif authored Jun 12, 2024
1 parent 8029da1 commit fd199ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,20 @@ To clone this repo open your terminal and run:

`git clone https://github.com/MattiaDif/IIR-Hilbert-Transformer.git`

Then go into dsp/ folder and run:

`./prj_init.py`

to install required packages. It works for both Windows and Linux systems.


## Repo description

Inside IIR-HIlbert-Transformer

1. 'dsp' folder: it contains the IIRHilb.py file (inside hilbert folder) with the class implementation of the Hilbert transformer. The run.py script runs a filter design example.
2. requirements.txt: txt file with the python packages required.
2. dsp/requirements.txt: txt file with the python packages required.
3. dsp/prj_init.py file to download the required packages.


## REFERENCE
Expand Down

0 comments on commit fd199ce

Please sign in to comment.