answersLogoWhite

0


Best Answer

Gateway

User Avatar

Clifton Manyetsa

Lvl 2
2y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What do you use to encode binary to a carrier that is part of the electromagnetic spectrum?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are the electric or electromagnetic impulses used to encode and transmit data called?

Signals


What is the 'carrier' in the EM spectrum?

The carrier could be light, radio waves, almost any of the wave energies in this spectrum that are not hazardous to life. When used to convey information they are called carriers because one or more characteristics of the wave are varied to encode the information. One of the simplest forms of encoding or modulating a carrier is amplitude modulation which is used to make radio frequencies carry sound. The amplitude of the radio frequency signal is varied in step with the sound.


What is information that encoded as a string of 1 and 0?

You can encode JUST ABOUT ANY information in 1's and 0's; as long as the amount of information you need to encode is finite.Information encoded this way is said to be "binary".


Why are 6 bits enough to encode 0 to 63?

because in binary 6 zeros = decimal 0 and 6 ones = decimal 63


How do you convert text into binary in vb or c sharp code?

C# EXAMPLEString text="My sample data";System.Text.ASCIIEncoding encode=new System.Text.ASCIIEncoding();//convert to binary and store in a byte[]byte[] binaryArray=encode.GetBytes(text);


What is fast frequency hopping?

This is also known as spread spectrum. It's a method of encoding a signal using a changing carrier frequency. FM radio is incoded using a single carrier frequency which is varied slightly to encode the information. Think of frequency hoping as FM, but with the carrier changing quickly. So instead of staying on 88.1, the signal starts on 88.1, then jumps to 95.2, then to 101.3, then to 81.5, etc. etc. Each transmitting and receiving device knows the pattern of carrier jumps, so it knows where to look for the information. This is how bluetooth works.


Who is MODEM?

Modem is a what not a who. A computer modem is a device that uses an analog carrier signal to encode digital information. The modem is how you connect to dial up Internet.


What is signal encodes information as a string of 1's and 0s?

A digital signal. Specifically, a binary signal.


What is the advantages of binary digits over the decimal?

Computers do not understand decimal notation. All information (both instructions and data) must be converted to a binary representation before the machine can understand it. We use the symbols 0 and 1 (binary notation) but the machine has a variety of physical representations it can use to encode binary data, including transistors, flux transitions, on/off switches and so on.


What is the antonym for encode?

antonym of encode is decode


When was ENCODE created?

ENCODE was created in 2010.


What number do computers use as a basis to store data?

I'm assuming you're asking about binary code, which uses combinations of just two digits - 0 and 1 - to encode electronic information.