Replacing array elements with cell elements

조회 수: 1 (최근 30일)
Aya Abdel Moniem
Aya Abdel Moniem 2020년 5월 18일
답변: Chaitanya Mallela 2020년 8월 19일
I am creating a code that generates a huffman dictionary, after creating the dictionary i need to sent the message in a compressed notation, but i don't really understand how to do this. but i can't use the inbuilt functions.
  댓글 수: 1
Mehmed Saad
Mehmed Saad 2020년 5월 18일
please share the code you have written so far.

댓글을 달려면 로그인하십시오.

답변 (1개)

Chaitanya Mallela
Chaitanya Mallela 2020년 8월 19일
Once a huffman dictionary created for an alphanumeric data from the message with the probability of occurences obtained from their ASCII values, an encoded bit sequence will be obtained for unique alphanumeric data by huffman encoding. Now compare every ASCII value of the alphanumeric data in the message with the ASCII values of the unique data in the dictionary and the corresponding encoded bit sequence is transmitted.

카테고리

Help CenterFile Exchange에서 Large Files and Big Data에 대해 자세히 알아보기

태그

제품

Community Treasure Hunt

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

Start Hunting!

Translated by