What is the need for modulation?
Answer Posted / s.bhuvaneswari
1.reduction of antenna hieght.
2.improvement in noise performance.
3.reduction in number of repeaters used.
4.to strengthen the weak signals.
| Is This Answer Correct ? | 35 Yes | 14 No |
Post New Answer View All Answers
Tell me, when a sample of germanium and silicon having same impurity density are kept at room temperature then resistivity of silicon will be higher than that of germanium, why?
74Ls244 is _____?
Why use -48v power to BTS
Explain About RRC states
Why collector is made larger than emitter and base?
what are the differences between dcs & plc & scada?
As a water tank loses heat, the temperature drops by 2 K/min when a heater is on, the system gains temperature at 4 K/min. A two-position controller has a 0.5 min control lag and a neutral zone of ± 4% of the setpoint about a setpoint of 323 K. Plot the heater temperature versus time. Find the oscillation period
What is colour of flame if the of Halide Torch detects a refrigerant leakage?
Explain what is an inverting amplifier?
The property of a metal that is determined by the indentation on a metal surface
What are encoders and decoders?
What is multiplexing? Explain its primary advantage.
what are the variois ways to come out of the wait state?
box 1 contain odd value X or Y the box 2 =X i.e 7 or 12 box 3= Y has value 19 if X is 7 or 31 if x is 12 get even value X or Y Use any operator steps allowed 3
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<