24khz 的声音 (ADC) 读数是多少?
在不使用外部 ADC 转换器(仅从音频插孔光学获取电压平衡输入)的情况下,可以通过普通 FPGA(Xilinx Spartan 3 等等)进行多少高保真(128K 44kH)“声音输入”?
在这里,生成使用VHDL代码将纯正弦波作为FPGA的输出,需要指出的是FPGA本身可能无法执行这样的工作。
然而,在提议的测试项目中仍然有该分辨率的 4 个输入/4 个输出,并且...
实现预 DAC/预 ADC 输出所需的门的可能性/数量是多少?
how much "sound inputs" of high fidelify (128K 44kH) may be made via ordinary FPGA (Xilinx Spartan 3, what-so-ever) without using external ADC converters (only voltage-balanced input optically taken from audio jack)?
Here, Generating a pure sine wave as output form FPGA using VHDL code , it is pointed that FPGA may not perform such a job itself.
However, there are still 4 inputs/4 outputs of this resolution in the proposed test project, and...
what is a possibilty/amount of gates required to implement pre-DAC/pre-ADC output?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,你不能接受模拟信号。所有 Xilinx FPGA 本质上都是数字化的。你需要ADC。
No, you can't take analog signals. All Xilinx FPGAs are fundamentally digital. You need the ADC.