Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peteprattis/signal-sampling-and-wrapping
From a continuous time signal get minimum required sampling frequency to allow the reconstruction of the signal and application of the reconstruction formula of the sampling theorem.
https://github.com/peteprattis/signal-sampling-and-wrapping
computer-science matlab octave program sampling-theory signal signal-reconstruction signal-sampling signal-wrapping student
Last synced: about 3 hours ago
JSON representation
From a continuous time signal get minimum required sampling frequency to allow the reconstruction of the signal and application of the reconstruction formula of the sampling theorem.
- Host: GitHub
- URL: https://github.com/peteprattis/signal-sampling-and-wrapping
- Owner: PetePrattis
- License: mit
- Created: 2019-11-03T10:02:02.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-11-03T10:09:17.000Z (about 5 years ago)
- Last Synced: 2023-09-14T10:17:31.799Z (about 1 year ago)
- Topics: computer-science, matlab, octave, program, sampling-theory, signal, signal-reconstruction, signal-sampling, signal-wrapping, student
- Language: MATLAB
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# A Matlab Program / Project
**This is a Matlab project from my early days as a Computer Science student**
_This programm was created for the fourth semester class Principles and Applications of Signals and Systems
and is one of the final projects for the class_> #### Description of project
>
>>From a continuous time signal get minimum required sampling frequency to allow the reconstruction of the signal and application of the reconstruction formula of the sampling theorem.> #### Conclusions of project
>
> Observing the last graph, we conclude that the signal y2 because it has the highest frequency (f = 1020Hz) of the 4 signals, has the shortest wavelength, while the y3 because it has the least frequency (f = 100Hz) has the longest wavelength . We also realize that the signal y2 is closer to the original signal y = x (t), which means that we have less information loss, whereas at the signal y3 due to the low sampling frequency the signal is significantly different from the original. Therefore, the signal y1 satisfying the sampling theorem is assumed to have little signal loss and holds most of the original signal information compared to the original.> #### About this project
>
> - This project was written in Octave
> - This repository was created to show the variety of the work I did and experience I gained as a student
>