Standard logic to Manchester encoder

Versione 1.0.0.0 (1,56 KB) da Robert
Converts a binary standard logic string to its manchester encoded equivalent.
1,9K download
Aggiornato 5 mar 2009

Visualizza la licenza

BIN2MANCHESTER(inputData) encodes binary data to its corresponding manchester binary sequence.

Encoding is done according to G.E. Thomas' convention ('1' = high-to-low: '01', '0' = low-to-high: '10'), assuming LSB first transmission

Syntax: encodedData = BIN2MANCHESTER(inputData)

Where:
inputData = string with binary values with the MSB at at the left-most position (index = 1)
encodedData = string with binary values which has twice the length of inputData with the MSB at the left-most position

Example:
>>encodedData = bin2manchester('1100')

encodedData =
01011010

Code is optimized for speed, user should ensure correct input.

Cita come

Robert (2025). Standard logic to Manchester encoder (https://it.mathworks.com/matlabcentral/fileexchange/23203-standard-logic-to-manchester-encoder), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2007b
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Versione Pubblicato Note della release
1.0.0.0