资源列表
my_program_CS
- 合成孔径雷达成像处理中的一种常用算法,距离多普勒算法- range Doppler algorithm
xianxingyuce
- 阵列信号处理中一种重要的算法,线性预测算法-An important algorithm, linear prediction algorithm, in array signal processing.
BA.m
- matlab写的关于BA无标度网络的代码-scale-free complex networks sourcecode
BPSK
- this the matlab code for binary phase shift keying-this is the matlab code for binary phase shift keying
kMeansCluster
- kMeansCluster - Simple k means clustering algorithm Author: Kardi Teknomo, Ph.D. Purpose: classify the objects in data matrix based on the attributes Criteria: minimize Euclidean distance between centroids and object points For mo
abcde
- Spread Spectrum Watermarking MATLAB
code_load_mppt
- This matlab code describes Perturbation and observation algorithm for calculation of maximum power point of a PV module. It is a basic example.
winerfilter
- 维纳滤波器,实现宽带窄带干扰滤除,维纳滤波器基础结构,可以给予此机构实现新的算法-Wiener filter, broadband narrowband interference filter, Wiener filter infrastructure, can give organizations achieve new algorithm
TSP
- Solving Traveling Salesman Problem (TSP) With Ant Colony Optimization (ACO)
Laplacian-sharpening
- 对灰度图像进行拉普拉斯算子锐化,提取灰度图像的边缘。-Laplace operator sharpening, extract the edge of the gray image gray image.
datasepf
- generate two classes of data samples within unit square that are linearly separable.
深度学习CNN手写数字识别
- 利用CNN网络手写数字识别,注释清楚,损失函数用的是focalloss,标注明确,可以跑通,框架是pytorch