完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
嗨,当我需要生成3个独立的波形,并且控制这个波的类型时,我做了一个应用,问题是我发现改变波类型的UNIC模式是在WiZARD中,但是在我不能修改它之后。我希望有些人能告诉我,如果是这个位置,我怎么做,因为我在许多档案中搜索过。
以上来自于百度翻译 以下为原文 Hi, i making a aplication when i need to generate 3 independients wave forms, and controlate the type of this waves, the problem is that the unic mode that i find to change the wave type is in the wizzard but after i can´t modificate this. I hope that some body can say me if is this posible and how can i do it, becuase i searched in many archives .h and .c i can´t find it. |
|
相关推荐
6个回答
|
|
你不能直接用WaveDAC8组件做前者,因为它只支持2个波。复制/克隆WaveDAC8组件并修改它以生成三个波形可能是一种选择。或者你看一下HTTP://www. CyPress?RID=39408和;Cache=0,并滚动自己的组件。
以上来自于百度翻译 以下为原文 You cannot do the former with the WaveDAC8 component directly, since it supports only 2 waves at the same time. It might be an option to copy/clone the WaveDAC8 component and modify it to generate three waves. Or you have a look at http://www.cypress.com/?rID=39408&cache=0 and roll your own component. |
|
|
|
为了在不同波形之间切换,使用WaveDAC8组件的WaveStUpUp()方法(只需查看数据表)。
以上来自于百度翻译 以下为原文 To switch between different waveforms use the Wave1Setup() method of the WaveDAC8 component (just look at the data sheet). |
|
|
|
对不起,我相信我还不清楚…主要的想法是,我需要控制3个波,但是,我想改变每一个波阵的波型,即,如果我想波DAC产生正弦波,在相同的WaveDAC之后,我决定改变正方形或三角波。我不知道它是否是正的,因为我需要控制3波独立性,一个选项是创建我自己的表格WHIT数组,但是如果我能做的话,我不可以检查频率,我的主要观点是我想要使用这个模式中配置的DMA。我不知道如果我的想法是好的或任何人可以给一些小费做这件事…
以上来自于百度翻译 以下为原文 I´m sorry I believe that I was not clear... The main idea is that I need control 3 waves but, i want can change the wave type of every waveDAC, namely, if i want that the wave DAC generate a sine wave and after in the same waveDAC i decide change to square or triangule wave.. I don´t know if it is posible because i need control 3 wave independents, one option is create my own table whit arrays but i dont if i can chage the frequency if I make this, and my principal point is that i want use the dma configurated in this mode. I dont if my idea is good or anyone can give some tip for do this... |
|
|
|
也许你应该阅读关于WaveDAC8:HTTP://wwwyCyp.com/的附注。RID=54728
它总是在内部使用DMA。DMALATE将包含波形定义的表中的字节传递给DAC。因此,当您更改此表时,组件仍然使用DMA。 因此,如果你想同时拥有3个不同的波,你可以使用3个WaveDAC8组件。然后,你可以将它们中的每一个设置成不同的波形,无论何时你想要。还可以将中断附加到WC1输出,以在波形的一个周期之后精确地改变波形。 以上来自于百度翻译 以下为原文 Maybe you should read the AppNote concerning the WaveDAC8: http://www.cypress.com/?rID=54728 It always uses DMA internally. The DMA just transfers the bytes from the table containing the wave form definition to the DAC. So when you change this table, the component still uses the DMA. So if you want to have 3 different waves at the same time, you can use 3 WaveDAC8 components. And then you can set each of them to a different waveform, whenever you want. You can also attach an interrupt to the wc1 output, to change the waveform exactly after one period of the waveform. |
|
|
|
说清楚,你想要吗?
1)3个同时波形,不同的包络? 2)一个波形,带有多个信封的CURCE? 3)如果1)它们必须同步,因为独立的DMA进程是 不同步的 问候,Dana。 以上来自于百度翻译 以下为原文 To be clear, do you want - 1) 3 simultanmeous waveforms, different envelopes ? 2) One waveform, with cholce of multiiples envelopes ? 3) If 1) do they have to be synchronous, because independant DMA processes are NOT sychronous. Regards, Dana. |
|
|
|
可以使用单个DMA请求信号来触发DMA传输。这样,它们就不会相互跑掉,但是在不同的通道之间仍然会有光线倾斜(请看PSOC5TRM,以便精确地解释多个并发的DMA传输是如何安排的)。
以上来自于百度翻译 以下为原文 One can use a single DMA request signal for trigger the DMA transfers. That way they don't run off from each other, but there will still be light skew between the different channels (look at the PSoC5 TRM for an exact explanation how multiple concurrent DMA transfers are scheduled). |
|
|
|
只有小组成员才能发言,加入小组>>
752个成员聚集在这个小组
加入小组2073 浏览 1 评论
1828 浏览 1 评论
3642 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1764 浏览 6 评论
1515 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
513浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
364浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
413浏览 2评论
360浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
865浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-11-27 17:33 , Processed in 0.809471 second(s), Total 56, Slave 50 queries .
Powered by 电子发烧友网
© 2015 bbs.elecfans.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号