Skip to content

xmunder/DSP_Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

10 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Digital signal processing | DSP

This repo contain the projects or labs that i made during the DSP course.

Python Jupyter

πŸ› οΈ Stack

πŸ“¦ Packages

  • NumPy - Package for scientific computing in Python
  • Matplotlib - Graphics in Python
  • Pandas - Data analysis and manipulation tool for Python
  • Scipy - Scientific computing in Python
  • MNE - MEG + EEG Analysis & Visualization

πŸ“ Table of Contents

πŸš€ Start

  1. Install python and jupyter notebook
  • I use WSL (Windows Subsystem for Linux) to run my projects, you can install it by following the instructions here
# Install python
sudo apt-get install python3

# Install jupyter notebook
pip install jupyter
  1. Create a virtual environment
# Create a virtual environment
python3 -m venv .env

# Activate the virtual environment
source .env/bin/activate
  1. Install the required packages
# Install numpy
pip install numpy

# Install matplotlib
pip install matplotlib

# Install pandas
pip install pandas

# Install scipy
pip install scipy

# Install mne
pip install mne

About

projects development during the Digital Signal Processing subject

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors