kirk-bond / ACSC-2018

1 stars 2 forks source link

dsp-2 QA/QC #75

Open shareef12 opened 6 years ago

shareef12 commented 6 years ago

Problem Prompt:

<xkcd.jpg>

To read the file into python:

    f = open('dsp_2.iq', 'rb')

    # read the IQ data from the file as np.complex
    rx_signal = scipy.fromfile(f, dtype=np.complex)

    f.close()

When you are done with the QA/QC, please enter a comment stating so and how you would rate the difficulty . If you see any issues please note them in the comment as well.

Difficulty key

0 - No background 3 - JCAC (Basic) 6 - Scripting (Senior) 9 - Reverse Engineer (Master)

Instructions: For each new challenge complete the above information. Assign the "QA/QC" and "Load Game Engine", labels to all challenges. If required add "Dockerize" and "Challenge Server" for challenges that need to be dockerized or will have to be hosted on the challenge server

ghost commented 5 years ago

180 points