-
QAM 星座
General constellation QAM algorithm is implemented.This function was tested with both MATLAB & Octave.
- 2022-04-06 13:06:53下载
- 积分:1
-
用于图象边缘检测,是一个视频采集的基础
用于图象边缘检测,是一个视频采集的基础-for image edge detection, is a collection of video
- 2023-01-24 02:40:04下载
- 积分:1
-
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的...
这是几篇在逆向工程中有可能会用到的方差计算的文章,挺不错的-This is a few in the reverse engineering may be used in the calculation of the variance of the article, very good
- 2023-09-05 04:40:04下载
- 积分:1
-
求矩阵的逆矩阵
求某矩阵的逆矩阵-find the inverse matrix of a matrix
- 2022-07-01 14:59:57下载
- 积分:1
-
八位2进制相加 就是2进制数的加法 是8位的
八位2进制相加 就是2进制数的加法 是8位的-the code realized the plus arithmetic between 8 bit binary numbers.
- 2022-08-06 09:51:19下载
- 积分:1
-
霍夫曼(Huffman)编解码程序
main.m 为执行的脚本文件,打开main.m程序直接运行即可得到结果;(2)huffman.m是其中的霍夫曼编码需要调用的子程序;(3)按路径读入文件名为abc.txt的文件,测试时可随意输入一串英文字符,为了方便,已经输入了 wearethefamily的英文字符,使用时将abc.txt文件放于D盘下。
- 2022-03-19 01:43:40下载
- 积分:1
-
cc1100send-and-receive
P1DIR |= 0x03; //P1_0, p1_1, OUTPUT
CLKCON &= ~0x40; //晶振
while(!(SLEEP & 0x40)); //等待晶振稳定
CLKCON &= ~0x47; //TICHSPD128分频,CLKSPD不分频
SLEEP |= 0x04; //关闭不用的RC振荡器
//Initkey();
Init_T1();
InitUART(9600); //初始化串口
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2022-03-23 14:42:43下载
- 积分:1
-
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限...
通信网络的混合轮询系统仿真和等待时间解析求解程序。每个站有两类数据,数据的产生与长度都不受限制 , 1类数据穷尽 2类门限-Polling mixed communication network system simulation and analytic solution of the waiting time process. Each station has two types of data, data generated with the length not to be restricted, one type of data exhausted Category 2 threshold
- 2022-09-06 00:15:03下载
- 积分:1
-
一天掌握DFT,深入浅出一下子就说明傅立叶变换
一天掌握DFT,深入浅出一下子就说明傅立叶变换-One day master the DFT, Fourier transform easily comprehensible instructions at once
- 2023-02-25 05:55:03下载
- 积分:1
-
Knapsack problem implementation code
这是一个用遗传算法实现背包问题的JAVA代码。代码已经过测试,是确定的
- 2022-02-03 22:04:21下载
- 积分:1