what is pulse code modulation?

Answer Posted / achal ubbott

PCM can be a part of Analog to Digital conversion. PCM is
like giving codes to pulses of different voltages. We
convert Analog signal to pulses by use of sampling device.
The more the sampling frequency the more are the bits
required to represent each pulse.

cheers

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between global int and static int declaration?

403


What is the use of endl?

541


What is the difference between a pointer and a link in c ++?

561


What is the difference between public, private, and protected access?

614


How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?

614






why and when we can declar member fuction as a private in the class?

1596


Is python written in c or c++?

615


Explain selection sorting?

638


What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass

681


Explain class invariant.

586


What do you mean by early binding?

599


Describe linked list using C++ with an example.

644


Do the names of parameters have to agree in the prototype, definition, and call to the function?

599


Which bitwise operator is used to check whether a particular bit is on or off?

585


What is an iterator?

684