manchester2bin.m

Converts Manchester Coded Data into Normal Binary Data
165 Downloads
Updated 10 Jul 2014

View License

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 Linux

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
Version Published Release Notes
1.0.0.0