This repository contains the resources requried for the EN1093 Signals and Systems lab class 1. Please follow the following instructions to access these resources.
Be familiar with Google Colab and using GitHub before starting this lab.
- A google account (a google drive with a substantial space available).
- A working internet connection.
- Make a folder called "EN1060_Signals_and_Systems_Labs_190XXX" in your google drive. (Skip this if you have this folder in your drive already)
- Inside "EN1060_Signals_and_Systems_Labs_190XXX" folder, make a folder called "Lab1". (i.e.EN1060_Signals_and_Systems_Labs_190XXX/Lab1)
- Open the "Clone_File.ipynb" that we created during the Introduction to Colab session.
- Connect to a run time in the newly created notebook.
- Mount the google drive by running the following code.
from google.colab import drive
drive.mount('/content/drive')
- Navigate to the "Lab1" folder using the following command. Note : replace "/path/to/EN1060_Signals_and_Systems_Labs_190XXX/Lab1" with the true path.
% cd /path/to/EN1060_Signals_and_Systems_Labs_190XXX/Lab1
- Clone this github repository to the current folder.
! git clone https://github.com/achinthaw/EN1093_SnS_Lab_1.git
- Close the "Clone_File.ipynb" and open the colab file ("EN1060_lab01.ipynb") inside the newly cloned repository.
Looking forwards to seeing you at class! :)