-
此程序完成MIMO各个自程序的功能,比如编码,信道仿真,信道估计,信噪比计算等,各子程序能够独立运行,具有很好的参考价值...
此程序完成MIMO各个自程序的功能,比如编码,信道仿真,信道估计,信噪比计算等,各子程序能够独立运行,具有很好的参考价值-This procedure since the completion of all procedures MIMO features, such as coding, channel simulation, channel estimation, signal to noise ratio calculation, the subroutine can be run independently, with a very good reference value
- 2022-11-20 09:35:03下载
- 积分:1
-
An efficient algorithm for polygon triangulation.
An efficient algorithm for polygon triangulation.
- 2022-02-05 00:38:42下载
- 积分:1
-
传真通讯是现代图像通讯的重要组成部分,也是传递静止图像的最重要手段。介绍了数字传真原理与应用。...
传真通讯是现代图像通讯的重要组成部分,也是传递静止图像的最重要手段。介绍了数字传真原理与应用。-Fax communications in modern image communication is an important component of the transmission of still images is the most important means. Introduced the principle and application of digital fax.
- 2023-02-24 16:35:04下载
- 积分:1
-
QAM星座图的原理和应用
QAM星座图的原理和应用
QAM星座图的原理和应用
QAM星座图的原理和应用-QAM constellation diagram of the principle and application of the principle of QAM constellation diagram and applications
- 2022-03-05 19:55:26下载
- 积分:1
-
64QAM调制和解调过程,一个艰难的决定
64QAM的调制解调程序,用硬判决-Of 64QAM modulation and demodulation process, with a hard decision
- 2022-03-17 16:31:28下载
- 积分:1
-
CC2530 读取外部FALSH SPI方式
应用背景这个代码可以利用cc2530的 SPI功能 读取或写入外部FALSH 记得写入前一定要先擦出扇区。关键技术CC2530 无线zigbee芯片 外部扩展FLASH功能 可以兼容大多数FLASH芯片
- 2022-02-01 13:37:45下载
- 积分:1
-
外国人写的卡尔曼滤波算法,a discrete Kalman filter
外国人写的卡尔曼滤波算法,a discrete Kalman filter-Written by foreigners Kalman filter algorithm, a discrete Kalman filter
- 2022-03-14 22:19:42下载
- 积分: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
-
条形码编辑打印原码
条形码编辑打印原码-barcode printing the original code editor
- 2022-02-01 04:04:16下载
- 积分:1
-
Wavelet image compression, compression target for the RGB image
小波图像压缩,压缩对象为RGB图像-Wavelet image compression, compression target for the RGB image
- 2022-04-11 12:03:22下载
- 积分:1