请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。
https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1409652/pcmd3180-biquad-filters
器件型号:PCMD3180工具与软件:
应使用什么 I2C 命令来检查 pcmd3180中是否启用了双二阶滤波器?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
https://e2e.ti.com/support/audio-group/audio/f/audio-forum/1409652/pcmd3180-biquad-filters
器件型号:PCMD3180工具与软件:
应使用什么 I2C 命令来检查 pcmd3180中是否启用了双二阶滤波器?
尊敬的 Jack:
双二阶滤波器没有真正的"启用"或"禁用"位。 相反、双二阶滤波器默认都设置为全通滤波器、当您要使用该滤波器时、您需要将新系数上传到器件中。 要将其关闭、请重新上传系数、使滤波器恢复为全通。 下面是一个代码示例:
缺省全通值
W 98 08 7f 关闭00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
#写入所需的滤波器系数,即启用双二阶
W 98 08 7f ff ff 8b ce 5F 5c 6a 64 9a 4b 74 31 a0 A4 95 9b 65 B5
#重写默认值以将滤波器更改为全通,即禁用双二阶滤波器
W 98 08 7f 关闭00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
此致、
Jeff McPherson