Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 c++ 代码中有一个实时信号作为输入,并将它累积在一个向量中。长度固定为 200 个值,我想计算信号的包络。
您对计算实时信封的库或现有代码有任何想法吗?
谢谢你的帮助!!