# EM_Metasurface_Design **Repository Path**: dalerxli/EM_Metasurface_Design ## Basic Information - **Project Name**: EM_Metasurface_Design - **Description**: All of our Code for our Capstone project from start to finish - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-04-11 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Metasurface Design Project for Applied Electromagnetics Lab at the University of Manitoba ## Database Setup mySQL database running on a Local Server to store results from HFSS simulations. the impedance, subtrate material, trace level, time , convergance, length, width are stored for each record. ## Simulations Python modules interface with HFSS via VBA due to Ansys HFSS being .NET application ## Curve Fitting Used sympy to create 3D surface of best fit to module length/width vs impedance value. this approximated curve is used to get new values for length and widths based off onseen impedance values ## Lookup Table Another method was developed was to just lookup the closest impedance value for that substrate material and trace level and simply return the length and width from that closest simulation. ## Regression Modelling(ongoing)