manchester2bin.m
版本 1.0.0.0 (1.2 KB) 作者:
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.
引用格式
James Marriott (2024). manchester2bin.m (https://www.mathworks.com/matlabcentral/fileexchange/47191-manchester2bin-m), MATLAB Central File Exchange. 检索时间: .
MATLAB 版本兼容性
创建方式
R2009b
兼容任何版本
平台兼容性
Windows macOS Linux类别
- Mathematics and Optimization > Mapping Toolbox > Coordinate Reference Systems >
- Radar > Mapping Toolbox > Coordinate Reference Systems >
在 Help Center 和 MATLAB Answers 中查找有关 Coordinate Reference Systems 的更多信息
标签
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!版本 | 已发布 | 发行说明 | |
---|---|---|---|
1.0.0.0 |