what is pulse code modulation?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ramandeep
name of the process for the conversion of analog signal
into digital signal
| Is This Answer Correct ? | 5 Yes | 2 No |
What's the most powerful programming language?
Write a function to find the nth item from the end of a linked list in a single pass.
What are the advantages of using typedef in a program?
Will a catch statement catch a derived exception if it is looking for the base class?
How is data hiding achieved in c++?
Briefly describe a B+ tree. What is bulk loading in it?
What is switch case in c++ syntax?
write a c++ program that gives output 4 3 4 2 3 4 1 2 3 4 using looping statement
Is it possible for a member function to use delete this?
Give a very good method to count the number of ones in a "n" (e.g. 32) bit number.
What is purpose of new operator?
What is object in c++ wikipedia?