wiki:Other/Summer/2024/signal

Version 48 (modified by wesleychen, 7 weeks ago) ( diff )

Signal Avoidance Using 5G

WINLAB Summer Internship 2024

Advisors: Dr. Predrag Spasojevic

Group Members: Wesley Chen

Overview

Problem:

In recent years, there has been a desire to expand the bandwidth of communication standards such as LTE and 5G. However, at many of the bandwidths that are desired to be used, there exist legacy signals that cannot be interfered with. This is made even more difficult by Adjacent Channel Interference (ACI), when signals with very close, but distinct frequencies still impede each other.

Goal:

Build the framework to test signal avoidance.

Devices

Rhode & Schwarz SMW200A

The Rhode & Schwarz SMW200A is a vector signal generator with the ability to output signals from 100kHz to 40GHz with a 50 ohm impedance. The SMW200A has the ability to modulate a carrier signal with an arbitrary waveform (.wv file). For the extent of this project, this waveform was generated in python on a personal computer and uploaded to the machine via the ftp protocol.

Rhode & Schwarz RTO 6 series

The Rhode & Schwarz RTO 6 series is an oscilloscope with the ability to read signals up to 6GHz and a sample rate of 20 giga-samples per second, although when downloading files from the machine, they are unconverted to 100 giga-samples per second. The RTO has built in mathematical functions such as FFTs to display the frequency domain on the machine. Additionally, as hinted earlier, the RTO can save waveforms in a .csv file which can be downloaded through network (the RTO operates as a windows machine). This file can be analyzed on a personal computer.

Top: RTO 6 series, Bottom: SMW200A

Concepts

What is a Signal?

Undoubtedly, you have seen audio signals like the one shown below. In fact, Audio and Radio have many links to each other and the audio signal below could very well have been a radio signal.

If you would have zoomed into that audio signal you would have seen something like the image below.

You may notice that this looks strikingly similar to some sort of sine wave and you would be 100% correct. Every signal can be thought of as a combination of sine waves. Each of theses sine waves has its own frequency and phase, meaning how fast it goes up and down and where the sine wave is centered, respectively.

Frequency Domain

Because every signal is composed of sine waves of varying frequency and phase, we can actually represent the signals in terms of the frequencies and phases of those sine waves. This is called the Frequency Domain and is an equivalent representation for any signal. Below and left is a square wave in the time domain and to the right is the same signal in the frequency domain.

The conversion from time domain to the frequency domain occurs by multiplying each possible frequency sine wave with the signal and integrating over 1 period. This gives the magnitude of that frequency in the signal. In reality, an algorithm call Fast Fourier Transform (FFT) is used to do this multiplication and integration much quicker. FFT is a divide and conquer algorithm that makes use of complex number properties.

Complex Signals

Speaking of complex number properties, signals can also be represented as complex numbers. While we may think of signals as up and down waves, shown left. In reality, signals can be complex 3 dimensional patterns, shown right.

The axis going into the page is the time and the vertical / horizontal axis are the phase and amplitude respectively. There are many other ways to think about these axis as well including the coefficients of sine and cosine waves and most notably real and imaginary numbers. This representation gives rise to a new way to represent the signal algebraically as well. S(t) = I(t) + Q(t)i, where S(t) is the signal, I(t) is the real component, Q(t) is the imaginary component and i is the imaginary number sqrt(-1). This imaginary number representation is advantageous in making the math in later stages much simpler.

The complex signal representation also leads to something known as IQ plots, shown above. This is simply a plot of all points (I(t), Q(t)), placing I(t) on the horizontal/real axis and Q(t) on the vertical/imaginary axis. This graph can also be created by observing the 3 dimensional graph from the front face.

Modulation

<h1 style="font-size: 20px; margin-bottom: 10px; margin-left: 5px;">

BPSK

</h1>

<h1 style="font-size: 20px; margin-bottom: 10px; margin-left: 5px;">

OFDM

</h1>

<h1 style="font-size: 20px; margin-bottom: 10px; margin-left: 5px;">

Synchronization

</h1> }}}

Architecture

Conclusions

https://postimages.org

Attachments (22)

Note: See TracWiki for help on using the wiki.