Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
memristor ofdm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jin
memristor ofdm
Commits
41029b71
Commit
41029b71
authored
Jun 17, 2022
by
Luhan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init example
parent
dae9dce1
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
11 additions
and
0 deletions
+11
-0
.gitignore
.gitignore
+2
-0
README.md
README.md
+3
-0
main.py
main.py
+5
-0
modules/__init__.py
modules/__init__.py
+1
-0
modules/memristor.py
modules/memristor.py
+0
-0
No files found.
.gitignore
0 → 100644
View file @
41029b71
/modules/__pycache__/
/.idea/
\ No newline at end of file
README.md
View file @
41029b71
# 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
main.py
0 → 100644
View file @
41029b71
from
modules.Memristor
import
Memristor
if
__name__
==
'__main__'
:
memr
=
Memristor
(
1
,
1
,
"Gaussian"
)
print
(
memr
.
multiply
(
4
,
0.5
))
modules/__init__.py
0 → 100644
View file @
41029b71
modules/memristor.py
0 → 100644
View file @
41029b71
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment