使用实时绘图数据进行简单的实时绘图

发布于 2024-11-03 23:44:52 字数 1539 浏览 2 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

濫情▎り 2024-11-10 23:44:52

我建议使用 Qt 和 Qwt。我目前正在实时光谱显示和光栅应用程序中使用它,即使处理大量流数据,它也表现得相当好。它是以一种非常可扩展的方式编写的,因此如果您想投入工作,您几乎可以自定义任何内容。查看下载中包含的示例以了解所有可能性,包括几个实时示例。

您很可能必须学习一些 Qt,但如果您有 C++ 经验并且它有很好的文档记录,那也不算太糟糕。

I would suggest using Qt and Qwt. I am currently using it in a real-time spectral display and raster application and it performs quite well, even with huge amounts of streaming data. It is written in a very extensible way so you can customize almost anything if you want to put in the work. Check out the examples included with the download to see all the possibilities, including several real-time examples.

You will have to learn some Qt most likely, but it is not too bad if you have C++ experience and it is documented very well.

空城之時有危險 2024-11-10 23:44:52

这应该很好用:

feedgnuplot

使用 gnuplot 从命令行绘制实时数据和存储数据的工具。这是 CPAN 上“feedgnuplot”的存储库 http://search.cpan.org/perldoc?feedgnuplot


This should work well:

feedgnuplot

Tool to plot realtime and stored data from the commandline, using gnuplot. This is the repo for 'feedgnuplot' on CPAN http://search.cpan.org/perldoc?feedgnuplot

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文