manchester2bin.m
Version 1.0.0.0 (1.18 KB) by
James Marriott
Converts Manchester Coded Data into Normal Binary Data
MANCHESTER2Bin(inputData) decodes Manchester data to its corresponding
% binary sequence.
%
% Example:
% >>bin = bin2manchester('01011010')
%
% bin =
% 1100
%
% Other m-files required: none
% Subfunctions: none
% MAT-files required: none
This isn't by any means the best way to do it, I created it in 5 mins and its works well so I thought I would share.
Cite As
James Marriott (2024). manchester2bin.m (https://www.mathworks.com/matlabcentral/fileexchange/47191-manchester2bin-m), MATLAB Central File Exchange. Retrieved .
MATLAB Release Compatibility
Created with
R2009b
Compatible with any release
Platform Compatibility
Windows macOS LinuxCategories
- Mathematics and Optimization > Mapping Toolbox > Coordinate Reference Systems >
- Radar > Mapping Toolbox > Coordinate Reference Systems >
Find more on Coordinate Reference Systems in Help Center and MATLAB Answers
Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Discover Live Editor
Create scripts with code, output, and formatted text in a single executable document.
Version | Published | Release Notes | |
---|---|---|---|
1.0.0.0 |