浏览代码

add server-simulator.py for SDR Red Pitaya service

Vyacheslav V 2 天之前
父节点
当前提交
9e75f5f3de
共有 3 个文件被更改,包括 9 次插入0 次删除
  1. 0 0
      sdr-tcp/client-gui.py
  2. 6 0
      sdr-tcp/requirements.txt
  3. 3 0
      sdr-tcp/server-simulator.py

+ 0 - 0
sdr-tcp/client-gui.py


+ 6 - 0
sdr-tcp/requirements.txt

@@ -0,0 +1,6 @@
+msgpack
+numpy
+scipy
+sigpy
+matplotlib
+pyside6

+ 3 - 0
sdr-tcp/server-simulator.py

@@ -0,0 +1,3 @@
+import numpy as np
+import scipy as sp
+import sigpy as sig