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
Is main a class in c++?
Why do we need runtime polymorphism in c++?
What are compilers in c++?
What size is allocated to the union variable?
What is increment operator in c++?
What are c++ stream classes?
What is prototype for that c string function?
What are the benefits of c++?
Declare a class vehicle and make it an abstract data type.
What is an iterator class in c++?
Discuss the effects occur, after an exception thrown by a member function is unspecified by an exception specification?
What does new do in c++?
What is private inheritance?
What is the correct syntax for inheritance a) class aclass : public superclass b) class aclass inherit superclass c) class aclass <-superclass
Why null pointer is used?