CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2015
    Posts
    0

    Cool Entropy Calculation - Huffman Coding

    Hi everyone,

    I don't have programming background, so need some help to develop a MATlab program that can plot the entropy of a source with variable output probabilities.
    The objective is to observe that the maximum source entropy does indeed occur when the source outputs are equally likely. And need to start first with a simple two-output source [m1, m2] with respective probabilities [a, 1 − a] to plot the entropy as a function of the parameter a. Then to consider more complex cases such as a three output source [m1, m2, m3] with respective probabilities [a, b, 1 − a − b].

    Your help will be highly appreciated friends. Thanks in advance

  2. #2
    Join Date
    Jun 2015
    Posts
    208

    Re: Entropy Calculation - Huffman Coding

    If programming is the issue I suggest you present the math part of your question in sufficient detail for programming to be possible.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured