-
改进型FIR滤波器,改进后所用的资源比改进前节省了很多乘法器...
改进型FIR滤波器,改进后所用的资源比改进前节省了很多乘法器-Improved FIR filters, improved use of resources than before to save a lot of improvements in multiplier
- 2022-05-06 09:31:26下载
- 积分:1
-
在这个仿真模型,16
In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The signal transmitted is recovered
at the detector output.-In this simulink model , 16-QAM modulation and demodulation is simulated .A square root raised cosine pulse shaped signal is modulated and given as input to the demodulator.The received signal
is demodulated and given to the detector where it is matched filtered and down-sampled .The effects of symbol timing offset
can be seen by varying the phase of down-sampling
operation.The signal transmitted is recovered
at the detector output.
- 2022-07-24 17:48:41下载
- 积分:1
-
华为GTM900C程序代码
#include "config.h"
INT8U RBUF;
INT8U TDAT,RDAT;
INT8U TCNT,RCNT;
INT8U TBIT,RBIT;
BOOLEAN TING,RING;
BOOLEAN TEND,REND;
INT8U uc_rxdIndex,uc_rxdDealIndex;
INT8U uc_uartBuf[UART_BUF_LEN];
INT8U uc_uartRecFifoLen; /* 接收FIFO中的数目 */
BOOLEAN b_uartRecFifoFlag;
INT16U us_allSendCnt;
INT8U uc_sendCnt;
//INT8U * pSendBuf;
INT8U * p_pSendBuf[P_SEND_BUF_LEN]; /* 要发送的数据的指针 */
INT8U uc_pSendBufLen[P_SEND_BUF_LEN]; /* 每个指针包含的数据长度 */
INT8U uc_pSendBufIndex;
INT8U uc_pSendBufDealIndex;
- 2022-02-21 22:52:47下载
- 积分:1
-
文章中研究了OFDM系统的时间同步问题,分析了系统的时间偏差容忍度...
文章中研究了OFDM系统的时间同步问题,分析了系统的时间偏差容忍度-Research article in the OFDM system, time synchronization problems, analysis of system time deviation tolerance
- 2022-07-15 21:41:30下载
- 积分:1
-
Fixed message programming, fixed
固网短信编程,固定电话发送端信息,够美的吧!-Fixed message programming, fixed-line telephone to send client information, enough to let the United States!
- 2022-09-13 09:55:03下载
- 积分:1
-
电线应用程序说明源代码
使用 pic 微控制器的一条线通信。1 线是在概念上类似于 I²C,但以较低的数据速率
和更长的时间范围。它通常用来沟通小廉价的设备,如数字温度计
和气象仪器。1 线设备相关联的主设备网络被称为微型。
- 2022-12-31 05:45:03下载
- 积分:1
-
移植国外STM32F103 MODBUS RTU代码
应用背景
STM32和维纶触摸屏通信,编译可以直接下载通信。波特率9600.测试是可以直接使用的了。需要增加什么功能就自己添加了。
功能码
定 义
操 作(二进制)
0x01
读开关量输出
读取一路或多路开关量输出状态数据
0x02
读开关量输入
读取一路或多路开关量状态输入数据
0x03
读取保存寄存器
读取一个或多个保存寄存器的数据
0x04
读取输入寄存器数据
读取输入一个或多个寄存器的数据
0x05
强置单线圈
强置一个逻辑线圈的通断状态
0x06
写单路寄存器
把一组二进制数据写入单个寄存器
0x10
写多路寄存器
把多组二进制数据写入多个寄存器
0X0F
写开关量输出
写多个开关量
控制一路继电器“合/分”输出
关键技术
这个代码要在keil4.7的编译环境下才能编译通过。直接可以下载使用,移植于国外的MODBUS的开源通信协议。和硬件的485配套使用。
ModBus协议定义了一个控制器能认识使用的消息结构,而不管它们是通过何种网络进行通信的,它制定了消息域的格局和内容的公共格式,
描述了一个控制器请求访问其它设备的过程,回应来自其它设备的请求,以及如何侦测并记录错误信息。
通过此协议,控制器相互之间、控制器经由网络(例如以太网)和其它设备之间可以完成信息和数据的交换与传送,
使各种不同的公司和厂家的可编程顺序控制器(PLC)、RTU、SCADA系统、DCS或与兼容ModBus协议的第三方设备之间可以连成工业网络,
构建各
- 2022-12-08 01:10:04下载
- 积分:1
-
NetTERM V4.2一个不错的通信调试工具
NetTERM V4.2一个不错的通信调试工具-NetTERM V4.2 a good debugging tool for communication
- 2022-06-02 16:11:59下载
- 积分:1
-
多径信道下的ofdm仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。...
多径信道下的ofdm仿真系统,包括编码,映射,交织,调制。信道估计采用判决反馈方法。-multi-path channel under the ofdm simulation system, including coding, mapping, interleaving, modulation. Channel estimated that the decision feedback methods.
- 2022-04-15 12:06:06下载
- 积分:1
-
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下...
记录出行路线,并提供一个电子罗盘,指示行进方向,运行在PocketPC环境下-record travel routes, and to provide an electronic compass, the direction of the road instructions, the PocketPC operating environment
- 2022-03-10 02:20:58下载
- 积分:1