有没有用于通道反转的库?
我正在尝试补偿通过移动通道接收的波形和通过固定线路通道接收的相同波形引入的通道效应。是否有任何库/代码可以执行以下任一操作:
1.声音均衡
2. 通道反转/归一化
我查遍了互联网,没有发现太多东西。非常欢迎任何帮助。
这些库(如果存在)可以是任何语言,c/C++/Java/Python ...任何语言。
I am trying to compensate for channel effects introduced into a waveform received over a mobile channel and the same waveform when received over a landline channel. Are there any libraries/code out there that do any one of the following:
1. Sound Equalization
2. Channel inversion/normalization
I have looked over the Internet and found nothing much. Any help is most welcome.
The libraries, if they exist, can be in any language, c/C++/Java/Python ... anything.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
一般来说,不可能对移动编解码器通常实现的有损或噪声附加信道进行补偿。
In general, it's impossible to compensate for a lossy or noise additive channel, which a mobile codec usually implements.