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
Describe the process of creation and destruction of a derived class object?
On throwing an exception by the animal constructor in p = new animalq, can memory leak occur?
How a pointer differs from a reference?
What is the best way to take screenshots of a window with c++ in windows?
Is c better than c++?
What is the fastest c++ compiler?
What are the advantages of using const reference arguments in a function?
What is the difference between a template and a macro?
What is stream and its types in c++?
What is the benefit of encapsulation?
What is the difference between a pointer and a link in c ++?
How long will it take to learn programming?
Show the declaration for a pointer to function returning long and taking an integer parameter.
What are multiple inheritances (virtual inheritance)? What are its advantages and disadvantages?
Explain the properties and principles of oop.