You are now following this Submission
- You will see updates in your followed content feed
- You may receive emails, depending on your communication preferences
% Example: encode a message, add transmission errors and decode
x=round(rand(1,12)); % random message
y=golaycodec(x); % encode
err=zeros(1,23);err(ceil(23*rand(1,3)))=1; % 3 random errors
y1=xor(y,err); % add transmission error
[x1,err1]=golaycodec(y1); % decode
% should have x1==x and err1==err
Cite As
Ben Petschel (2026). golaycodec (https://se.mathworks.com/matlabcentral/fileexchange/23341-golaycodec), MATLAB Central File Exchange. Retrieved .
General Information
- Version 1.2.0.0 (4.2 KB)
MATLAB Release Compatibility
- Compatible with any release
Platform Compatibility
- Windows
- macOS
- Linux
