完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
扫一扫,分享给好友
大家好,
我正在尝试使用VHDL实现双曲线tan tan函数,但问题是我不知道tanh函数怎么可以实现digital所以请如果任何身体可以告诉我这个想法,以便我可以在VHDL中实现它 会很好的。 非常感谢。 以上来自于谷歌翻译 以下为原文 Hi all, I am trying to implement hyperbolic tan tanh function using VHDL but the problem is that i din't have any idea how could the tanh function be implemented digitaly so please if any body can tell me the idea so that i can do it in VHDL it would be very good. thanks a lot. |
|
相关推荐
3个回答
|
|
一个简单的回退实现是一个查找表,可能使用Block RAM。
- 鲍勃埃尔金德 签名:新手的自述文件在这里:http://forums.xilinx.com/t5/New-Users-Forum/README-first-Help-for-new-users/td-p/219369总结:1。 阅读手册或用户指南。 你读过手册了吗? 你能找到手册吗?2。 搜索论坛(并搜索网页)以寻找类似的主题。 不要在多个论坛上发布相同的问题。 不要在别人的主题上发布新主题或问题,开始新的主题!5。 学生:复制代码与学习设计不同.6“它不起作用”不是一个可以回答的问题。 提供有用的详细信息(请与网页,数据表链接).7。 您的代码中的评论不需要支付额外费用。 我没有支付论坛帖子的费用。 如果我写一篇好文章,那么我一无所获。 以上来自于谷歌翻译 以下为原文 A simple fallback implementation would be a lookup table, probably using block RAM. -- 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. |
|
|
|
有时在进行指数时,您可以混合使用查找表
具有2 ** x功能。 例如,当你计算e **(2x)时 使用2 **(2.885390082x),然后将其分解为: 1)乘以x乘以2.885390082 2)使用该结果的整数部分生成比例因子(2 ** n左移n位) 3)使用表查找结果的小数部分。 - Gabor - Gabor 以上来自于谷歌翻译 以下为原文 Sometimes when doing exponentials, you can mix a look-up table with a 2**x function. For example when computing e**(2x) you could use 2** (2.885390082x) and then break it up into: 1) multiply x by 2.885390082 2) use the integer part of that result to generate the scale factor (2**n is left shift n places) 3) use the fractional part of the result with the table lookup. -- Gabor -- Gabor |
|
|
|
可能会有所帮助http://forums.xilinx.com/t5/DSP-Tools/Implement-tanh-using-cordic-block/td-p/244228
------------------------------------------“如果它不起作用 模拟,它不会在板上工作。“ 以上来自于谷歌翻译 以下为原文 Might be something helpful at http://forums.xilinx.com/t5/DSP-Tools/Implement-tanh-using-cordic-block/td-p/244228 ------------------------------------------ "If it don't work in simulation, it won't work on the board." |
|
|
|
只有小组成员才能发言,加入小组>>
2384 浏览 7 评论
2800 浏览 4 评论
Spartan 3-AN时钟和VHDL让ISE合成时出现错误该怎么办?
2264 浏览 9 评论
3336 浏览 0 评论
如何在RTL或xilinx spartan fpga的约束文件中插入1.56ns延迟缓冲区?
2431 浏览 15 评论
有输入,但是LVDS_25的FPGA内部接收不到数据,为什么?
757浏览 1评论
请问vc707的电源线是如何连接的,我这边可能出现了缺失元件的情况导致无法供电
547浏览 1评论
求一块XILINX开发板KC705,VC707,KC105和KCU1500
369浏览 1评论
1965浏览 0评论
684浏览 0评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-25 01:22 , Processed in 1.108892 second(s), Total 83, Slave 66 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号