divyanshukumarpcm / binaryConverterAndDeconverter

MATLAB code snippet to convert any file to a Binary array of 0s and 1s AND convert the Binary array 0s and 1s back to the file. Basically, it is creating a copy of the file but you can add your own work in the middle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

binary Converter And Deconverter for MATLAB

MATLAB code snippet to convert any file to Binary array of 0s and 1s and convert Binary array 0s and 1s back to the file.

The program converts ANY file to stream of 0s and 1s and then back to the original file. Any work should be done in WORK section as mentioned in code segment. The processed bits must satisfy the file format in which it is being saved. If no WORK is done, this program takes a file, convert to unsigned 8-bit data and then converts to binary(0 and 1) array, then it takes the binary array converts to unsigned 8-bit data and save the file in original format to obtain a COPY of the file.

Developed by: Divyanshu Kumar National Institute of Technology, Silchar (ECE 2019-2023) divyanshukumarpcm@gmail.com

About

MATLAB code snippet to convert any file to a Binary array of 0s and 1s AND convert the Binary array 0s and 1s back to the file. Basically, it is creating a copy of the file but you can add your own work in the middle.

License:GNU General Public License v3.0


Languages

Language:MATLAB 100.0%