<< Chapter < Page Chapter >> Page >

Using the routine writetext.m (this file, which can be found on the website, uses the M atlab command fwrite ), write the Wizard of Oz text to a file OZ.doc . Use a compression routine ( uuencode on a Unix or Linux machine, zip on a Windows machine, or stuffit on a Mac) to compress OZ.doc . Note the file size when the file is in its compressed form,and the file size after decompressing. How does this compare with the compression ratio achieved in [link] ?

Channel coding

some redundancy to a signal before it is transmitted so that it becomes possible to detect when errors have occurredand to correct them, when possible.

Perhaps the simplest technique is to send each bit three times. Thus, in order to transmit a 0, the sequence 000is sent. In order to transmit 1, 111 is sent.This is the encoder . At the receiver, there must be a decoder . There are eight possible sequences that can be received,and a “majority rules” decoder assigns

000 0 001 0 010 0 100 0 101 1 110 1 011 1 111 1 .

This encoder/decoder can identify and correct any isolated single error and so the transmissionhas smaller probability of error. For instance, assuming no more than one error per block, if101 was received, then the error must have occurred in the middle bit, while if 110 was received,then the error must have been in the third bit. But the majority rules coding scheme is costly:three times the number of symbols must be transmitted, which reduces the bit rate by a factor of three.Over the years, many alternative schemes have been designed to reduce the probability of error in thetransmission, without incurring such a heavy penalty.

Linear block codes are popular because they are easy to design, easy to implement, and because they havea number of useful properties. With n > k , an ( n , k ) linear code operates on sets of k symbols, and transmits a length n code word for each set. Each code is defined by two matrices:the k by n generator matrix G , and the n - k by n parity check matrix H . In outline, the operation of the code is as follows:

  1. Collect k symbols into a vector x = { x 1 , x 2 , ... , x k } .
  2. Transmit the length n code word c = x G .
  3. At the receiver, the vector y is received. Calculate y H T .
  4. If y H T = 0 , then no errors have occurred.
  5. When y H T 0 , errors have occurred. Look up y H T in a table of “syndromes,” which contains a list of all possible received valuesand the most likely code word to have been transmitted, given the error that occurred.
  6. Translate the corrected code word back in to the vector x .

The simplest way to understand this is to work through an example in detail.

A ( 5 , 2 ) Binary linear block code

To be explicit, consider the case of a ( 5 , 2 ) binary code with generator matrix

G = 1 0 1 0 1 0 1 0 1 1

and parity check matrix

H T = 1 0 1 0 1 1 1 0 0 0 1 0 0 0 1 .

This code bundles the bits into pairs, and the four corresponding code words are

x 1 = 00 c 1 = x 1 G = 00000 , x 2 = 01 c 2 = x 2 G = 01011 , x 3 = 10 c 3 = x 3 G = 10101 , a n d x 4 = 11 c 4 = x 4 G = 11110 .

There is one subtlety. The arithmetic used in the calculation of the code words (and indeed throughout the linear block codemethod) is not standard. Because the input source is binary, the arithmetic is also binary.Binary addition and multiplication are shown in [link] . The operations of binary arithmetic may be more familiar as exclusive OR (binary addition), and logical AND (binary multiplication).

Questions & Answers

what is defense mechanism
Chinaza Reply
what is defense mechanisms
Chinaza
I'm interested in biological psychology and cognitive psychology
Tanya Reply
what does preconceived mean
sammie Reply
physiological Psychology
Nwosu Reply
How can I develope my cognitive domain
Amanyire Reply
why is communication effective
Dakolo Reply
Communication is effective because it allows individuals to share ideas, thoughts, and information with others.
effective communication can lead to improved outcomes in various settings, including personal relationships, business environments, and educational settings. By communicating effectively, individuals can negotiate effectively, solve problems collaboratively, and work towards common goals.
it starts up serve and return practice/assessments.it helps find voice talking therapy also assessments through relaxed conversation.
miss
Every time someone flushes a toilet in the apartment building, the person begins to jumb back automatically after hearing the flush, before the water temperature changes. Identify the types of learning, if it is classical conditioning identify the NS, UCS, CS and CR. If it is operant conditioning, identify the type of consequence positive reinforcement, negative reinforcement or punishment
Wekolamo Reply
please i need answer
Wekolamo
because it helps many people around the world to understand how to interact with other people and understand them well, for example at work (job).
Manix Reply
Agreed 👍 There are many parts of our brains and behaviors, we really need to get to know. Blessings for everyone and happy Sunday!
ARC
A child is a member of community not society elucidate ?
JESSY Reply
Isn't practices worldwide, be it psychology, be it science. isn't much just a false belief of control over something the mind cannot truly comprehend?
Simon Reply
compare and contrast skinner's perspective on personality development on freud
namakula Reply
Skinner skipped the whole unconscious phenomenon and rather emphasized on classical conditioning
war
explain how nature and nurture affect the development and later the productivity of an individual.
Amesalu Reply
nature is an hereditary factor while nurture is an environmental factor which constitute an individual personality. so if an individual's parent has a deviant behavior and was also brought up in an deviant environment, observation of the behavior and the inborn trait we make the individual deviant.
Samuel
I am taking this course because I am hoping that I could somehow learn more about my chosen field of interest and due to the fact that being a PsyD really ignites my passion as an individual the more I hope to learn about developing and literally explore the complexity of my critical thinking skills
Zyryn Reply
good👍
Jonathan
and having a good philosophy of the world is like a sandwich and a peanut butter 👍
Jonathan
generally amnesi how long yrs memory loss
Kelu Reply
interpersonal relationships
Abdulfatai Reply
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, Software receiver design. OpenStax CNX. Aug 13, 2013 Download for free at http://cnx.org/content/col11510/1.3
Google Play and the Google Play logo are trademarks of Google Inc.

Notification Switch

Would you like to follow the 'Software receiver design' conversation and receive update notifications?

Ask