• 发文章

  • 发资料

  • 发帖

  • 提问

  • 发视频

创作活动
0
登录后你可以
  • 下载海量资料
  • 学习在线课程
  • 观看技术视频
  • 写文章/发帖/加入社区
返回

电子发烧友 电子发烧友

  • 全文搜索
    • 全文搜索
    • 标题搜索
  • 全部时间
    • 全部时间
    • 1小时内
    • 1天内
    • 1周内
    • 1个月内
  • 默认排序
    • 默认排序
    • 按时间排序
  • 全部板块
    • 全部板块
大家还在搜
  • ADL5304为什么inum为1.04v,内部放大器没有进入深度负反馈

    U3为 S2387,2v 参考电压,vsim 1,5v,inum1.04v,iden 1.25v,vden 1.3v,vnum 2.15v, vlog 0.43v板子铁氟龙材料,电阻率 10的17c

    2018-12-26 09:44

  • 如何利用xr829驱动去获取和设置国家代码呢

    “MCC / MNC”)相结合,以用来表示唯一一个的移动设备的网络运营商。这些运营商可以是使用的GSM/LTE、CDMA、iDEN、TETRA和通用移动通讯系统的公共陆基移动网亦或是卫星网络。当前xr829驱动并没有透出接口用来获取和设置国家代码。

    2021-12-29 07:16

  • DMR终端锁相调频接收机设计方案

    欧洲电信标准协会(ETSI) 于2004年提出新型数字集群通信系统DMR(Digital Mobile Radio),DMR系统与TETRA和iDEN系统相比具有易于实现、成本低廉等优势,已经开始

    2019-06-20 07:16

  • UART输出看起来反转了

    PROTF到UART箱,并生成。查看U2MODE://STSEL 1;IDEN 8N;UARTEN禁用;启用RTSMD;UIDIDL禁用;唤醒/禁用;ABAUD禁用;BRGH启用;RXIV禁用

    2018-09-20 11:45

  • STM32连接到地后将GPIO引脚拉高工作出现的问题

    ; //for value from the DIP switches.uint16_t portA_vals;uint16_t portB_vals;uint16_t iden16=1

    2018-09-05 14:37

  • E4406A标记问题

    大家好我对E4406A基本模式下的标记有问题(spectrumanalyzer模式)10Mhz跨度/分辨率auto /例如我从信号发生器输入100.0000Mhz的未调制信号。我把CF放在100.0000 Mhz,然后标记和搜索,然后标记在100.0000Mhz点,但如果我把CF放在103.000Mhz然后再次标记并搜索那么标记不是100.0000Mhz上的点,但是例如100.03567Mhz同样适用于CF,例如98.0000 Mhz,然后再次标记不是100.0000Mhz上的点,有人可以向我解释我做错了什么,或者这是一个事实,它不是一个真正的spectrumanalyzer。所有对齐测试都是成功的。问候,andre编辑:andre于2014年2月27日上午8:04 以上来自于谷歌翻译 以下为原文hello to all i have a question about markers on a E4406A in basic mode ( spectrumanalyzer mode) 10Mhz span / resolution auto / egi input a unmodulated signal on 100.0000Mhz from a signalgenerator. i put the CF on 100.0000 Mhz , then marker and search , then the marker is spot on 100.0000Mhzbut if i put the CF on 103.000Mhz and then again marker and search then the marker is not spot on 100.0000Mhz but eg 100.03567Mhz the same goes for CF eg 98.0000 Mhz and then again marker is not spot on the 100.0000Mhz can someone explain to me what i amdoing wrong or is this a the fact it is not a real spectrumanalyzer. all alignment test are succesfull. regards , andreEdited by: andre on Feb 27, 2014 8:04 AM

    2018-12-04 16:15

  • 如何用C语言编写PIC 16F877设备

    您好,想用C语言编写PIC 16F877设备,对于初学者C程序员来说,是XC8编译器的最佳选择。在PIC Assebler中具有丰富的编程经验。谢谢。

    2020-05-14 06:11

  • 求助大佬,CH341PT.DLL怎么用

    诸位大神好! 我使用CH340G开发智能硬件,在桌面端用的是MSCOMM或PCOMM控件,这难免会引起质疑。想用CH341PT.DLL来做,也合规。但不知其具体的用法,想请厂家提供一下调用实例以作参考。谢谢了!

    2022-07-13 06:29

  • VisaIOError:VI_ERROR_CONN_LOST连接丢失

    嗨,我们正在用Python编写一个代码来控制DS0X-3024A自动进行电源轨噪声测量,并在USB中保存快照。主要功能:设置通道参数,如直流耦合,50欧姆输入,等等。正确设置每个通道偏移,因此,电源噪声将显示在前3个分区(满分为8个)中启用FFT并在接下来的2或3中显示FFT部门启用统计数据统计数据达到500后拍摄快照。为每个频道执行此操作。我的程序正在*正常工作以获得更低的统计数据,最多100个*,但当我等待统计数据达到500时,则此错误即将发生... * VisaIOError:VI_ERROR_CONN_LOST(-1073807194):给定会话的连接已被丢失*。 以上来自于谷歌翻译 以下为原文Hi, we are writing a code in Python to Control DS0X-3024A to do Power rail noise measurement automatically, and save a snapshot in USB. Main functions: Setting Channel Parameters like DC coupling,50 Ohms Input,..etc Properly setting every channel Offset, so, that Power noise will be shown on Top 3 divisions ( Out of 8) Enabling FFT and displaying FFT in next 2 or 3 divisions Enabling statistics Once statistics reached 500 taking a snapshot. Doing this for every channel. My program is *working properly for lower Statistics counts up to 100,* But when i am waiting up to statistics reach 500, Then this erroris coming... *VisaIOError: VI_ERROR_CONN_LOST(-1073807194): The connection for the given session has been lost*.附件VISA_IO_Error_Connection_lost.png18.7 KB

    2018-10-25 11:13

  • E4406A标记有问题

    大家好我对E4406A基本模式下的标记有问题(spectrumanalyzer模式)10Mhz跨度/分辨率auto /例如我从信号发生器输入100.0000Mhz的未调制信号。我把CF放在100.0000 Mhz,然后标记和搜索,然后标记在100.0000Mhz点,但如果我把CF放在103.000Mhz然后再次标记并搜索那么标记不是100.0000Mhz上的点,但是例如100.03567Mhz同样适用于CF,例如98.0000 Mhz,然后再次标记不是100.0000Mhz上的点,有人可以向我解释我做错了什么,或者这是一个事实,它不是一个真正的spectrumanalyzer。所有对齐测试都是成功的。问候,安德烈 以上来自于谷歌翻译 以下为原文hello to all i have a question about markers on a E4406A in basic mode ( spectrumanalyzer mode) 10Mhz span / resolution auto / eg i input a unmodulated signal on 100.0000Mhz from a signalgenerator. i put the CF on 100.0000 Mhz , then marker and search , then the marker is spot on 100.0000Mhzbut if i put the CF on 103.000Mhz and then again marker and search then the marker is not spot on 100.0000Mhz but eg 100.03567Mhz the same goes for CF eg 98.0000 Mhz and then again marker is not spot on the 100.0000Mhz can someone explain to me what i am doing wrong or is this a the fact it is not a real spectrumanalyzer. all alignment test are succesfull. regards , andre

    2019-01-17 15:32