What is the different between analogue & digital
communications system?
Answer Posted / yadnyesh
In analog communication the data signal or the baseband
signal is continous analog signal
In digital communication the data signal is digital
signal...i.e.
If the transmission is digital, it is not necessary that the
communication is digital. Example PCM is just a digital
transmission of an analog signal.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the difference between masking and non-masking?
syllbus for the aptransco for ece
What do you by interfacing in PC ?
how pwm signals generated????
In micro controller individual pin output current is 1.6ma .Normally to blink a led we need minium 10-12 ma. But if we connect led to the micro controller pins without additional device it blinks. How it is possible
Draw the circuit diagram of 1φ auto sequential commutated current source inverter and explain its operation with equivalent circuits for different modes and necessary waveforms?
what is E1 ? and how this is work,what is data rate of 1 one E1 and why?
explain the output of the lexical analyser is
What are the advantages of ac voltage controllers?
What is a rectifier?
Explain the function of cyclo-converter?
Explain in detail the thevenin`s theorem
19. Name different types of TRXs which supports different GSM bands 20. ODU LED shows orange – what is the significance?
What do you understand by ammeter shunt?
I am stuck up with a question on appending of two arrays
I am writing the code for the same, I am appending two
strings this way
int main()
{
string s1 = "Welcome to C++";
string s2 = "C++ improves the logic ability";
string s3 = s1 + s2;
cout<