Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

To implement the AM transmitter signal, do the following steps: a . First you need to create your MATLAB function block to generate the envelope

To implement the AM transmitter signal, do the following steps:
a. First you need to create your MATLAB function block to generate the envelope (1+m(nTx)mp) from the incoming message. To provide the mp to the input of MATLAB function, use Array Max and Min block to get the max(mp) value of the message signal.
b. This Array Max and Min block is an array in/out, so connect it to the message properly to get only the value (recall that you need to use Waveform properties block to get value from y terminal) of the message.
c. The envelope value (1+m(nTx)mp) also cannot exceed +-1 for the USRP to operate properly. Thus you need to normalize it by dividing by its max value [MATLAB code: abs(evelope_value))].
d. Create two outputs of MATLAB as gl and gQ where gl is the normalized envelope and gQ is equal to 0. However, note here that gQ has to be an array, not a constant. So you may use a MATLAB code : gQ=m**0 to do this.
e. Connect the baseband (MATLAB output) signal to the niUSRP Write Tx Data block through Real and Imaginary to Complex block.
f. Complete all other missing connections.
g. Connect appropriate graphs for the time domain, and the frequency domain observations of the AM message (envelope).
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Concepts

Authors: David M Kroenke, David J Auer

6th Edition

0132742926, 978-0132742924

More Books

Students also viewed these Databases questions

Question

Discuss the possible effect of a price ceiling.

Answered: 1 week ago

Question

Make a presentation about the Bargaining power of Buyer

Answered: 1 week ago