完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我有关于连接el的一般设计问题。
吉他到Nexys 4 FPGA板。我想创建吉他效果,基本处理el。 吉他信号和输出结果信号发送到扬声器。什么是最好的(强大,简单,快速......)连接el的方式。 吉他获取信号进行处理? 专注于Nexys 4 FPGA板。我对FPGA音频信号非常新鲜,因此我需要一些通用(或特定)指导。 以上来自于谷歌翻译 以下为原文 I have a general design question about connecting an el. guitar to the Nexys 4 FPGA board. I want to create guitar effects, basicaly process the el. guitar signal and output resulting signal to the speaker. What would be the best (robust, easy, fast ...) way to connect an el. guitar to acquire the signal for processing? Focused on the Nexys 4 FPGA board. I am quite fresh with FPGA audio signals, so that is why I need some general (or specific) guidance. |
|
相关推荐
6个回答
|
|
petarj写道:
Aha,因此必须仔细设计高阻抗输入缓冲器以提供ESD保护,而不是连接到FPGA。 嗯,是的,因为一个常见的失败事件是当你将吉他插入你的设备并且你得到一个静态的消息。 我相信FPGA的输入将直接通过Nexys 4开发板上的XADC芯片,如果我错了,请纠正我? 我对这块电路板或它的功能一无所知,但一般的想法是输入缓冲器 - > ADC - > FPGA。 另外,作为与Nexys 4 FPGA板上的XADC输入兼容的外部加密狗板,是否有任何随时可用的强大高阻抗输入缓冲器? 任何现成的FET输入运算放大器都可以工作,但您需要确保缓冲器输出不超过ADC的输入能力。 ----------------------------是的,我这样做是为了谋生。 在原帖中查看解决方案 以上来自于谷歌翻译 以下为原文 petarj wrote:Well, yeah, because a common failure event is when you plug the guitar into your device and you get a static zap. I believe the input to the FPGA would be through XADC chip directly on the Nexys 4 development board, correct me if I am wrong?I know nothing about this board or its capabilities, but the general idea is input buffer -> ADC -> FPGA. Also, would there be any readily availble robust high-impedance input buffer, as an external dongle board compatible with XADC input on the Nexys 4 FPGA board?Any off-the-shelf FET-input op-amp will work, but you need to ensure that your buffer output doesn't exceed the ADC's input capability. ----------------------------Yes, I do this for a living.View solution in original post |
|
|
|
petarj写道:
我有关于连接el的一般设计问题。 吉他到Nexys 4 FPGA板。我想创建吉他效果,基本处理el。 吉他信号和输出结果信号发送到扬声器。什么是最好的(强大,简单,快速......)连接el的方式。 吉他获取信号进行处理? 专注于Nexys 4 FPGA板。我对FPGA音频信号非常新鲜,因此我需要一些通用(或特定)指导。 您需要一个高阻抗输入缓冲器(以最大限度地减少拾取器上的负载),可能需要增益控制,以便为ADC供电,然后由FPGA读取。 ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 petarj wrote:You need a high-impedance input buffer (to minimize loading on the pickups), possibly with gain control, to feed an ADC which is then read by the FPGA. ----------------------------Yes, I do this for a living. |
|
|
|
还建议对电路板的输入提供强大的ESD保护,以保护电路免受静电冲击等的损坏。
- 鲍勃埃尔金德 签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。 阅读手册或用户指南。 你读过手册了吗? 你能找到手册吗?2。 搜索论坛(并搜索网页)以寻找类似的主题。 不要在多个论坛上发布相同的问题。 不要在别人的主题上发布新主题或问题,开始新的主题!5。 学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。 提供有用的详细信息(请与网页,数据表链接).7。 您的代码中的评论不需要支付额外费用。 我没有支付论坛帖子的费用。 如果我写一篇好文章,那么我一无所获。 以上来自于谷歌翻译 以下为原文 Also suggest robust ESD protection on inputs to the circuit board, to protect circuits from damage due to static shocks, etc. -- Bob Elkind SIGNATURE: README for newbies is here: http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369 Summary: 1. Read the manual or user guide. Have you read the manual? Can you find the manual? 2. Search the forums (and search the web) for similar topics. 3. Do not post the same question on multiple forums. 4. Do not post a new topic or question on someone else's thread, start a new thread! 5. Students: Copying code is not the same as learning to design. 6 "It does not work" is not a question which can be answered. Provide useful details (with webpage, datasheet links, please). 7. You are not charged extra fees for comments in your code. 8. I am not paid for forum posts. If I write a good post, then I have been good for nothing. |
|
|
|
Aha,因此必须仔细设计高阻抗输入缓冲器以提供ESD保护,而不是连接到FPGA。
我相信FPGA的输入将直接通过Nexys 4开发板上的XADC芯片,如果我错了,请纠正我? 另外,作为与Nexys 4 FPGA板上的XADC输入兼容的外部加密狗板,是否有任何随时可用的强大高阻抗输入缓冲器? 以上来自于谷歌翻译 以下为原文 Aha, so the high-impedance input buffer has to be carefully designed as to provide ESD protection, which I than connect to the FPGA. I believe the input to the FPGA would be through XADC chip directly on the Nexys 4 development board, correct me if I am wrong? Also, would there be any readily availble robust high-impedance input buffer, as an external dongle board compatible with XADC input on the Nexys 4 FPGA board? |
|
|
|
petarj写道:
Aha,因此必须仔细设计高阻抗输入缓冲器以提供ESD保护,而不是连接到FPGA。 嗯,是的,因为一个常见的失败事件是当你将吉他插入你的设备并且你得到一个静态的消息。 我相信FPGA的输入将直接通过Nexys 4开发板上的XADC芯片,如果我错了,请纠正我? 我对这块电路板或它的功能一无所知,但一般的想法是输入缓冲器 - > ADC - > FPGA。 另外,作为与Nexys 4 FPGA板上的XADC输入兼容的外部加密狗板,是否有任何随时可用的强大高阻抗输入缓冲器? 任何现成的FET输入运算放大器都可以工作,但您需要确保缓冲器输出不超过ADC的输入能力。 ----------------------------是的,我这样做是为了谋生。 以上来自于谷歌翻译 以下为原文 petarj wrote:Well, yeah, because a common failure event is when you plug the guitar into your device and you get a static zap. I believe the input to the FPGA would be through XADC chip directly on the Nexys 4 development board, correct me if I am wrong?I know nothing about this board or its capabilities, but the general idea is input buffer -> ADC -> FPGA. Also, would there be any readily availble robust high-impedance input buffer, as an external dongle board compatible with XADC input on the Nexys 4 FPGA board?Any off-the-shelf FET-input op-amp will work, but you need to ensure that your buffer output doesn't exceed the ADC's input capability. ----------------------------Yes, I do this for a living. |
|
|
|
|
|
|
|
只有小组成员才能发言,加入小组>>
2379 浏览 7 评论
2794 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2261 浏览 9 评论
3335 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2427 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
755浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
543浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
364浏览 1评论
1960浏览 0评论
681浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-22 04:46 , Processed in 1.601748 second(s), Total 88, Slave 71 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号