manchester2bin.m

Converts Manchester Coded Data into Normal Binary Data
165 téléchargements
Mise à jour 10 juil. 2014

Afficher la licence

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.

Citation pour cette source

James Marriott (2024). manchester2bin.m (https://www.mathworks.com/matlabcentral/fileexchange/47191-manchester2bin-m), MATLAB Central File Exchange. Récupéré le .

Compatibilité avec les versions de MATLAB
Créé avec R2009b
Compatible avec toutes les versions
Plateformes compatibles
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Publié le Notes de version
1.0.0.0