本文介绍了嵌入式系统的三角函数的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! sin 和 cos 功能很慢,需要大量资源才能在嵌入式系统上运行。如何以更资源节省和更快速的方式计算 sin 和 cos 函数?解决方案要计算 Taylor 或傅立叶系列总是很耗时。 在嵌入式系统中,您应该考虑查找表。 Net关于Hewlett-Packard如何在早期的科学计算器中优化这样的计算可能还有一些有趣的信息。 我记得当时 看到这样的东西sin and cos functions are slow and need a lot of resources to run on embedded systems. How does one calculate sin and cos functions in a more resource-saving and faster way? 解决方案 To calculate a Taylor or Fourier series is always going to be time-consuming.In an embedded system, you should think about lookup tables.There might also be interesting information on the 'Net about how Hewlett-Packard optimised such calculations in their early scientific calculators.I recall seeing such stuff at the time 这篇关于嵌入式系统的三角函数的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
06-06 12:47