# Signal & Image Processing Lab

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab/blob/pages/docs/LICENSE/README.md) ![MATLAB](https://img.shields.io/badge/MATLAB-R2022b-orange) [![GitHub Repository](https://img.shields.io/badge/GitHub-Signal%20%26%20Image%20Processing%20Lab-green)](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab)

## Experiments

1. [Basic sequences and operations](/s_ip-lab/experiment-1.md)
2. [Discrete time system and its properties](/s_ip-lab/experiment-2.md)
3. [Discrete Fourier transform and its properties](/s_ip-lab/experiment-3.md)
4. [Design & implementation of finite impulse response (FIR) filters](/s_ip-lab/experiment-4.md)
5. [Design & implementation of infinite impulse response (IIR) filters](/s_ip-lab/experiment-5.md)
6. [Image processing - display and simple manipulations](/s_ip-lab/experiment-6.md)
7. [Contrast enhancement and discrete Fourier transform of an image](/s_ip-lab/experiment-7.md)
8. [Image filtering](/s_ip-lab/experiment-8.md)
9. [Radon transform and connected component labelling](/s_ip-lab/experiment-9.md)
10. [Convolution back projection algorithm, hough transform and geometric transformation](/s_ip-lab/experiment-10.md)
11. [Synchronised averaging for noise reduction](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab/blob/pages/docs/Experiment-11.md)
12. [Detection of the QRS and parameterisation of the ECG](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab/blob/pages/docs/Experiment-12.md)

## Installation

Ensure that MATLAB is installed on your machine. Some experiments may require specific toolboxes such as the Image Processing Toolbox or Signal Processing Toolbox. Install these toolboxes via MATLAB's Add-Ons menu if needed.

## References

* [Lab manual](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab/blob/main/Reports/S%26IPLab_2021_MANUAL.pdf)
* Oppenheim, Alan V., and Ronald W. Schafer. "Discrete-time signal processing." Prentice Hall, 1999.
* Gonzalez, Rafael C., and Richard E. Woods. "Digital image processing." Pearson Education India, 2018.

## License

This project falls under the [MIT license](https://github.com/AshrithSagar/Signal_ImageProcessing-Lab/blob/main/LICENSE).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://ashrithsagar.gitbook.io/s_ip-lab/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
