-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hz2ERB的系数 #21
Comments
你好,据这篇博客文章(https://www.cnblogs.com/LXP-Never/p/16011229.html#blogTitle6 ),两种近似公式相差无几。 |
您好作者,首先非常感谢您的工作开源,让我在学习上受益匪浅,也恭喜您做出了这么优秀的工作。 在您ref的这篇博客中ERB的公式有如下几种,其中: 但您的公式为 |
@fefenfeng 非常感谢您的指出,我再确认了一遍,这里我写的 ERB 的公式确实有误,正确的应该是 21.4 而不是 24.7,因为我是拿了之前其他人的 ERB 代码过来使用的,没有确认它的正确性。非常抱歉这里误导了你们,我将会改正这个错误,并且重新实验看其是否对实验结果有影响。 |
感谢您的回复,我也会做些实验,同时也期待您的update🌹 |
@fefenfeng 您好,经测试,系数改正为 21.4 对性能几乎没有影响 |
@Xiaobin-Rong 您好,我下来也做了一些实验,结果和您的测试一样,系数改正对性能不产生影响。同时我怀着好奇在debug的时候将存储滤波器组系数的数组打印出来,并且绘制了滤波器组的频响。发现即使这个系数改到100也没区别。 |
@fefenfeng 您好,很细致的推导,感谢您的分享,受教了! |
你好:
非常感谢你的开源模型。让我学到了许多。在学习过程中我发现,你给出的hz2erb函数是erb_f = 24.7np.log10(0.00437freq_hz + 1)定义的,但查阅相关资料发现erb_f=21.366np.log10(0.00437freq_hz + 1),期待你的回复!
The text was updated successfully, but these errors were encountered: