<< Chapter < Page Chapter >> Page >

Source compression

Consider the following 5-letter source.

Letter Probability
a 0.5
b 0.25
c 0.125
d 0.0625
e 0.0625
  1. Find this source's entropy.
  2. Show that the simple binary coding is inefficient.
  3. Find an unequal-length codebook for this sequence that satisfies the Source Coding Theorem. Does yourcode achieve the entropy limit?
  4. How much more efficient is this code than the simple binary code?

Source compression

Consider the following 5-letter source.

Letter Probability
a 0.4
b 0.2
c 0.15
d 0.15
e 0.1
  1. Find this source's entropy.
  2. Show that the simple binary coding is inefficient.
  3. Find the Huffman code for this source. What is its average code length?

Speech compression

When we sample a signal, such as speech, we quantize the signal's amplitude to a set ofintegers. For a b -bit converter, signal amplitudes are represented by 2 b integers. Although these integers could be represented by a binary code for digital transmission, we shouldconsider whether a Huffman coding would be more efficient.

  1. Load into Matlab the segment of speech contained in y.mat . Its sampled values lie in the interval (-1, 1). To simulate a 3-bit converter, we useMatlab's round function to create quantized amplitudes corresponding to the integers [0 1 2 3 4 5 6 7] .
    • y_quant = round(3.5*y + 3.5);
    Find the relative frequency of occurrence of quantized amplitude values. The following Matlab program computesthe number of times each quantized value occurs.
    • for n=0:7; count(n+1) = sum(y_quant == n);end;
    Find the entropy of this source.
  2. Find the Huffman code for this source. How would you characterize this source code inwords?
  3. How many fewer bits would be used in transmitting this speech segment with your Huffmancode in comparison to simple binary coding?

Digital communication

In a digital cellular system, a signal bandlimited to 5 kHz is sampled with a two-bit A/D converter at itsNyquist frequency. The sample values are found to have the shown relative frequencies.

Sample Value Probability
0 0.15
1 0.35
2 0.3
3 0.2

We send the bit stream consisting of Huffman-coded samples using one of the two depicted signal sets .

  1. What is the datarate of the compressed source?
  2. Which choice of signal set maximizes the communication system's performance?
  3. With no error-correcting coding, what signal-to-noise ratio would be needed for your chosensignal set to guarantee that the bit error probability will not exceed 10 -3 ? If the receiver moves twice as far from the transmitter(relative to the distance at which the 10 -3 error rate was obtained), how does the performance change?

Signal compression

Letters drawn from a four-symbol alphabet have the indicated probabilities.

Letter Probability
a 1/3
b 1/3
c 1/4
d 1/12
  1. What is the average number of bits necessary to represent this alphabet?
  2. Using a simple binary code for this alphabet, a two-bit block of data bits naturally emerges. Find anerror correcting code for two-bit data blocks that corrects all single-bit errors.
  3. How would you modify your code so that the probability of the letter a being confused with the letter d is minimized? If so, what is your new code; if not, demonstrate that thisgoal cannot be achieved.

Questions & Answers

how does Neisseria cause meningitis
Nyibol Reply
what is microbiologist
Muhammad Reply
what is errata
Muhammad
is the branch of biology that deals with the study of microorganisms.
Ntefuni Reply
What is microbiology
Mercy Reply
studies of microbes
Louisiaste
when we takee the specimen which lumbar,spin,
Ziyad Reply
How bacteria create energy to survive?
Muhamad Reply
Bacteria doesn't produce energy they are dependent upon their substrate in case of lack of nutrients they are able to make spores which helps them to sustain in harsh environments
_Adnan
But not all bacteria make spores, l mean Eukaryotic cells have Mitochondria which acts as powerhouse for them, since bacteria don't have it, what is the substitution for it?
Muhamad
they make spores
Louisiaste
what is sporadic nd endemic, epidemic
Aminu Reply
the significance of food webs for disease transmission
Abreham
food webs brings about an infection as an individual depends on number of diseased foods or carriers dully.
Mark
explain assimilatory nitrate reduction
Esinniobiwa Reply
Assimilatory nitrate reduction is a process that occurs in some microorganisms, such as bacteria and archaea, in which nitrate (NO3-) is reduced to nitrite (NO2-), and then further reduced to ammonia (NH3).
Elkana
This process is called assimilatory nitrate reduction because the nitrogen that is produced is incorporated in the cells of microorganisms where it can be used in the synthesis of amino acids and other nitrogen products
Elkana
Examples of thermophilic organisms
Shu Reply
Give Examples of thermophilic organisms
Shu
advantages of normal Flora to the host
Micheal Reply
Prevent foreign microbes to the host
Abubakar
they provide healthier benefits to their hosts
ayesha
They are friends to host only when Host immune system is strong and become enemies when the host immune system is weakened . very bad relationship!
Mark
what is cell
faisal Reply
cell is the smallest unit of life
Fauziya
cell is the smallest unit of life
Akanni
ok
Innocent
cell is the structural and functional unit of life
Hasan
is the fundamental units of Life
Musa
what are emergency diseases
Micheal Reply
There are nothing like emergency disease but there are some common medical emergency which can occur simultaneously like Bleeding,heart attack,Breathing difficulties,severe pain heart stock.Hope you will get my point .Have a nice day ❣️
_Adnan
define infection ,prevention and control
Innocent
I think infection prevention and control is the avoidance of all things we do that gives out break of infections and promotion of health practices that promote life
Lubega
Heyy Lubega hussein where are u from?
_Adnan
en français
Adama
which site have a normal flora
ESTHER Reply
Many sites of the body have it Skin Nasal cavity Oral cavity Gastro intestinal tract
Safaa
skin
Asiina
skin,Oral,Nasal,GIt
Sadik
How can Commensal can Bacteria change into pathogen?
Sadik
How can Commensal Bacteria change into pathogen?
Sadik
all
Tesfaye
by fussion
Asiina
what are the advantages of normal Flora to the host
Micheal
what are the ways of control and prevention of nosocomial infection in the hospital
Micheal
what is inflammation
Shelly Reply
part of a tissue or an organ being wounded or bruised.
Wilfred
what term is used to name and classify microorganisms?
Micheal Reply
Binomial nomenclature
adeolu
Got questions? Join the online conversation and get instant answers!
Jobilize.com Reply

Get Jobilize Job Search Mobile App in your pocket Now!

Get it on Google Play Download on the App Store Now




Source:  OpenStax, Fundamentals of electrical engineering i. OpenStax CNX. Aug 06, 2008 Download for free at http://legacy.cnx.org/content/col10040/1.9
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Fundamentals of electrical engineering i' conversation and receive update notifications?

Ask