Commit 41029b71 authored by Luhan Wang's avatar Luhan Wang

init example

parent dae9dce1
/modules/__pycache__/
/.idea/
\ No newline at end of file
# memristor ofdm # memristor ofdm
This is an project for implementing 6G key modules with memristor.
We will start from build memristor modules
\ No newline at end of file
from modules.Memristor import Memristor
if __name__ == '__main__':
memr = Memristor(1, 1, "Gaussian")
print(memr.multiply(4, 0.5))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment