资源列表
CZT仿真
- 雷达信号处理 chirpZ变化代码 初学者可以参考一下(Radar signal processing chirpZ change code for beginners to refer to)
最优的TSVM.rar
- 用MATLAB实现半监督支持向量机,可用于分类问题中。(Semi supervised support vector machine is realized by MATLAB, which can be used in classification problems.)
[微分方程的数值解法与程序实现][华冬英,李祥贵]
- [微分方程的数值解法与程序实现 书中的源码和课件。
给定权值,哈弗曼编码、译码
- 假设某通信报文的字符集由A,B,C,D,E,F这6个字符组成,它们在报文中出现的频度(频度均为整数值)。 (1)构造一棵哈弗曼树,依次给出各字符编码结果。 (2)给字符串进行编码。 (3)给编码串进行译码。 规定: 构建哈弗曼树时:左子树根结点权值小于等于右子树根结点权值。 生成编码时:左分支标0,右分支标1。 输入 第一行:依次输入6个整数,依次代表A,B,C,D,E,F的频度,用空格隔开。 第二行:待编码的字符串 第三行:待译码的编码串 输出 前6行依次输出各
CTFd-master
- CTF的练习,好东西。本地环境部署。周长拓展(CTF practice, good stuff. Local environment deployment. Circumference expansion)
Desktop
- 用matlab实现车牌试别,包括定位、分割和字符识别,识别方法是神经网络。(Using MATLAB to realize license plate classification, including location, segmentation and character recognition. The recognition method is neural network.)
mopso
- 里面给出MOPSO算法的源码和解释,并给出测试函数(It gives the source code and explanation of MOPSO algorithm, and gives the test function)
MIMO-OFDM
- 基于MIMO-OFDM的通信系统仿真,带注释。(Communication system simulation based on MIMO-OFDM, with notes.)
SeNet的pytorch实现版本
- 深度学习视觉注意力机制SeNet的pytorch实现版本,包括了SeLayers的实现,SeNet模型以及在Imagenet数据集上的训练代码。
Matlab coding for PAM4 basic transmission
- 此代码是用matlab软件仿真PAM4信号的传输,自动生成传输数据,在接收端做基本的信号处理,计算出误码率。(This code uses MATLAB software to simulate the transmission of pam4 signal, automatically generate the transmission data, do basic signal processing at the receiving end, and calculate the bit er
pytorch-openpose-master
- 本例程是我研究生阶段做的一个小项目,该项目用pytorch的深度学习框架来进行人体姿态识别,能够实现头部和身体的骨架识别!图像处理方面加入了OpenCV包进行相关的处理,希望能帮助大家!(175/5000 This routine is a small project that I did in the graduate stage. The project uses pytorch's deep learning framework to recognize human body postu
椭圆拟合函数
- 用于将二维空间数据直接拟合为椭圆,不需要进行迭代计算,速度快!