Changes between Version 1 and Version 2 of Other/Summer/2024/signal


Ignore:
Timestamp:
Aug 5, 2024, 5:26:27 PM (8 weeks ago)
Author:
WesleyChen
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Other/Summer/2024/signal

    v1 v2  
    66}}}
    77
    8 == Project Objective
     8== Overview
    99
    1010{{{#!html
    1111<h1 style="font-size: 35px; margin-bottom: 10px; margin-left: 5px;">
    12  Overview
     12 Problem:
    1313</h1>
    1414<p style="font-size: 20px;">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.<p>
    1515<h1 style="font-size: 35px; margin-bottom: 10px; margin-left: 5px;">
    16  Goals:
     16 Goal:
    1717</h1>
    18 <ul style="font-size: 20px;">
    19 <li><b>Framework:</b> Build the framework to test signal avoidance.</li>
    20 </ul>
     18<p style="font-size: 20px;">Build the framework to test signal avoidance.<p>
    2119}}}
    2220
    2321== Devices
     22
     23{{{#!html
     24<h1 style="font-size: 35px; margin-bottom: 10px; margin-left: 5px;">
     25 Rhode & Schwarz SMW200A
     26</h1>
     27<p style="font-size: 20px;">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.<p>
     28
     29<br></br>
     30
     31<h1 style="font-size: 35px; margin-bottom: 10px; margin-left: 5px;">
     32 Rhode & Schwarz RTO 6 series
     33</h1>
     34<p style="font-size: 20px;">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.<p>
     35<img src="file:///Users/wesleychen/Downloads/IMG_3524.JPG" style="height: 400px; width: 400px;"></img>
     36}}}
    2437
    2538== everything below this is incomplete and only here for my reference