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.
我正在为 iOS 开发一个带通滤波器,该滤波器需要两个参数(中心频率和带宽)。问题基本上是带宽以美分(范围 100-1200)而不是赫兹为单位。我试图找到一种将美分转换为赫兹的方法,但显然没有办法。我也试过这个链接,但我使用的带宽范围不适合。
那么,有人对此有所了解吗?还有另一种使用音频单元实现带通滤波器的方法吗?
谢谢您的帮助。任何解释都会非常有帮助!
可以在以下位置找到解释AudioUnitProperties.h:
AudioUnitProperties.h
if f is freq in hertz then absoluteCents = 1200 * log2(f / 440) + 6900