answersLogoWhite

0


Best Answer

we can answer this question by using the following table.

previous level +ve previous level -ve

Next bits Next Level Next level

00 +1 -1

01 +3 -3

10 -1 +1

11 -3 +3

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Draw the analog signal for 2B1Q scheme for binary representation of 0011001100110011?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Which analog modulation scheme requires minimum transmitted power and minimum channel bandwidth?

ssb modulation scheme


What is letter addressing scheme?

A letter addressing scheme has to do with a TCP/IP protocol. Addresses are determined by both decimal and binary counting.


This binary coding scheme was developed by IBM and is primarily used for large computers?

ASCII


What the article you in the amendment?

According to Madison in federalist no.10 a government in which the scheme of representation takes place is called ?


How do you represent Real Numbers in Binary Form ie In Computers Main Memory First express in mantissa and exponent form In a sixteen bit scheme first 10 bits are reserved for mantissa other six bi?

It depends on the standard you are using. For further information read more about number representation standards.


What is the base of a character?

In computer science, the "base" of a character typically refers to its character encoding, which defines a mapping between characters and numeric values (often in binary form) for representation in digital systems. The base can vary depending on the encoding scheme used, such as ASCII, Unicode, or UTF-8, determining how characters are stored and interpreted by computers.


Define constellation diagram and its role in analog transmission?

A constellation diagram is a representation of a signal modulated by a digital modulation scheme such as quadrature amplitude modulation or phase-shift keying. It displays the signal as a two-dimensional scatter diagram in the complex plane at symbol sampling instants. In a more abstract sense, it represents the possible symbols that may be selected by a given modulation scheme as points in the complex plane. Measured constellation diagrams can be used to recognize the type of interference and distortion in a signal.By: ISRAFIL CSE


What are the definitions of PLANNING?

Nouns- 1.) the act or process of making plans. 2.) a scheme or method of acting, doing, making, proceeding, etc. 3.) a design or scheme of arrangement. 4.) a specific project. 5.) a representation. Verbs- 6.) to arrange a method or scheme 7.) to draw/make a diagram of a layout


What has the author Kent William Foster written?

Kent William Foster has written: 'Development and application of an analog scheme for predicting the intensification of Western North Pacific tropical cyclones' -- subject(s): Meteorology


The most widely used coding scheme used to represent data?

Binary is the base for all coding in a PC.


Write short note on ASCII and unicode?

In computer memory, character are represented using predefined character set. Historically 7 bit American Standard Code for Information Interchange (ASCII) code, 8 bit American National Standards Institute (ANSI) code and Extended Binary Coded Decimal Interchange Code(EBCDIC) were used. These coding scheme represents selected characters into 7 or 8 bit binary code. These character schemes do not represent all the characters in all the languages in uniform format. At present Unicode is used to represent characters into the computer memory. Unicode provides universal and efficient character presentations and hence evolved as modern character representation scheme. Unicode scheme is maintained by a non-profit organization called Unicode consortium. Unicode is also compatible with other coding scheme like ASCII. Unicode use either 16 bits or 32 bits to represent a character. Unicode has capability represent characters from all the major languages in use currently across the world.


Define binary coding scheme in computer system?

A binary coding scheme is a method used for representing all of the digits, letters, special characters, and control characters available to a digital computer using groups of 0s and 1s. The two coding schemes in widest use are American Standard Code for Information Interchange (ASCII) and Extended Binary Coded Decimal Interchange Code (EBCDIC). Here are some examples of how the characters A, 7, and $ would be represented in ASCII and EBCIDIC: ASCII: A=01000001, 7= 00110111, $=00100100 EBCIDIC: A=11000001, 7=11110111, $=01011011