logo

Wireless Communication

   

Added on  2022-10-12

4 Pages663 Words120 Views
 | 
 | 
 | 
Running head: WIRELESS COMMUNICATION
WIRELESS COMMUNICATION
Name of the Student
Name of the University
Author Note
Wireless Communication_1

WIRELESS COMMUNICATION1
Response to question no 2:
GNU Octave Code:
t= 0:0.01:50;
A=1;
f1= 2;
subplot(2,1,1);
y1= A*sin(2*pi*f1*t);
plot(t,y1);
grid on;
xlabel('Time(sec)')
ylabel('Amplitude');
title('Name:Malintha Madushan Delapalage, SID:11663242')
subplot(2,1,2);
f2= 2*f1;
y2= A*sin(2*pi*f2*t);
plot(t,y2);
grid on;
xlabel('Time(sec)')
ylabel('Amplitude');
title(' Name:Malintha Madushan Delapalage, SID:11663242')
Wireless Communication_2

End of preview

Want to access all the pages? Upload your documents or become a member.

Related Documents