pyrealtime:Python中的实时数据处理和绘图管道

时间:2021-02-05 00:18:48
【文件属性】:
文件名称:pyrealtime:Python中的实时数据处理和绘图管道
文件大小:45KB
文件格式:ZIP
更新时间:2021-02-05 00:18:48
python pipeline realtime data-visualization plotting Py实时 PyRealtime是一个简化了构建实时管道系统Python的软件包。 它设计得足够简单,只需几行即可开始可视化数据,并且具有足够的可伸缩性以支持更复杂的工作流程。 它支持开箱即用的实时绘图(Matplotlib),串行通信(Pyserial)和套接字连接。 它采用了声明数据流的语法,您指定的管道应如何响应该装置,然后运行该管道。 例如,您可以仅三行就可以构建来自串行端口的实时数据图。 import pyrealtime as prt serial_layer = prt . SerialReadLayer ( device_name = 'COM2' , baud_rate
【文件预览】:
pyrealtime-master
----pyrealtime()
--------plotting()
--------buffers.py(2KB)
--------record_layer.py(3KB)
--------decode_layer.py(454B)
--------network_layers.py(7KB)
--------serial_layer.py(6KB)
--------filter_layers.py(1KB)
--------decorators.py(2KB)
--------utils.py(2KB)
--------__init__.py(472B)
--------script_layers.py(3KB)
--------layer.py(14KB)
--------input_layers.py(1KB)
--------utility_layers.py(11KB)
--------subprocess.py(1KB)
--------layer_manager.py(4KB)
--------pygame.py(1KB)
--------nidaq.py(1KB)
----examples()
--------stop_complex.py(696B)
--------line_bar_plots.py(881B)
--------binary_serial.py(464B)
--------udp.py(224B)
--------circle_plot.py(2KB)
--------tcp_server_plot.py(1KB)
--------custom_input.py(415B)
--------utils.py(208B)
--------tcp_server.py(356B)
--------stop.py(399B)
--------text_fig.py(282B)
--------subplot.py(2KB)
--------main_thread_example.py(383B)
--------subprocess_io.py(364B)
--------scatter_plot.py(879B)
--------udp_read_write.py(496B)
--------nidaq.py(807B)
--------serial_input.py(387B)
--------multi_input.py(355B)
--------tcp_subprocess.py(426B)
--------subproc_utils()
----.travis.yml(952B)
----LICENSE(1KB)
----test()
--------test_serial.py(2KB)
--------test_decorators.py(1KB)
--------test_buffers.py(3KB)
--------test_multioutput.py(988B)
----setup.cfg(599B)
----README.md(2KB)
----docs()
--------make.bat(778B)
--------conf.py(5KB)
--------index.rst(561B)
--------Makefile(607B)
----.readthedocs.yml(47B)
----.gitignore(1KB)
----pyproject.toml(99B)

网友评论