绘制传入数据的 FFT(通过 bluetoothchat)

发布于 2024-12-02 14:16:27 字数 256 浏览 1 评论 0原文

http://img37.imageshack.us/img37/9103/overalle.jpg

好吧,我遇到的问题是,我正在通过蓝牙聊天在屏幕上显示波形,但我不知道如何绘制它的 FFT ..

任何人都可以告诉我是否可以通过蓝牙绘制传入 UART 的 FFT。 如果是,只需几个步骤即可了解如何操作。

http://img37.imageshack.us/img37/9103/overalle.jpg

Well the problem I have is that I am getting the waveform to be diplayed via Bluetooth chat on the screen but I have no idea how to also plot its FFT ..

Can anyone just let me know if it is possible to plot FFt of incoming UART via Bluetooth.
and if yes just a few steps how to do it .

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

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

发布评论

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

评论(1

因为看清所以看轻 2024-12-09 14:16:27

你比我勇敢。是的,这是可能的。

  1. 找到一个好的库来对您接收的数据进行 FFT。

    • 考虑在您的处理单元中进行处理。这将使更新更难推送,但会大大减少应用的电池压力。
    • 考虑使用 NDK,这需要大量计算,如果您希望它是实时的,NDK 可能是您的最佳选择。
  2. 使用绘图库。其中有很多,并且自己动手并不难。

  3. 看在上帝的份上,当涉及到健康时,不要依赖这个系统。 Android没有以任何方式进行认证或保证。请将您的应用程序仅用作诊断工具。

这个答案非常模糊且同义反复,但那是因为你的问题非常模糊。您遇到什么具体问题吗?

You are braver than I. Yes, it is possible.

  1. Find a good library to take the FFT of the data you are receiving.

    • Consider doing the processing in your processing unit. This will make updates harder to push, but will greatly reduce your apps battery strain.
    • Consider using the NDK, this is a lot of computation and if you want it to be realtime the NDK might be your best bet.
  2. Use a plotting library. There are many of these, and rolling your own really isn't hard.

  3. For the love of god, do not rely on this system when health is concerned. Android is not certified or guaranteed in any way. Please use your app as a diagnostics tool only.

This answer is pretty vague and tautological, but that's because your question is pretty vague. Are there any specific problems you are running into?

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