-
PSoC3的无线通信
基于PSoC的2.4G无线通信,可以实现一对多无线通信,或者多对以无线通信。实例中使用了一对一无线通信。可以通过修改通道编号(0到5通道)来选择数据发送接收通道。修改无线通信地址即可实现多对一或者一对多通信。
- 2022-02-28 18:44:19下载
- 积分:1
-
使用Matlab编写的viterbi译码程序,希望对大家有用。
使用Matlab编写的viterbi译码程序,希望对大家有用。-use Matlab prepared by the Viterbi decoding procedures in the hope that useful for all.
- 2023-07-25 15:30:03下载
- 积分:1
-
一个基于2194的CAN总线的发送和接收实验。
一个基于2194的CAN总线的发送和接收实验。-CAN Bus sending and receiving experimental.
- 2022-01-25 21:50:05下载
- 积分:1
-
REI开发的NeoLauncher现在开源。希望高手继续完善!
REI开发的NeoLauncher现在开源。希望高手继续完善!-REI is now open source development NeoLauncher. I hope you continue to improve!
- 2022-08-21 18:22:11下载
- 积分:1
-
Construction of a fixed
介绍了一种构建在定点DSP上的高速瑞利衰落信道仿真模型。通过应用确知性瑞利过程的理论,使得仅需要较少的低频正弦波分量以及简单的运算即可实现较高精度的信道建模;进而可采用查表法并结合TMS320C6202定点数字信号处理器的高并行性和处理能力构造高速的仿真模型-Construction of a fixed-point DSP in the high-speed Rayleigh fading channel simulation model. Through the application process unascertained Rayleigh theory, only need to make small low-frequency sine wave components and the simple operation can achieve higher accuracy Channel modeling; then use look-up table method and combination TMS320C6202 fixed-point digital signal processor parallel and can handle Construction of the high-speed simulation model
- 2022-07-04 23:01:52下载
- 积分:1
-
probabilistic broadcast module for NS2
probabilistic broadcast module for NS2
- 2022-03-18 23:59:02下载
- 积分:1
-
NRF24L01发送接收
This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTYT; NRF24L01 是NORDIC 公司最近生产的一款无线通信通信芯片,采用FSK 调制,内部集成NORDIC 自己的Enhanced Short Burst 协议。可以实现点对点或是1 对6 的无线通信。无线通信速度可以达到2M(bps)。NORDIC 公司提供通信模块的GERBER 文件,可以直接加工生产。嵌入式工程师或是单片机爱好者只需要为单片机系统预留5 个GPIO,1 个中断输入引脚,就可以很容易实现无线通信的功能,非常适合用来为MCU 系统构建无线通信功能。
- 2022-02-03 13:09:04下载
- 积分:1
-
远程GPRS注册显示,选中注册的远端。可以进行远程数据下载。...
远程GPRS注册显示,选中注册的远端。可以进行远程数据下载。-Show long-range GPRS registration, check the registration of the remote. Remote data can be downloaded.
- 2022-05-14 17:08:36下载
- 积分:1
-
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue /////////////////...
VC++ 封装了队列类 /// /// /// ///// //this a example for using Queue ///////////////////////////////////////// #include "Queue.h" //define queue data struct struct QueueData { char data[20] int nId } //define queue typedef TQueue TMyQueue //put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 m_pMyQueue.TryPut(data) } //try put data into queue { QueueData data memset(&data, 0, sizeof(data)) strcpy(data.data, "hello!") data.nId = 0 if(m_pMyQueue.TryPut(data) != 0) { MessageBox("put queue error") } else { MessageBox("put queue success") } } //get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.Get(data) MessageBox(data.data) } //try get data from queue { QueueData data memset(&data, 0, sizeof(data)) m_pMyQueue.TryGet(data) MessageBox(data.data) }-cohort of VC Packaging category /////////////////////////////////////////// this is a example for using Queue ///////
- 2023-07-24 17:35:03下载
- 积分:1
-
本人改编的一个多载波OFDM的函数,利用它可以直接生成OFDM的BER。...
本人改编的一个多载波OFDM的函数,利用它可以直接生成OFDM的BER。-I adapted a multi-carrier OFDM function, it can be directly generated OFDM BER.
- 2023-03-02 05:05:03下载
- 积分:1