登录
首页 » 通信 » 1) 2KHz and 8KHz to generate the mixed

1) 2KHz and 8KHz to generate the mixed

于 2022-07-16 发布 文件大小:60.94 kB
0 194
下载积分: 2 下载次数: 1

代码说明:

1)生成2KHz和8KHz的混合信号,使该信号通过上述滤波器,观察滤波前后的波形变化和频谱分布情况。 2) 在改信号中加入高斯白噪声,观察滤波前后的波形变化和频谱分布情况3) 将上述滤波器改为中心频率为100KHz的带通滤波器,信号源为带外的90KHz和带内的100KHz的混合正弦信号,。 4) 用M文件实现上述低通滤波器。 -1) 2KHz and 8KHz to generate the mixed-signal, so that the signal through the above-mentioned filter, filter before and after observation of the waveform and spectrum distribution of the changes. 2) add to the signal in white Gaussian noise was observed before and after filtering and spectral waveform changes in the distribution of 3) will be replaced by the above-mentioned filter center frequency of 100KHz band pass filter, the signal source for the band and the band of 90KHz 100KHz Sine of the mixed signals. 4) achieve the above-mentioned documents with M low-pass filter.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 非常详细的MODBUS标准串行端口是基于TCP。..一本书
    非常详细的modbus规范介绍,有串口的也有基于tcp的。。。。一书在手,modebus不用愁。。。。MODBUS标准分为三部分。第一部分(“Modbus协议规范”)描述了MODBUS事物处理。第二部分(“MODBUS报文传输在TCP/IP上的实现指南”)提供了一个有助于开发者实现TCP/IP上的MODBUS应用层的参考信息。第三部分(“MODBUS报文传输在串行链路上的实现指南”)提供了一个有助于开发者实现串行链路上的MODBUS应用层的参考信息。-very detailed Modbus standard, a serial port is based on the tcp. . . . A book in hand, do not have to worry about modebus. . . . MODBUS divided into three parts. The first part ( "Modbus protocol specification") describes the MODBUS handle things. The second part ( "MODBUS Packet Transmission in TCP/IP Implementation Guide"), provides a help developers to implement TCP/IP on the application layer MODBUS reference information. The third part ( "MODBUS Packet Transmission in the serial link achieve Guide"), provides a help developers achieve serial MODBUS link on the application layer of reference information.
    2022-04-13 01:47:28下载
    积分:1
  • PocketPC下的计算器
    PocketPC下的计算器-PocketPC under the Calculator
    2022-03-23 01:28:04下载
    积分:1
  • 非事件驱动的串口讯例程
    非事件驱动的串口通讯例程-non-event-driven serial communications routines
    2022-06-27 16:57:10下载
    积分:1
  • MSP430 pragma vector=ADC10_VECTOR
    算法P&O如图1所示,电路如图2所示。我建议使用带3.3V电源的轨对轨放大器,以获得最佳效果并保护ADC。TI的OPA2350是一个不错的选择。每0.5秒跟踪一次最大功率点。
    2022-02-21 00:13:33下载
    积分:1
  • MODBUS RTU 51与维纶触摸屏例程。
    应用背景51和维纶触摸屏的通信。MODBUS RTU 51与维纶触摸屏通信例程。支持的功能码:位:01(读)、05(写),字:03(读)、06(写)还有与数码管显示输入的数据!注释的也比较详细。个人觉得移植性也比较好。各种的单片机上可以移植修改,关键技术51单片机与威纶通触摸屏通讯说明 本程序仅作为一个通信示例程序,实际使用需要根据需要修改。 请使用EB8000 V3.45以上软件打开触摸屏程序,程序为压缩后的触摸屏程序,请使用EB8000软件 工具——压缩/解压缩 菜单下的工具先进行解压缩;单片机使用Keil uVision3 V3.50编译 一、硬件连接    使用ATMEl 89S52单片机。 二、软件 1、通讯环境 触摸屏设置为主站,即PLC 类型 MODBUS RTU,通讯参数设为“9600,N,8,1”。 2、触摸屏程序,需要读取八个位,以及八个字,每次最少读取16个位,字可以一次读取一个也可以一次读取八个。 有0X1-0X8八个位切换开关,6X1-6X8八个字输入元件,支持的功能码:位:01(读)、05(写),字:03(读)、06(写) 当没有写操作时,屏不断的向单片机发送如下码(16进制显示): 01  01  00  00  00  10  3D  C6  (位读取) 01  03  00  00  00  08  44  0C  (字读取) 此时,如果不给屏发送相应返回值的话,屏就会提示“PLC no response” 3、51单片机程序思路及说明
    2022-02-02 15:58:29下载
    积分:1
  • 高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?...
    高速字符串处理功能的 C 语言源程序,经修改后可以移植到其他程序中?-string-handling functions of the C language source code, as amended, can be transferred to other procedures?
    2022-02-26 21:33:43下载
    积分:1
  • LANDER3300 collector s PC
    LANDER3300 采集器的PC端程序,需要者请下! -LANDER3300 collector s PC-side procedures, the needs of those who call on the next!
    2023-06-26 22:10:03下载
    积分:1
  • 关于低三角矩阵的 LDPC 编码器
    文件中包括的随机数发生器,将 Alist 矩阵转换成一般矩阵,做的 enc 部分。此 enc 方法只侧重于下三角矩阵,它可以变得更容易得到 enc 消息。希望此文件可以帮助您很多有关如何进行编码与低三角奇偶校验矩阵的 LDPC 码。我也写一个 matlab 文件来检测代码 c 是正确还是不。
    2022-12-06 08:55:03下载
    积分:1
  • 一个排队机伺服器的测试程序源代码,有队列模拟,呼号终端扫描等功能。
    一个排队机伺服器的测试程序源代码,有队列模拟,呼号终端扫描等功能。-a Queue server testing procedures source code, a cohort simulation, call terminal scanning capabilities.
    2022-07-07 22:45:17下载
    积分:1
  • basic entry procedures, including the OPC common agreement on the basis for all...
    delphi入门基本程序,包括OPC的通用协议,在这个基础上进行各个厂家的设备的数据采集-basic entry procedures, including the OPC common agreement on the basis for all manufacturers of the equipment data acquisition
    2022-01-28 08:07:39下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载