About the project.
- Implementation of Low Pass, High Pass, and Band Pass filters.
- Convolution of filters with input signal to obtain filtered outputs.
- Correlation-based comparison between filtered outputs and given output signal.
- Clone the repository to your local machine:
git clone https://github.com/gopaljyani2005/signals_and_systems.git
- Install the required dependencies:
pip install numpy scipy
- Navigate to the cloned repository directory:
cd signals_and_systems
- Modify the
input.txtandoutput.txtwith the input signal and output signal, and then run:
python main.py