资源列表
数字信号识别
- 应用直接幅度方差实现mask\mfsk\mpsk的分类识别,识别率高达97%。(The direct amplitude variance is used to classify mask, MFSK and MPSK, and the recognition rate is as high as 97%.)
噪声调幅干扰
- 实现噪声调幅干扰,参数齐全,可以直接调用,便于使用。(Noise amplitude modulation interference is realized with complete parameters)
小波改进阈值去噪程序
- 利用改进阈值函数的方式,提升小波去噪的效果(The improved threshold function is used to enhance the effect of wavelet denoising)
几种ESPRIT算法性能分析RMSE
- 几种ESPRIT算法(doa估计)性能的对比分析(RMSE对比)(Performance comparison of several Esprit algorithms (DOA estimation) (RMSE comparison))
几种MUSIC算法性能比较RMSE
- 几种music-DOA估计算法的性能比较(RMSE对比)(Performance comparison of several music DOA estimation algorithms (RMSE comparison))
中值与小波结合去噪程序
- 利用中值滤波和小波相结合的方式,去除信号中含有的随机噪声和脉冲噪声(The method of combining median filter with wavelet is used to remove the random noise and impulse noise in the signal)
遗传粒子群优化算法-GAPSO
- 混沌粒子群优化算法,及其该算法的简单应用(A SIMPLE IMPLEMENTATION OF THE PARTICLE SWARM OPTIMIZATION)
SpiralAntenna
- 使用matlab程序调用CST仿真螺旋天线,本例仿真的是螺旋天线,完全自主建模仿真(Use matlab program to call CST to simulate the spiral antenna. In this case, the spiral antenna is simulated, which is completely independent modeling and simulation)
UCI
- 用于神经网络训练的UCI数据集,mat格式(UCI training dataset for ANN training with mat form)
Polar Code
- 该代码从polar信道编码到SC译码算法在BEC信道上进行全面仿真。仿真结果是基于不同码率的误块率。(The code from polar channel coding to SC decoding algorithm is simulated in BEC channel. The simulation results are based on different bit rate block error rate.)
LDPC编码
- 分别为AWGN信道模型下BPSK调制的程序;AWGN信道模型下BPSK调制LDPC编码的程序;AWGN信道模型下BPSK调制、采用具有不同列重的构造矩阵进行LDPC编码的程序;AWGN信道模型下BPSK调制、采用不同的迭代译码次数进行LDPC编码的程序。(LDPC coding program for AWGN channel)
kriging model code
- Kriging Model源代码,包含多种回归函数和相关函数,基本满足常规需求,可在此基础上实现自适应代理模型构建