Project Proposal

Description

The proposal outlines your project's motivation, design, requirements, ethics, and safety. The project proposal is an expansion on the information provided in the RFA. Use the following format:

  1. Introduction

    • Problem: One to two paragraphs detailing the problem statement. Include any relevant references to justify the existence or importance of the problem.
    • Solution: One to two paragraphs describing the solution. Give a high-level idea of what your solution is, then delve into detail as to how it is implemented. You do not have to commit to a particular implementation at this point, but your description should be explicit and concrete.
    • Visual Aid: A pictorial representation of your project that puts your solution in context. Include other external systems relevant to your project (e.g. if your solution connects to a phone via Bluetooth, draw a dotted line between your device and the phone). Note that this is not a block diagram and should explain how the solution is used, not a breakdown of inner components.

      Sample visual aid for project which remaps GameCube buttons on the fly.

    • High-level requirements list: A list of three quantitative characteristics that this project must exhibit in order to solve the problem. Each high-level requirement must be stated in complete sentences and displayed as a bulleted list. Avoid mentioning "cost" as a high level requirement.
  2. Design
    • Block Diagram: Break your design down into blocks and assign these blocks into subsystems. Label voltages and data connections. Your microcontroller can live in multiple subsystems if you wish, as in the example below.

      Sample block diagram for electric longboard + remote

    • Subsystem Overview: A brief description of the function of each subsystem in the block diagram and explain how it connects with the other subsystems. Every subsystem in the block diagram should have its own paragraph.
    • Subsystem Requirements: For each subsystem in your block diagram, you should include a highly detailed block description. Each description must include a statement indicating how the block contributes to the overall design dictated by the high-level requirements. Any interfaces with other blocks must be defined clearly and quantitatively. Include a list of requirements where if any of these requirements were removed, the subsystem would fail to function. Good example: Power Subsystem must be able to supply at least 500mA to the rest of the system continuously at 5V +/- 0.1V.
    • Tolerance Analysis: Identify an aspect of your design that poses a risk to successful completion of the project. Demonstrate the feasibility of this component through mathematical analysis or simulation.
  3. Ethics and Safety
    Assess the ethical and safety issues relevant to your project. Consider both issues arising during the development of your project and those which could arise from the accidental or intentional misuse of your project. Specific ethical issues should be discussed in the context of the IEEE and/or ACM Code of Ethics. Cite, but do not copy the Codes. Explain how you will avoid ethical breaches. Cite and discuss relevant safety and regulatory standards as they apply to your project. Review state and federal regulations, industry standards, and campus policy. Identify potential safety concerns in your project.

Formatting Guidelines

The formatting and writing style should be the same as that of the final report. Please see the Final Report Guidelines for details, or check out the Lecture slides on the topic. We recommend using a LaTeX template. You can find that on the Final Report page or here.

Submission and Deadlines

The Project Proposal document should be uploaded to My Project on PACE in PDF format before the deadline listed on the Calendar.

There are two deadlines on the Calendar. If you submit before the Early Deadline, your team will get 3 additional points of credit to be applied to your Proposal. This means that if your proposal would normally score an 18/25, you will instead receive a 21/25. It is highly recommended to complete your proposal by the early deadline for maximum points!

A Direct Digitally Modulated Wireless Communication System

Qingyang Chen, Bingsheng Hua, Luyi Shen, Dingkun Wang

Featured Project

TEAM MEMBERS: Luyi Shen luyis2 Bingsheng Hua bhua5 Dingkun Wang dingkun2 Qingyang Chen qc20

PROJECT NAME: A Direct Digitally Modulated Wireless Communication System

PROBLEM: Communication system is closely related to our life. We measure communication systems primarily by their effectiveness and reliability. But in fact, validity and reliability are a pair of contradictory indicators, and they need a certain compromise. We hope to improve the efficiency of communication system on the basis of guaranteeing the accuracy of communication.

SOLUTION OVERVIEW: The project is to design and implement a kind of communication system for the next generation technology which is much more simplified compared to the systems that existed. The final version of the system should be expected to be able to transmit data like images and videos.

Our basic idea is that the information can be send in digital signal form to matesurface, EM waves will be sent to the matesurface and be scattered to space. The information we want to transit will be carried on scattered EM waves. And once the receiver receives the signal it will be decoded into the original information.

Basically, our project is a kind of innovation or re-creation of an existing communication system. The biggest difference between our design and other systems could be the method to process the information. There is a significant component in our future design called metasurface, which could be used to adjust the phase, magnitude, and polarization along with other significant properties of EM waves which can send multi-digit signal at same time.

As for the functionality of our project, we think it could be an interesting trial and we have faith to finish it since everything we need in the project we could find plenty of research materials and reports to look into. Even if the project is not applicable in the end, we believe the application of the metasurface material could be still powerful in communication system.

SOLUTION COMPONENTS: Metasurface: it could be used to adjust the phase, magnitude, and polarization along with other significant properties of EM waves. Receiver: it is where information will be received and decoded. FPGA: it is where information will be prepared and send to the metasurface. Signal emitter: Send EM wave to matesurface.

CRITERION FOR SUCCESS 1.The system could be used to transmit data like Images and Videos. 2.The system should be able to demonstrate a certain level of supreme communication efficiency

DISTRIBUTION OF WORK: Dingkun Wang & Qingyang Chen

Responsible for the software part of the communication system, including the information processing sent by the computer, the receiver information receives and decode, the interface between software and hardware, etc.

Bingsheng Hua & Luyi Shen

Responsible for the design of metasurface in the communication system and the construction of the hardware of the communication system.