完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
我对嵌入式编程非常陌生。我有CY8CKIT - 014第一触控启动器套件,并一直在努力通过项目,以有点熟悉PSoC芯片架构和创建者软件。我想开发一个频率发生器,但我需要帮助。
有人能帮助我理解需要做哪些组件吗? 谢谢 以上来自于百度翻译 以下为原文 I am very new to embedded programming. I have the CY8CKIT -014 First Touch Starter Kit and have been working through the projects in an effort to get somewhat familiar with PSoC on-chip architecture and the Creator software. I would like to develop a frequency generator but i need help. Can someone help me understand which components are needed to do this? Thanks |
|
相关推荐
9个回答
|
|
你好,古贝
欢迎来到PSoC的迷人世界! 你可以用不同的方式来产生信号。 让我问你一些问题: 1)你想产生什么样的波形?正弦/正方形/三角形/斜面…? 2)信号的频率是多少? 理想情况下,当你想要正弦等波形时,你可以使用预定义的查找表,并用这些值更新电压数模转换器(VDAC)。从表到VDAC的值的传递可以使用直接存储器存取(DMA)来完成。 更新速率决定波形的频率。LUT中的值将决定波形的形状,并且LUT中的值的范围将决定波形的振幅。 以上来自于百度翻译 以下为原文 Hi gube, Welcome to the fascinating world of PSoC! There are different ways in which you can generate signals. Let me ask you some questions: 1) What kind of waveforms do you intend to generate? Sinusoidal / Square / Triangular / Ramp..? 2) What is the frequency of the signal? Ideally, when you want waveforms such as sine, you can use a predefined Look Up table and update the Voltage Digital to Analog Converter (VDAC) with these values. The transfer of values from the table to VDAC can be done using a Direct Memory Access (DMA). The rate of update determines the frequency of the waveform. The values in the LUT will determine the shape of the waveform and the range of the values in the LUT will determine the amplitude of the waveform. |
|
|
|
有一个名为WaveDAC8的组件,您必须搜索并添加它,如文档所示。这个组件有能力生成任何你喜欢的波形输出。
鲍勃 以上来自于百度翻译 以下为原文 There is a component named WAVEDAC8 which you have to search for and add it like the documentation shows. This component has the ability to generate any wave-output you like. Bob |
|
|
|
这是一站式的解决方案!
您可以在这里找到关于WaveDAC8组件的应用注意事项 DMA的基础知识将帮助你前进。在DMA上的应用说明示出了使用查找表生成正弦波的例子。这可以在这里找到 下面的快照显示了这个项目的示意图。 以上来自于百度翻译 以下为原文 That's a one stop solution! You can find the application note on WaveDAC8 Component here The basics about DMA will help you get going. The application note on DMA shows an example of sine wave generation using Look up table. This can be found here The snap-shot below shows the schematic of this project. |
|
|
|
对不起,前一个帖子没有附加快照。因此,附加文件。
正弦波 845.5 K 以上来自于百度翻译 以下为原文 Sorry, the snap-shot was not attached in the previous post. Hence, attaching the file.
|
|
|
|
谢谢大家。我在搜索下载方面没有取得成功。我发现和阅读文档提供,但不知道如何把组件。这是不可能的,但就像一个好的bug,这是躲避我!
以上来自于百度翻译 以下为原文 Thanks guys. I haven't been successful in my searches for a download. I have found and read the documentation that is provided but can't figure out how to get the component. It can't be that difficult but just like a good bug, it's eluding me! |
|
|
|
很容易!你有正确的URL从最后一个职位。下载PDF,下载zip并提取到一个新目录。
现在看看PDF的第11页,它一步一步地展示如何为您的项目安装WaveDAC8组件。 快乐阅读! 鲍勃 以上来自于百度翻译 以下为原文 Its easy! you have the right URL from the last post. Download the PDF, download the zip and extract to a new directory. Now look at page 11 of the PDF, it shows step-by-step how to install the WAVEDAC8 component for your project. Happy reading! Bob |
|
|
|
对不起,我没有回答最初的问题…我想生产DTMF频率对。我相信这意味着我需要产生正弦符号波。
以上来自于百度翻译 以下为原文 Sorry, I failed to answer the initial question... I want to produce DTMF frequency pairs. I believe that means I need to produce sinusoidal sign waves. |
|
|
|
谢谢鲍伯。男孩,我感到羞怯!我在阅读过程中还远远不够。我可以把它归咎于太多的颠簸或太多的马拉松编程会话,但事实是我搞砸了。再次感谢
以上来自于百度翻译 以下为原文 Thanks Bob. Boy do I feel sheepish! I just didn't go far enough in my readings. I could blame it on too much Jolt or too many marathon programming sessions but the fact is I just goofed. Thanks again |
|
|
|
你也可以在这里寻找一个更完整的解决方案(它仍然是一个创建者1的项目,我没有来更新它):HTTP://wwwyCypCy.COM/?RID=50106和cAMP=0
以上来自于百度翻译 以下为原文 You can also look here for a more complete solution (it's still a Creator 1.0 project, I did not come around to update it): http://www.cypress.com/?rID=50106&cache=0 |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2075 浏览 1 评论
1829 浏览 1 评论
3643 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1766 浏览 6 评论
1517 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
514浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
365浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
413浏览 2评论
360浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
866浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-28 13:26 , Processed in 0.982782 second(s), Total 62, Slave 56 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号