Skip to content

Naushikha/CEMA-Demo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simulating Correlation Electromagnetic/Power Analysis (CEMA/CPA)

  1. Preparing the environment.
$ python3 -m pip --version
$ virtualenv env
$ source env/bin/activate
$ python -m pip install -U jupyter matplotlib numpy 
  1. Download the Git repository to the environment.

  2. Start Jupyter notebook from the terminal.

$ jupyter notebook
  1. Open the notebook "CEMA-Demo.ipynb" and try the demo.

  2. When done with the work, deactivate the python environment.

$ deactivate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 88.8%
  • Python 11.2%