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 methods can be overridden in java?
3- Write a program to find larger and smaller of the two numbers.
How do you define a class in c++?
How does c++ structure differ from c++ class?
What is a container class?
What is difference between initialization and assignment?
12 Answers HCL, HP, Infosys,
Reads in the size of a square from the screen; 2. Prints a hollow square of that size out of “-“, “|” and blanks on screen; 3. Prints the same hollow square onto a text file. Your program should work for squares of all side sizes between 1 and 20. --- │ │ │ │ │ │ ---
Is linux written in c or c++?
What are c++ redistributables?
What is c++ similar to?
Write a Program for read a line from file from location N1 to N2 using command line arguments. Eg:exe 10 20 a.c
Which of the following operator cannot be overloaded?