HUFFMAN CODE SOURCE IN SIMULINK

3 次查看(过去 30 天)
ISAURA COSTA
ISAURA COSTA 2016-11-26
I need to make a huffman code to be a source for a system in simulink.
Does anyone know how to tell you how to do it?
HELP HELP

回答(1 个)

Akshat Dalal
Akshat Dalal 2024-8-26
Hi Isaura,
Implementing Huffman code from scratch using Simulink Blocks can be a challenging task as calculating the frequencies of input character, and consequently building the Huffman tree is itself very challenging. From there on, encoding the string using only Simulink blocks possess another challenge.
Therefore, I would recommend you to use a MATLAB function block that uses the built-in 'huffmanenco' if you want to implement Huffman encoding in Simulink. Please refer to the following documentations for more information on the MATLAB function block, 'huffmanenco' and related functions:
  1. https://www.mathworks.com/help/simulink/what-is-a-matlab-function-block.html
  2. https://www.mathworks.com/help/comm/ref/huffmanenco.html
  3. https://www.mathworks.com/help/comm/ref/huffmandeco.html
  4. https://www.mathworks.com/help/comm/ref/huffmandict.html
Alternatilvely, you could also use the MATLAB function block to implement Huffman encoding from scratch for further modification. A comprehensive discussion on this can be found here: https://www.mathworks.com/support/search.html/answers/459170
I hope this helps!

类别

Help CenterFile Exchange 中查找有关 Source Coding 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by