Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/msaf9/sampling-and-reconstruction-of-signals
Impact of phase on sampling and reconstruction of signals.
https://github.com/msaf9/sampling-and-reconstruction-of-signals
analog-signal matlab signal-analysis
Last synced: about 7 hours ago
JSON representation
Impact of phase on sampling and reconstruction of signals.
- Host: GitHub
- URL: https://github.com/msaf9/sampling-and-reconstruction-of-signals
- Owner: msaf9
- License: mit
- Created: 2022-05-16T17:40:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-10T04:26:10.000Z (8 months ago)
- Last Synced: 2024-03-10T05:29:40.741Z (8 months ago)
- Topics: analog-signal, matlab, signal-analysis
- Language: MATLAB
- Homepage:
- Size: 1.22 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Sampling And Reconstruction of Signals
Impact of phase on sampling and reconstruction of signals.Table of contents
- [Introduction](#introduction)
- [Course information](#course-information)
- [Programming Language](#programming-language)
- [Project status](#project-status)
- [Installation](#installation)
- [Get repository](#get-repository)
- [License](#license)## Introduction
1. Generate discrete-time sequences from analog signals for various phase angles.
2. Determine analog signals from discrete-time sequences using various interpolation filters.
3. Study the effect of phase on reconstruction signals.
4. Design a filter to remove noise### Course information
- Course Name: Signal Analysis
- Course Code: 15EC2002
- Course Credits: 4
- Academic Year: 2016 - 17## Programming Language
- MatLab## Project status
> **Completed**## Installation
### Get repository
```git
git https://github.com/msaf9/sampling-and-reconstruction-of-signals.git
cd sampling-and-reconstruction-of-signals
```## License
[MIT License](LICENSE)