-
软件仿真信号DVB T在MATLAB
软件由版权所有者和贡献者提供
- 2022-01-25 20:36:45下载
- 积分:1
-
This packet is a IS
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise.
The packet include:
1) Packet Builder (Viterbi Encoding, Interleaver, PN generation)
2) Modulator (RRC filter)
3) Demodulator (Matched Filter, RAKE receiver)
4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder).
You should run "Simulation.m" function that include all modules.
- 2023-08-10 18:40:02下载
- 积分:1
-
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容...
串口调试助手的源码,自己编写,界面与当前流行的串口调试工具基本相同。该工具使用方便,而且可以自定义串口速率,由状态显示内容-serial debugging aids source, their preparation, interface with the popular serial debugging tools basically the same. The tool is easy to use, but can define serial rate, as indicated by the state
- 2022-08-15 14:07:38下载
- 积分:1
-
收发传真,浏览传真的程序
收发传真,浏览传真的程序-A program which receive、send and scan fax
- 2022-08-08 03:01:15下载
- 积分: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
-
A 64 sub carrier OFDM system based on the parameter of Mean square error
A 64 sub carrier OFDM system based on the parameter of Mean square error
- 2022-03-15 17:25:50下载
- 积分:1
-
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的
蓝牙协议栈可是要钱的喔,这个是开源蓝牙协议栈, 免费的-Bluetooth protocol stack But the money Oh, this is open source Bluetooth protocol stack, free
- 2022-03-21 22:25:18下载
- 积分:1
-
数据结构的课程设计,编程做一个手机通讯录!
数据结构的课程设计,编程做一个手机通讯录!-Curriculum design, data structures, programming to make a cell phone address book!
- 2022-02-13 16:02:44下载
- 积分:1
-
无线点灯
两块 WeBee 模块通信,一个模块作发射,另外一个模块接收,发射模块依次按下按键 S1,改变接收模块 LED1
的亮灭的状态。实现无线点灯功能。例程的源代码 CC2530 BasicRF.rar 是 TI 官网上下载的,用户可以去 TI 官网
注册并下载。首先说明,TI 官网的程序的开发平台是 TI 官网的开发板,硬件资料有所不同,所以要在 WeBee
板上实现无线点灯功能,必须对其代码稍作修改。
- 2022-03-22 08:20:31下载
- 积分:1
-
一套基于Delphi6的、使用Socket进行Email邮件编程的源码。
一套基于Delphi6的、使用Socket进行Email邮件编程的源码。-set on Delphi6, use e-mail Email Socket Programming for the source.
- 2022-08-23 10:59:05下载
- 积分:1