EmbLogic's Blog

Category Archives: Project 2: Multiple Data Compression and Encryption

In computer science and information theory, data compression, source coding, or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either be lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical redundancy. No information is lost in lossless compression. Lossy compression reduces bits by identifying marginally important information and removing it. The process of reducing the size of a data file is popularly referred to as data compression, although its formal name is source coding (coding done at the source of the data, before it is stored or transmitted).

Status of 2nd project

sir, i am working on 3bit compression and decompression.  

Posted in Project 2: Multiple Data Compression and Encryption | 1 Comment

Project 2: Multiple Data Compression and Encryption using Iterative Technique

In computer science and information theory, data compression, source coding,[1] or bit-rate reduction involves encoding information using fewer bits than the original representation. Compression can be either be lossy or lossless. Lossless compression reduces bits by identifying and eliminating statistical … Continue reading

Posted in Project 2: Multiple Data Compression and Encryption | 260 Comments