Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tlatsas/line-coding
Matlab functions that emulate popular line coding techniques
https://github.com/tlatsas/line-coding
Last synced: 12 days ago
JSON representation
Matlab functions that emulate popular line coding techniques
- Host: GitHub
- URL: https://github.com/tlatsas/line-coding
- Owner: tlatsas
- License: bsd-2-clause
- Created: 2012-03-23T18:03:53.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2012-05-16T08:54:07.000Z (over 12 years ago)
- Last Synced: 2024-12-05T20:17:04.305Z (about 1 month ago)
- Language: Matlab
- Homepage:
- Size: 102 KB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
About
-----This repository contains matlab functions that emulate some popular line coding
techniques. I wrote them as part of a university assignment. The code is inspired
from [this data encoding project].Functions
---------
Each function accepts an array containing '1' and '0' values.* `p_nrzl()` Polar Non Return to Zero
* `u_nrzl()` Unipolar Non Return to Zero
* `nrzi()` Non Return to Zero Inverted
* `manchester()` Manchester
* `diff_manchester()` Differential Manchester
* `b_ami()` Bipolar Alternate Mark Inversion
* `pseudoternary()` Pseudoternary
* `b8zs()` Bipolar with 8-Zeros Substitution
* `hdb3()` High Density Bipolar 3-zerosScreenshots
-----------
See the project's [wiki page].License
-------
See COPYING file.Authors
-------
©2012 Tasos Latsas[this data encoding project]: http://www.mathworks.com/matlabcentral/fileexchange/13553-data-encoding-ami-nrz-rz-polar-bipolar-manchester
[wiki page]: https://github.com/tlatsas/line-coding/wiki