wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Lab Report EXP-2: Communication Signals Introduction

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Which software is specified as the required material for generating and analyzing communication signals in this lab?

a)

MATLAB

b)

Python with NumPy

c)

Octave

d)

LabVIEW

e)

Simulink

2.

According to the lab objectives, which action is a primary goal when starting this experiment?

a)

Design a complete wireless transceiver

b)

Use MATLAB to generate different signals important in communication theory

c)

Build hardware filters for analog signals

d)

Deploy a real-time embedded system

e)

Calibrate an oscilloscope for RF measurements

3.

In MATLAB, which command places text describing the horizontal axis on a plot?

a)

title('...')

b)

xlabel('...')

c)

ylabel('...')

d)

legend('...')

4.

A discrete-time sequence is best described as which of the following?

a)

A continuously varying signal defined for all real-valued time

b)

A series of values representing a signal at specific, discrete time intervals, typically indexed by an integer

c)

A random noise signal sampled at nonuniform intervals

d)

A continuous-time sinusoid with amplitude scaling

5.

In MATLAB, which command generates a length N random sequence with elements uniformly distributed between 0 and 1?

a)

rand(N,1)

b)

randn(1,N)

c)

rand(1,N)

d)

randi([0,1],1,N)

6.

When plotting sine and cosine on the same graph as specified, what color and marker should be used for the sine wave?

a)

Red line with cross markers

b)

Blue line with circle markers

c)

Green dashed line with squares

d)

Black dotted line with triangles

7.

When generating two random sequences x and y using rand and randn, which labeling is specified for the axes?

a)

x-axis: t, y-axis: Amplitude

b)

x-axis: x, y-axis: sin(x) and cos(x)

c)

x-axis: n, y-axis: Random Values

d)

x-axis: Frequency, y-axis: Magnitude

8.

Which plotting function is specified to visualize the unit impulse sequence?

a)

plot()

b)

stem()

c)

scatter()

d)

bar()

9.

For Homework Task 1 customization, which combination correctly matches wave, color, and marker?

a)

Sine: blue with circle markers; Cosine: red with cross markers

b)

Sine: red with cross markers; Cosine: blue with circle markers

c)

Sine: green with square markers; Cosine: black with triangle markers

d)

Sine: red dashed; Cosine: blue dotted

10.

In Homework Task 1, how should the axes be labeled?

a)

x-axis as x and y-axis as Amplitude

b)

x-axis as n and y-axis as Random Values

c)

x-axis as Frequency and y-axis as Magnitude

d)

x-axis as Time and y-axis as Voltage