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.
我有兴趣实现 LZ 算法来压缩 ECG 信号,并希望优化与微控制器相关的代码。
这样它的熵效率就会降低,压缩和解压缩心电信号所需的时间也更少。我完全不知道我是如何实现这一目标的。我对任何编程语言都持开放态度。
我在网上搜索了源代码,发现代码很长,很难在短时间内理解。
有什么建议...?