完善资料让更多小伙伴认识你,还能领取20积分哦, 立即完善>
你好,
在PSoC 5 CY8C5688 AXI-060上,使用Delta Sigma ADC在简单的DCVAD测量上减少代码扩展困难。我的简单测试是通过UART将转换后的代码输出到我的PC来检查结果。直流电压测量产生的代码值与50-200码的价差! 我已经尝试过通过FIR滤波器的结果,以及使用外部电压基准和外部时钟源。我甚至尝试使用旁路去耦合电容在内部电压基准作为数据表说这可能有帮助。当使用FILFILL时,代码扩展略有改善: ADC配置:MultiSample(Turbo),16位分辨率,1000个SPS,VSSA - 2.048,Bypass Buffer 滤波器配置:1 kSPS,1个滤波级,Blackman,低通,120个抽头,0.1千赫,数据就绪信号中断请求。 @ 1.2 V输入ADC,取1000个样本 无过滤器,内部VREF(1.024):380000 - 38100 过滤器,内部VREF(1.024):37980 - 38060 过滤器,内部VREF(1.024),外部时钟(250千赫):38120 - 38180 滤波器,Ext Vref(1.024),外部时钟(250千赫)38120 - 38165 我的主要问题是我没有基准来比较!ADC代码的扩散实际上有多低,能够进行简单的测量,例如?是否有一个最佳的配置来减少这个? 谢谢你的帮助! 以上来自于百度翻译 以下为原文 Hi, Im having difficulty reducing the code spread on a simple DC voltage measurement using the Delta Sigma ADC on the PSOC 5 CY8C5588AXI-060 my simple test is outputting the converted codes via UART to my PC to examine the results. DC Voltage measurements are yielding code values with spreads from 50-200 codes! I have tried passing the results through an FIR Filter, as well as using an external voltage reference and external clock source. I have even tried to use a Bypass decoupling capacitor on the internal voltage reference as the data sheet said this may help. The code spread improves slightly when the FIR filter is used: ADC Configuration: MultiSample (Turbo), 16 Bit Resolution, 1000 SPS, VSSA - 2.048, Bypass Buffer Filter Configuration: 1 ksps, 1 Filter Stage, Blackman, Lowpass, 120 Taps, 0.1 kHz, Data Ready Signal on Interrupt Request. @1.2 V input to the ADC taking 1000 Samples No Filter, Internal VREF (1.024): 380000 - 38100 Filter, Internal VREF (1.024): 37980 - 38060 Filter, Internal VREF (1.024), External Clock (250 kHz): 38120 - 38180 Filter, Ext Vref (1.024), External Clock (250 kHz) 38120 - 38165 My main issue is that i have no benchmark to compare against! How low is the ADC code spread actually capable of going on a simple measurement such as this? is there an optimal configuration for reducing this? Thanks for your help! |
|
相关推荐
2个回答
|
|
Fdszh
50-200码的传播看起来很奇怪。 你用哪一块板作测量?这是一个自定义板由您或由塞浦路斯提供的工具包。 路由路径在模拟性能中起着重要的作用。 此外,你使用的是1.2V的来源是什么?如果你用这个壶,那么一个嘈杂的罐子会在代码中广泛传播。 如果您使用CY8CKIT-1001,那么使用VADJ将是一个更好的测试选项,因为它提供了低噪声模拟输出。 以上来自于百度翻译 以下为原文 Fdszh, A code spread of 50-200 looks strange. Which board are you using for the measurement? Is it a custom board built by you or a kit supplied by Cypress. Routing path plays an important role in Analog performance. Also, what is the source of 1.2V you are using? If you are using a pot for this, then a noisy pot will give a wide spread in code. If you are using CY8CKIT-001, then using Vadj will be a better option for testing as it provides a low noise analog output. |
|
|
|
嗨,戴维,
谢谢您的回复! IM使用CyPress CY8CITK-01与PSoC 5进行测量。 为了提供1.2 V到ADC的输入,IM实际上使用音频精度DCX-127。我用它来提供ADC输入电压,以及外部参考电压为1.024。这是我所能得到的最准确、最稳定的电压源。 我已经附上了我目前最好的测试数据的图表,其配置如下: ADC配置:MultiSample(Turbo),16位分辨率,1000个SPS,VSSA - 2.048,Bypass Buffer 滤波器配置:1 kSPS,1个滤波级,Blackman,低通,120个抽头,0.1千赫,数据就绪信号中断请求。 外部VREF(1.024):音频精度 外部模拟时钟:时钟型“新”/源“自动”/频率“100千赫”/公差- 1%和1%; 这个图形数据是合理的,还是ADC通常期望的更好的结果? 红鳍小蜂 1.2兆字节 以上来自于百度翻译 以下为原文 Hi David, Thank you for your response! Im using the Cypress CY8CKIT-001 with the PSOC 5 for the measurement. To Supply the 1.2 V to the input of the ADC, im actually using an Audio Precision DCX-127. I use this for supplying both the ADC input votage, as well as an external reference voltage of 1.024. This is the most accurate and stable voltage source i have available to me. I've attached a graph of my best possible test data so far and the configuration is as follows: ADC Configuration: MultiSample (Turbo), 16 Bit Resolution, 1000 SPS, VSSA - 2.048, Bypass Buffer Filter Configuration: 1 ksps, 1 Filter Stage, Blackman, Lowpass, 120 Taps, 0.1 kHz, Data Ready Signal on Interrupt Request. External VREF (1.024): Audio Precision External Analog Clock: Clocktype "New" / Source "Auto"/ Frequency "100 kHz"/ tolerance -1% -> 1% Is this graphed data reasonable, or are better results from the ADC usually expected?
|
|
|
|
只有小组成员才能发言,加入小组>>
740个成员聚集在这个小组
加入小组1976 浏览 1 评论
1734 浏览 1 评论
3502 浏览 1 评论
请问可以直接使用来自FX2LP固件的端点向主机FIFO写入数据吗?
1665 浏览 6 评论
1445 浏览 1 评论
CY8C4025LQI在程序中调用函数,通过示波器观察SCL引脚波形,无法将pin0.4(SCL)下拉是什么原因导致?
211浏览 2评论
CYUSB3065焊接到USB3.0 TYPE-B口的焊接触点就无法使用是什么原因导致的?
116浏览 2评论
CX3连接Camera修改分辨率之后,播放器无法播出camera的画面怎么解决?
314浏览 2评论
266浏览 2评论
使用stm32+cyw43438 wifi驱动whd,WHD驱动固件加载失败的原因?
451浏览 2评论
小黑屋| 手机版| Archiver| 电子发烧友 ( 湘ICP备2023018690号 )
GMT+8, 2024-8-16 07:56 , Processed in 0.808879 second(s), Total 79, Slave 63 queries .
Powered by 电子发烧友网
© 2015 www.ws-dc.com
关注我们的微信
下载发烧友APP
电子发烧友观察
版权所有 © 湖南华秋数字科技有限公司
电子发烧友 (电路图) 湘公网安备 43011202000918 号 电信与信息服务业务经营许可证:合字B2-20210191 工商网监 湘ICP备2023018690号