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 |
Explain some examples of operator overloading?
What do you mean by persistent and non persistent objects?
Explain the ISA and HASA class relationships. How would you implement each in a class design?
Where can I run c++ program?
What is a node class in c++?
What is the best way to declare and define global variables?
What is virtual methods?
Which programming language is best to learn first?
What are separators in c++?
What are the differences between public, private, and protected access?
12 Answers IBM, Oracle, Wipro,
What is the limitation of cin while taking input for character array?
What does getch() do according to the ANSI C++ standard a) Reads in a character b) Checks the keyboard buffer c) Nothing in particular (Its not defined there)