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
What is object in c++ wikipedia?
Write a function to perform the substraction of two numbers. Eg: char N1="123", N2="478", N3=-355(N1-N2).
Explain the difference between c & c++?
How would you call C functions from C++ and vice versa?
What is an adaptor class or wrapper class in c++?
How can you link a c++ program to c functions?
Is c++ primer good for beginners?
What is the use of bit fields in structure declaration?
What are c++ redistributables?
Do you know what are the new features that iso/ansi c++ has added to original c++ specifications?
Explain method of creating object in C++ ?
What are c++ stream classes?
What does ctime() do?
Is it legal in c++ to overload operator++ so that it decrements a value in your class?
What are the c++ access specifiers?